Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c1991 ahci_addr_t *addrp, int command_type) in ahci_claim_free_slot() argument
2011 if (command_type == AHCI_NON_NCQ_CMD) { in ahci_claim_free_slot()
2039 } else if (command_type == AHCI_NCQ_CMD) { in ahci_claim_free_slot()
2076 } else if (command_type == AHCI_ERR_RETRI_CMD) { in ahci_claim_free_slot()
2083 } else if (command_type == AHCI_RDWR_PMULT_CMD) { in ahci_claim_free_slot()
2123 if (command_type == AHCI_NCQ_CMD) { in ahci_claim_free_slot()
2158 int command_type = AHCI_NON_NCQ_CMD; in ahci_deliver_satapkt() local
2179 command_type = AHCI_NCQ_CMD; in ahci_deliver_satapkt()
2218 command_type = AHCI_ERR_RETRI_CMD; in ahci_deliver_satapkt()
2222 command_type = AHCI_RDWR_PMULT_CMD; in ahci_deliver_satapkt()
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3330 u8 command_type; member
3337 u8 command_type; member
H A Dixgbe_x550.c1230 token_cmd.command_type = FW_PHY_TOKEN_REQ; in ixgbe_get_phy_token()
1268 token_cmd.command_type = FW_PHY_TOKEN_REL; in ixgbe_put_phy_token()