Searched refs:sglist (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/ide/ |
H A D | ahci.c | 666 qemu_sglist_destroy(&ncq_tfs->sglist); in ahci_reset_port() 903 static int ahci_populate_sglist(AHCIDevice *ad, QEMUSGList *sglist, in ahci_populate_sglist() argument 964 qemu_sglist_init(sglist, qbus->parent, (prdtl - off_idx), in ahci_populate_sglist() 966 qemu_sglist_add(sglist, le64_to_cpu(tbl[off_idx].addr) + off_pos, in ahci_populate_sglist() 970 for (i = off_idx + 1; i < prdtl && sglist->size < limit; i++) { in ahci_populate_sglist() 971 qemu_sglist_add(sglist, le64_to_cpu(tbl[i].addr), in ahci_populate_sglist() 973 limit - sglist->size)); in ahci_populate_sglist() 989 qemu_sglist_destroy(&ncq_tfs->sglist); in ncq_err() 1009 qemu_sglist_destroy(&ncq_tfs->sglist); in ncq_finish() 1069 &ncq_tfs->sglist, BLOCK_ACCT_READ); in execute_ncq_command() [all …]
|
H A D | ahci-internal.h | 296 QEMUSGList sglist; member
|
H A D | trace-events | 111 …, uint32_t size, const char *tgt, const char *sgl) "ahci(%p)[%d]: %sing %d bytes on %s w/%s sglist" 114 ahci_dma_prepare_buf_fail(void *s, int port) "ahci(%p)[%d]: sglist population failed"
|