Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A 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.15/include/linux/
H A Dscatterlist.h533 void sg_free_table_chained(struct sg_table *table,
/linux-6.15/drivers/vhost/
H A Dscsi.c390 sg_free_table_chained(&tv_cmd->table, vs->inline_sg_cnt); in vhost_scsi_release_cmd_res()
398 sg_free_table_chained(&tv_cmd->prot_table, vs->inline_sg_cnt); in vhost_scsi_release_cmd_res()
915 sg_free_table_chained(&cmd->prot_table, in vhost_scsi_mapal()
942 sg_free_table_chained(&cmd->table, vs->inline_sg_cnt); in vhost_scsi_mapal()
/linux-6.15/drivers/nvme/host/
H A Drdma.c1222 sg_free_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_dma_unmap_req()
1228 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_dma_unmap_req()
1515 sg_free_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_dma_map_req()
1521 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_dma_map_req()
H A Dfc.c2579 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_map_data()
2602 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_unmap_data()
/linux-6.15/drivers/nvme/target/
H A Dloop.c78 sg_free_table_chained(&iod->sg_table, NVME_INLINE_SG_CNT); in nvme_loop_complete_rq()
/linux-6.15/fs/smb/server/
H A Dtransport_rdma.c1323 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in smb_direct_free_rdma_rw_msg()
1435 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in smb_direct_rdma_xmit()
1449 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in smb_direct_rdma_xmit()
/linux-6.15/drivers/block/rnbd/
H A 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.15/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c94 sg_free_table_chained(&ctxt->rw_sg_table, ctxt->rw_first_sgl_nents); in __svc_rdma_put_rw_ctxt()
/linux-6.15/drivers/scsi/
H A Dscsi_lib.c587 sg_free_table_chained(&cmd->sdb.table, in scsi_free_sgtables()
590 sg_free_table_chained(&cmd->prot_sdb->table, in scsi_free_sgtables()
/linux-6.15/drivers/block/
H A Dvirtio_blk.c209 sg_free_table_chained(&vbr->sg_table, in virtblk_unmap_data()