Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c1887 ahci_addr_t *addrp, int command_type) in ahci_claim_free_slot() argument
1906 if (command_type == AHCI_NON_NCQ_CMD) { in ahci_claim_free_slot()
1934 } else if (command_type == AHCI_NCQ_CMD) { in ahci_claim_free_slot()
1971 } else if (command_type == AHCI_ERR_RETRI_CMD) { in ahci_claim_free_slot()
1978 } else if (command_type == AHCI_RDWR_PMULT_CMD) { in ahci_claim_free_slot()
2018 if (command_type == AHCI_NCQ_CMD) { in ahci_claim_free_slot()
2053 int command_type = AHCI_NON_NCQ_CMD; in ahci_deliver_satapkt() local
2074 command_type = AHCI_NCQ_CMD; in ahci_deliver_satapkt()
2113 command_type = AHCI_ERR_RETRI_CMD; in ahci_deliver_satapkt()
2117 command_type = AHCI_RDWR_PMULT_CMD; in ahci_deliver_satapkt()
[all …]
/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h2996 u8 command_type; member