ahci_slot
struct ahci_slot *slot = &ch->slot[i];
struct ahci_slot *slot = &ch->slot[i];
struct ahci_slot *slot;
struct ahci_slot *slot = arg;
ahci_execute_transaction(struct ahci_slot *slot)
struct ahci_slot *slot = &ch->slot[i];
struct ahci_slot *slot = arg;
ahci_end_transaction(struct ahci_slot *slot, enum ahci_err_type et)
static void ahci_execute_transaction(struct ahci_slot *slot);
static void ahci_end_transaction(struct ahci_slot *slot, enum ahci_err_type et);
struct ahci_slot slot[AHCI_MAX_SLOTS];