Home
last modified time | relevance | path

Searched refs:get_sg_list (Results 1 – 7 of 7) sorted by relevance

/qemu/include/hw/scsi/
H A Dscsi.h137 QEMUSGList *(*get_sg_list)(SCSIRequest *req); member
/qemu/hw/ufs/
H A Dlu.c90 .get_sg_list = ufs_get_sg_list,
/qemu/hw/scsi/
H A Dscsi-bus.c952 if (req->bus->info->get_sg_list) { in scsi_req_enqueue_internal()
953 req->sg = req->bus->info->get_sg_list(req); in scsi_req_enqueue_internal()
H A Dvmw_pvscsi.c1147 .get_sg_list = pvscsi_get_sg_list,
H A Dmptsas.c1267 .get_sg_list = mptsas_get_sg_list,
H A Dvirtio-scsi.c1189 .get_sg_list = virtio_scsi_get_sg_list,
H A Dmegasas.c2350 .get_sg_list = megasas_get_sg_list,