Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dahci_internal.h287 typedef struct AHCI_SG { struct
291 } QEMU_PACKED AHCI_SG; argument
H A Dahci.c915 static int prdt_tbl_entry_size(const AHCI_SG *tbl) in prdt_tbl_entry_size()
941 dma_addr_t prdt_len = (prdtl * sizeof(AHCI_SG)); in ahci_populate_sglist()
976 AHCI_SG *tbl = (AHCI_SG *)prdt; in ahci_populate_sglist()