Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/include/linux/
Dscatterlist.h533 void sg_free_table_chained(struct sg_table *table,
/linux-6.6.21/drivers/nvme/host/
Drdma.c1218 sg_free_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_dma_unmap_req()
1224 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_dma_unmap_req()
1507 sg_free_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_dma_map_req()
1513 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_dma_map_req()
Dfc.c2617 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_map_data()
2640 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_unmap_data()
/linux-6.6.21/drivers/nvme/target/
Dloop.c78 sg_free_table_chained(&iod->sg_table, NVME_INLINE_SG_CNT); in nvme_loop_complete_rq()
/linux-6.6.21/fs/smb/server/
Dtransport_rdma.c1322 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in smb_direct_free_rdma_rw_msg()
1434 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in smb_direct_rdma_xmit()
1448 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in smb_direct_rdma_xmit()
/linux-6.6.21/drivers/block/rnbd/
Drnbd-clt.c373 sg_free_table_chained(&iu->sgt, RNBD_INLINE_SG_CNT); in rnbd_softirq_done_fn()
1153 sg_free_table_chained(&iu->sgt, RNBD_INLINE_SG_CNT); in rnbd_queue_rq()
/linux-6.6.21/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c90 sg_free_table_chained(&ctxt->rw_sg_table, SG_CHUNK_SIZE); in __svc_rdma_put_rw_ctxt()
/linux-6.6.21/drivers/scsi/
Dscsi_lib.c488 sg_free_table_chained(&cmd->sdb.table, in scsi_free_sgtables()
491 sg_free_table_chained(&cmd->prot_sdb->table, in scsi_free_sgtables()
/linux-6.6.21/drivers/block/
Dvirtio_blk.c210 sg_free_table_chained(&vbr->sg_table, in virtblk_unmap_data()