Home
last modified time | relevance | path

Searched refs:AHCI_CT_SIZE (Results 1 – 3 of 3) sorted by relevance

/src/usr.sbin/bhyve/
H A Dahci.h318 #define AHCI_CT_SIZE (128 + AHCI_SG_ENTRIES * 16) macro
320 #define AHCI_WORK_SIZE (AHCI_CT_OFFSET + AHCI_CT_SIZE * ch->numslots)
/src/sys/dev/ahci/
H A Dahci.h318 #define AHCI_CT_SIZE (128 + AHCI_SG_ENTRIES * 16) macro
320 #define AHCI_WORK_SIZE (AHCI_CT_OFFSET + AHCI_CT_SIZE * ch->numslots)
H A Dahci.c1191 slot->ct_offset = AHCI_CT_OFFSET + AHCI_CT_SIZE * i; in ahci_slotsalloc()