Searched defs:ahci_channel (Results 1 – 1 of 1) sorted by relevance
415 struct ahci_channel { struct439 void (*start)(struct ahci_channel *); argument441 union ccb *hold[AHCI_MAX_SLOTS];442 struct ahci_slot slot[AHCI_MAX_SLOTS];443 uint32_t oslots; /* Occupied slots */444 uint32_t rslots; /* Running slots */445 uint32_t aslots; /* Slots with atomic commands */446 uint32_t eslots; /* Slots in error */447 uint32_t toslots; /* Slots in timeout */448 int lastslot; /* Last used slot */[all …]