Home
last modified time | relevance | path

Searched refs:sg_alloc_table_chained (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dsg_pool.c74 * sg_alloc_table_chained
78 * sg_alloc_table_chained().
81 * to sg_alloc_table_chained().
98 * sg_alloc_table_chained - Allocate and chain SGLs in an sg table
111 int sg_alloc_table_chained(struct sg_table *table, int nents, in sg_alloc_table_chained() function
139 EXPORT_SYMBOL_GPL(sg_alloc_table_chained); variable
/kernel/linux/linux-6.6/lib/
H A Dsg_pool.c74 * sg_alloc_table_chained
78 * sg_alloc_table_chained().
81 * to sg_alloc_table_chained().
99 * sg_alloc_table_chained - Allocate and chain SGLs in an sg table
112 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); variable
/kernel/linux/linux-5.10/include/linux/
H A Dscatterlist.h357 int sg_alloc_table_chained(struct sg_table *table, int nents,
/kernel/linux/linux-6.6/include/linux/
H A Dscatterlist.h535 int sg_alloc_table_chained(struct sg_table *table, int nents,
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dloop.c157 if (sg_alloc_table_chained(&iod->sg_table, in nvme_loop_queue_rq()
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c73 if (sg_alloc_table_chained(&ctxt->rw_sg_table, sges, in svc_rdma_get_rw_ctxt()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dloop.c157 if (sg_alloc_table_chained(&iod->sg_table, in nvme_loop_queue_rq()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c74 if (sg_alloc_table_chained(&ctxt->rw_sg_table, sges, in svc_rdma_get_rw_ctxt()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_lib.c1031 if (unlikely(sg_alloc_table_chained(&cmd->sdb.table, nr_segs, in scsi_alloc_sgtables()
1079 if (sg_alloc_table_chained(&prot_sdb->table, ivecs, in scsi_alloc_sgtables()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_lib.c1041 if (unlikely(sg_alloc_table_chained(&cmd->sdb.table, nr_segs, in scsi_alloc_sgtables()
1089 if (sg_alloc_table_chained(&prot_sdb->table, ivecs, in scsi_alloc_sgtables()
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Drdma.c1555 ret = sg_alloc_table_chained(&req->data_sgl.sg_table, in nvme_rdma_map_data()
1574 ret = sg_alloc_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_map_data()
H A Dfc.c2589 ret = sg_alloc_table_chained(&freq->sg_table, in nvme_fc_map_data()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Drdma.c1464 ret = sg_alloc_table_chained(&req->data_sgl.sg_table, in nvme_rdma_dma_map_req()
1483 ret = sg_alloc_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_dma_map_req()
H A Dfc.c2606 ret = sg_alloc_table_chained(&freq->sg_table, in nvme_fc_map_data()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dtransport_rdma.c1422 ret = sg_alloc_table_chained(&msg->sgt, in smb_direct_rdma_xmit()
/kernel/linux/linux-6.6/drivers/block/
H A Dvirtio_blk.c223 err = sg_alloc_table_chained(&vbr->sg_table, in virtblk_map_data()
/kernel/linux/linux-6.6/drivers/block/rnbd/
H A Drnbd-clt.c1131 err = sg_alloc_table_chained(&iu->sgt, in rnbd_queue_rq()
1139 rnbd_clt_err_rl(dev, "sg_alloc_table_chained ret=%d\n", err); in rnbd_queue_rq()

Completed in 39 milliseconds