Searched refs:sg_free_table_chained (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/lib/ |
D | sg_pool.c | 84 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-v6.1/include/linux/ |
D | scatterlist.h | 473 void sg_free_table_chained(struct sg_table *table,
|
/Linux-v6.1/drivers/nvme/host/ |
D | rdma.c | 1248 sg_free_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_dma_unmap_req() 1254 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_dma_unmap_req() 1537 sg_free_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_dma_map_req() 1543 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_dma_map_req()
|
D | fc.c | 2608 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_map_data() 2631 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_unmap_data()
|
/Linux-v6.1/drivers/nvme/target/ |
D | loop.c | 78 sg_free_table_chained(&iod->sg_table, NVME_INLINE_SG_CNT); in nvme_loop_complete_rq()
|
/Linux-v6.1/fs/ksmbd/ |
D | transport_rdma.c | 1324 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in smb_direct_free_rdma_rw_msg() 1425 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in smb_direct_rdma_xmit() 1439 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in smb_direct_rdma_xmit()
|
/Linux-v6.1/drivers/block/rnbd/ |
D | rnbd-clt.c | 373 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-v6.1/net/sunrpc/xprtrdma/ |
D | svc_rdma_rw.c | 91 sg_free_table_chained(&ctxt->rw_sg_table, SG_CHUNK_SIZE); in __svc_rdma_put_rw_ctxt()
|
/Linux-v6.1/drivers/scsi/ |
D | scsi_lib.c | 493 sg_free_table_chained(&cmd->sdb.table, in scsi_free_sgtables() 496 sg_free_table_chained(&cmd->prot_sdb->table, in scsi_free_sgtables()
|
/Linux-v6.1/drivers/block/ |
D | virtio_blk.c | 184 sg_free_table_chained(&vbr->sg_table, in virtblk_unmap_data()
|