Searched refs:sg_alloc_table_chained (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
D | sg_pool.c | 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);
|
/kernel/linux/linux-5.10/include/linux/ |
D | scatterlist.h | 357 int sg_alloc_table_chained(struct sg_table *table, int nents,
|
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
D | svc_rdma_rw.c | 73 if (sg_alloc_table_chained(&ctxt->rw_sg_table, sges, in svc_rdma_get_rw_ctxt()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
D | loop.c | 157 if (sg_alloc_table_chained(&iod->sg_table, in nvme_loop_queue_rq()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_lib.c | 1029 if (unlikely(sg_alloc_table_chained(&cmd->sdb.table, nr_segs, in scsi_alloc_sgtables() 1077 if (sg_alloc_table_chained(&prot_sdb->table, ivecs, in scsi_alloc_sgtables()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | rdma.c | 1552 ret = sg_alloc_table_chained(&req->data_sgl.sg_table, in nvme_rdma_map_data() 1571 ret = sg_alloc_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_map_data()
|
D | fc.c | 2589 ret = sg_alloc_table_chained(&freq->sg_table, in nvme_fc_map_data()
|