Searched refs:sg_free_table_chained (Results 1 – 7 of 7) sorted by relevance
| /linux/lib/ |
| H A 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/fs/smb/smbdirect/ |
| H A D | rw.c | 76 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in smbdirect_connection_rw_io_free() 250 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in smbdirect_connection_rdma_xmit()
|
| /linux/drivers/nvme/host/ |
| H A D | rdma.c | 1257 sg_free_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_dma_unmap_req() 1263 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_dma_unmap_req() 1550 sg_free_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_dma_map_req() 1556 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_dma_map_req()
|
| H A D | fc.c | 2596 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_map_data() 2619 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_unmap_data()
|
| /linux/drivers/vhost/ |
| H A D | scsi.c | 471 sg_free_table_chained(&tv_cmd->table, vs->inline_sg_cnt); in vhost_scsi_release_cmd_res() 479 sg_free_table_chained(&tv_cmd->prot_table, vs->inline_sg_cnt); in vhost_scsi_release_cmd_res() 1023 sg_free_table_chained(&cmd->prot_table, in vhost_scsi_mapal() 1050 sg_free_table_chained(&cmd->table, vs->inline_sg_cnt); in vhost_scsi_mapal()
|
| /linux/drivers/block/rnbd/ |
| H A D | rnbd-clt.c | 375 sg_free_table_chained(&iu->sgt, RNBD_INLINE_SG_CNT); in rnbd_softirq_done_fn() 1155 sg_free_table_chained(&iu->sgt, RNBD_INLINE_SG_CNT); in rnbd_queue_rq()
|
| /linux/drivers/scsi/ |
| H A D | scsi_lib.c | 620 sg_free_table_chained(&cmd->sdb.table, in scsi_free_sgtables() 623 sg_free_table_chained(&cmd->prot_sdb->table, in scsi_free_sgtables()
|