Searched refs:AHCI_MAX_SLOTS (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dahci.h148 #define AHCI_MAX_SLOTS 32 macro
317 #define AHCI_CT_OFFSET (AHCI_CL_OFFSET + AHCI_CL_SIZE * AHCI_MAX_SLOTS)
H A Dpci_ahci.c2106 AHCI_CL_SIZE * AHCI_MAX_SLOTS);
2628 AHCI_CL_SIZE * AHCI_MAX_SLOTS, false, meta, ret, done);
/freebsd-current/sys/dev/ahci/
H A Dahci.h145 #define AHCI_MAX_SLOTS 32 macro
317 #define AHCI_CT_OFFSET (AHCI_CL_OFFSET + AHCI_CL_SIZE * AHCI_MAX_SLOTS)
441 union ccb *hold[AHCI_MAX_SLOTS];
442 struct ahci_slot slot[AHCI_MAX_SLOTS];

Completed in 91 milliseconds