Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/scsi/
H A Dscsi.h137 QEMUSGList *(*get_sg_list)(SCSIRequest *req); member
/openbmc/qemu/hw/ufs/
H A Dlu.c90 .get_sg_list = ufs_get_sg_list,
/openbmc/linux/fs/smb/server/
H A Dtransport_rdma.c1079 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 Dscsi-bus.c961 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 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,