Searched refs:AHCICommandList (Results 1 – 1 of 1) sorted by relevance
118 typedef struct AHCICommandList struct121 } AHCICommandList; argument175 AHCICommandList *clst[AHCI_MAX_PORTS];205 ASSERT(sizeof(AHCICommandList) <= PGSIZE); in AHCI_Init()257 volatile AHCICommandList *cl = ahci->clst[port]; in AHCI_IssueCommand()501 ahci->clst[p] = (AHCICommandList *)PAlloc_AllocPage(); in AHCI_Configure()502 memset(ahci->clst[p], 0, sizeof(AHCICommandList)); in AHCI_Configure()