Searched refs:AHCI_CL_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.sbin/bhyve/
H A Dahci.h297 #define AHCI_CL_SIZE 32 macro
299 #define AHCI_CT_OFFSET (AHCI_CL_OFFSET + AHCI_CL_SIZE * AHCI_MAX_SLOTS)
H A Dpci_ahci.c449 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE);
570 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE);
595 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE);
943 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE);
1325 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE);
1409 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE);
1476 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + aior->slot * AHCI_CL_SIZE);
1577 AHCI_CL_SIZE * AHCI_MAX_SLOTS);
/freebsd-10.1-release/sys/dev/ahci/
H A Dahci.h311 #define AHCI_CL_SIZE 32 macro
313 #define AHCI_CT_OFFSET (AHCI_CL_OFFSET + AHCI_CL_SIZE * AHCI_MAX_SLOTS)
H A Dahci.c1915 (ch->dma.work + AHCI_CL_OFFSET + (AHCI_CL_SIZE * slot->slot));
2165 (ch->dma.work + AHCI_CL_OFFSET + (AHCI_CL_SIZE * slot->slot));

Completed in 181 milliseconds