Searched refs:command_type (Results 1 – 2 of 2) sorted by relevance
1887 ahci_addr_t *addrp, int command_type) in ahci_claim_free_slot() argument1906 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() local2074 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 …]
2996 u8 command_type; member