Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c2661 ahci_portp->ahciport_flags |= AHCI_PORT_FLAG_MOPPING; in ahci_tran_abort()
2766 ahci_portp->ahciport_flags |= AHCI_PORT_FLAG_MOPPING; in ahci_reset_device_reject_pkts()
2857 ahci_portp->ahciport_flags |= AHCI_PORT_FLAG_MOPPING; in ahci_reset_pmdevice_reject_pkts()
2940 ahci_portp->ahciport_flags |= AHCI_PORT_FLAG_MOPPING; in ahci_reset_port_reject_pkts()
2961 ~AHCI_PORT_FLAG_MOPPING; in ahci_reset_port_reject_pkts()
3063 ahci_portp->ahciport_flags |= AHCI_PORT_FLAG_MOPPING; in ahci_reset_hba_reject_pkts()
3422 ahci_portp->ahciport_flags |= AHCI_PORT_FLAG_MOPPING; in ahci_reject_all_abort_pkts()
4730 ahci_portp->ahciport_flags |= AHCI_PORT_FLAG_MOPPING; in ahci_initialize_pmport()
9136 ahci_portp->ahciport_flags &= ~AHCI_PORT_FLAG_MOPPING; in ahci_mop_commands()
9514 ahci_portp->ahciport_flags |= AHCI_PORT_FLAG_MOPPING; in ahci_fatal_error_recovery_handler()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h178 #define AHCI_PORT_FLAG_MOPPING 0x02 macro