Home
last modified time | relevance | path

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

/Linux-v5.15/lib/
Dsg_pool.c84 void sg_free_table_chained(struct sg_table *table, in sg_free_table_chained() function
96 EXPORT_SYMBOL_GPL(sg_free_table_chained);
137 sg_free_table_chained(table, nents_first_chunk); in sg_alloc_table_chained()
/Linux-v5.15/include/linux/
Dscatterlist.h387 void sg_free_table_chained(struct sg_table *table,
/Linux-v5.15/drivers/nvme/host/
Drdma.c1289 sg_free_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_unmap_data()
1303 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_unmap_data()
1605 sg_free_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_map_data()
1611 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_map_data()
Dfc.c2601 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_map_data()
2624 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_unmap_data()
/Linux-v5.15/drivers/nvme/target/
Dloop.c78 sg_free_table_chained(&iod->sg_table, NVME_INLINE_SG_CNT); in nvme_loop_complete_rq()
/Linux-v5.15/drivers/block/rnbd/
Drnbd-clt.c401 sg_free_table_chained(&iu->sgt, RNBD_INLINE_SG_CNT); in rnbd_softirq_done_fn()
1174 sg_free_table_chained(&iu->sgt, RNBD_INLINE_SG_CNT); in rnbd_queue_rq()
/Linux-v5.15/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c91 sg_free_table_chained(&ctxt->rw_sg_table, SG_CHUNK_SIZE); in __svc_rdma_put_rw_ctxt()
/Linux-v5.15/fs/ksmbd/
Dtransport_rdma.c1324 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in read_write_done()
1406 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in smb_direct_rdma_xmit()
/Linux-v5.15/drivers/scsi/
Dscsi_lib.c494 sg_free_table_chained(&cmd->sdb.table, in scsi_free_sgtables()
497 sg_free_table_chained(&cmd->prot_sdb->table, in scsi_free_sgtables()