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

/freebsd-10-stable/usr.sbin/bhyve/
H A Dahci.h317 #define AHCI_CT_OFFSET (AHCI_CL_OFFSET + AHCI_CL_SIZE * AHCI_MAX_SLOTS) macro
320 #define AHCI_WORK_SIZE (AHCI_CT_OFFSET + AHCI_CT_SIZE * ch->numslots)
/freebsd-10-stable/sys/dev/ahci/
H A Dahci.h314 #define AHCI_CT_OFFSET (AHCI_CL_OFFSET + AHCI_CL_SIZE * AHCI_MAX_SLOTS) macro
317 #define AHCI_WORK_SIZE (AHCI_CT_OFFSET + AHCI_CT_SIZE * ch->numslots)
H A Dahci.c1450 (ch->dma.work + AHCI_CT_OFFSET + (AHCI_CT_SIZE * slot->slot));
1479 (ch->dma.work + AHCI_CT_OFFSET + (AHCI_CT_SIZE * slot->slot));
1515 clp->cmd_table_phys = htole64(ch->dma.work_bus + AHCI_CT_OFFSET +

Completed in 117 milliseconds