Searched refs:get_sg_list (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/hw/scsi/ |
H A D | scsi.h | 137 QEMUSGList *(*get_sg_list)(SCSIRequest *req); member
|
/openbmc/qemu/hw/ufs/ |
H A D | lu.c | 90 .get_sg_list = ufs_get_sg_list,
|
/openbmc/linux/fs/smb/server/ |
H A D | transport_rdma.c | 1079 static int get_sg_list(void *buf, int size, struct scatterlist *sg_list, int nentries) in get_sg_list() function 1117 npages = get_sg_list(buf, size, sg_list, nentries); in get_mapped_sg_list() 1431 ret = get_sg_list(desc_buf, desc_buf_len, in smb_direct_rdma_xmit()
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-bus.c | 961 if (req->bus->info->get_sg_list) { in scsi_req_enqueue_internal() 962 req->sg = req->bus->info->get_sg_list(req); in scsi_req_enqueue_internal()
|
H A D | vmw_pvscsi.c | 1147 .get_sg_list = pvscsi_get_sg_list,
|
H A D | mptsas.c | 1267 .get_sg_list = mptsas_get_sg_list,
|
H A D | virtio-scsi.c | 1189 .get_sg_list = virtio_scsi_get_sg_list,
|
H A D | megasas.c | 2350 .get_sg_list = megasas_get_sg_list,
|