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()
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()
2226 addrp, command_type); in ahci_deliver_satapkt()
2339 if (command_type == AHCI_NCQ_CMD) { in ahci_deliver_satapkt()
2411 if (command_type != AHCI_NCQ_CMD) in ahci_deliver_satapkt()
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c1233 token_cmd.command_type = FW_PHY_TOKEN_REQ; in ixgbe_get_phy_token()
1271 token_cmd.command_type = FW_PHY_TOKEN_REL; in ixgbe_put_phy_token()
1306 write_cmd.command_type = FW_INT_PHY_REQ_WRITE; in ixgbe_write_iosf_sb_reg_x550a()
1339 hic.cmd.command_type = FW_INT_PHY_REQ_READ; in ixgbe_read_iosf_sb_reg_x550a()
H A Dixgbe_type.h3208 u8 command_type; member
3215 u8 command_type; member