Searched refs:ahci_populate_sglist (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/ide/ |
H A D | ahci.c | 936 static int ahci_populate_sglist(AHCIDevice *ad, QEMUSGList *sglist, in ahci_populate_sglist() function 1198 ahci_populate_sglist(ad, &ncq_tfs->sglist, ncq_tfs->cmdh, size, 0); in process_ncq_command() 1505 if (ahci_populate_sglist(ad, &s->sg, ad->cur_cmd, in ahci_dma_prepare_buf() 1536 if (ahci_populate_sglist(ad, &s->sg, ad->cur_cmd, l, s->io_buffer_offset)) { in ahci_dma_rw_buf() 1786 ahci_populate_sglist(ncq_tfs->drive, &ncq_tfs->sglist, in ahci_state_post_load()
|
H A D | trace-events | 87 ahci_populate_sglist(void *s, int port) "ahci(%p)[%d]"
|