Home
last modified time | relevance | path

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

/qemu/hw/ide/
H A Dahci-internal.h287 typedef struct AHCI_SG { struct
291 } QEMU_PACKED AHCI_SG; typedef
H A Dahci.c917 static int prdt_tbl_entry_size(const AHCI_SG *tbl) in prdt_tbl_entry_size()
943 dma_addr_t prdt_len = (prdtl * sizeof(AHCI_SG)); in ahci_populate_sglist()
978 AHCI_SG *tbl = (AHCI_SG *)prdt; in ahci_populate_sglist()