Home
last modified time | relevance | path

Searched defs:ahci_channel (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ahci/
H A Dahci.h415 struct ahci_channel { struct
439 void (*start)(struct ahci_channel *); argument
441 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 */
446 uint32_t eslots; /* Slots in error */
447 uint32_t toslots; /* Slots in timeout */
448 int lastslot; /* Last used slot */
461 union ccb *frozen; /* Frozen command */
[all …]