Home
last modified time | relevance | path

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

/sys/dev/
Dahci.c118 typedef struct AHCICommandList struct
121 } AHCICommandList; argument
175 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()