Home
last modified time | relevance | path

Searched refs:sg_alloc_table_chained (Results 1 – 9 of 9) sorted by relevance

/linux/lib/
H A Dsg_pool.c112 int sg_alloc_table_chained(struct sg_table *table, int nents, in sg_alloc_table_chained() function
140 EXPORT_SYMBOL_GPL(sg_alloc_table_chained);
/linux/include/linux/
H A Dscatterlist.h556 int sg_alloc_table_chained(struct sg_table *table, int nents,
/linux/drivers/nvme/target/
H A Dloop.c158 if (sg_alloc_table_chained(&iod->sg_table, in nvme_loop_queue_rq()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c78 if (sg_alloc_table_chained(&ctxt->rw_sg_table, sges, in svc_rdma_get_rw_ctxt()
/linux/drivers/scsi/
H A Dscsi_lib.c1143 if (unlikely(sg_alloc_table_chained(&cmd->sdb.table, nr_segs, in scsi_alloc_sgtables()
1188 if (sg_alloc_table_chained(&prot_sdb->table, in scsi_alloc_sgtables()
/linux/drivers/nvme/host/
H A Drdma.c1473 ret = sg_alloc_table_chained(&req->data_sgl.sg_table, in nvme_rdma_dma_map_req()
1491 ret = sg_alloc_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_dma_map_req()
H A Dfc.c2575 ret = sg_alloc_table_chained(&freq->sg_table, in nvme_fc_map_data()
/linux/drivers/vhost/
H A Dscsi.c975 ret = sg_alloc_table_chained(&cmd->prot_table, sgl_count, in vhost_scsi_mapal()
1001 ret = sg_alloc_table_chained(&cmd->table, sgl_count, cmd->table.sgl, in vhost_scsi_mapal()
/linux/fs/smb/server/
H A Dtransport_rdma.c1403 ret = sg_alloc_table_chained(&msg->sgt, in smb_direct_rdma_xmit()