HomeSort by: relevance | last modified time | path
    Searched defs:ahci_dma_prd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ahcisatareg.h 36 struct ahci_dma_prd { struct
51 struct ahci_dma_prd cmdt_prd[1]; /* extended to AHCI_NPRD */
57 (sizeof(struct ahci_dma_prd) * (AHCI_NPRD - 1)) + (AHCI_CMDTBL_ALIGN)) \
ahcisatareg.h 36 struct ahci_dma_prd { struct
51 struct ahci_dma_prd cmdt_prd[1]; /* extended to AHCI_NPRD */
57 (sizeof(struct ahci_dma_prd) * (AHCI_NPRD - 1)) + (AHCI_CMDTBL_ALIGN)) \

Completed in 21 milliseconds