Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c5506 uint32_t port_scontrol, port_sstatus, port_serror; in ahci_pmport_reset() local
5607 READ_PMULT(addrp, SATA_PMULT_REG_SERR, &port_serror, err); in ahci_pmport_reset()
5609 if (!(port_serror & (1 << 26))) { in ahci_pmport_reset()
7352 uint32_t port_serror; in ahci_intr_port_connect_change() local
7358 port_serror = ddi_get32(ahci_ctlp->ahcictl_ahci_acc_handle, in ahci_intr_port_connect_change()
7363 "port_serror = 0x%x", port, port_serror); in ahci_intr_port_connect_change()
7647 uint32_t port_serror; in ahci_intr_non_fatal_error() local
7661 port_serror = ddi_get32(ahci_ctlp->ahcictl_ahci_acc_handle, in ahci_intr_non_fatal_error()
7666 "PxSERR = 0x%x, PxIS = 0x%x ", port, port_serror, intr_status); in ahci_intr_non_fatal_error()
7668 ahci_log_serror_message(ahci_ctlp, port, port_serror, 1); in ahci_intr_non_fatal_error()
[all …]