Home
last modified time | relevance | path

Searched refs:port_intr_status (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c2333 uint32_t port_intr_status; in si_poll_cmd() local
2391 port_intr_status, port); in si_poll_cmd()
2428 port_intr_status & INTR_MASK); in si_poll_cmd()
3612 uint32_t mask, port_intr_status; in si_intr() local
3651 port_intr_status, in si_intr()
3671 port_intr_status & INTR_MASK); in si_intr()
3684 if (port_intr_status & INTR_PORT_READY) { in si_intr()
3702 if (port_intr_status & INTR_UNRECOG_FIS) { in si_intr()
3716 if (port_intr_status & INTR_CRC_ERROR) { in si_intr()
5188 uint32_t port_intr_status; in si_reset_dport_wait_till_ready() local
[all …]
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c5507 uint32_t port_cmd_status, port_intr_status; in ahci_pmport_reset() local
6610 uint32_t port_intr_status; in ahci_port_intr() local
6656 port, port_intr_status, port_intr_enable); in ahci_port_intr()
6658 port_intr_status &= port_intr_enable; in ahci_port_intr()
6675 port_intr_status); in ahci_port_intr()
6678 if (port_intr_status & (AHCI_INTR_STATUS_DHRS | in ahci_port_intr()
6691 if (port_intr_status & AHCI_INTR_STATUS_PCS) { in ahci_port_intr()
6720 if (port_intr_status & (AHCI_INTR_STATUS_UFS | in ahci_port_intr()
6725 port, port_intr_status); in ahci_port_intr()
6741 if (port_intr_status & (AHCI_INTR_STATUS_IFS | in ahci_port_intr()
[all …]