Searched refs:ahci_command_properties (Results 1 – 1 of 1) sorted by relevance
51 AHCICommandProp ahci_command_properties[] = { variable798 for (i = 0; i < ARRAY_SIZE(ahci_command_properties); i++) { in ahci_command_find()799 if (ahci_command_properties[i].cmd == command_name) { in ahci_command_find()800 return &ahci_command_properties[i]; in ahci_command_find()