Home
last modified time | relevance | path

Searched refs:NVME_INLINE_SG_CNT (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/nvme/target/
Dloop.c78 sg_free_table_chained(&iod->sg_table, NVME_INLINE_SG_CNT); in nvme_loop_complete_rq()
159 iod->sg_table.sgl, NVME_INLINE_SG_CNT)) { in nvme_loop_queue_rq()
345 NVME_INLINE_SG_CNT * sizeof(struct scatterlist); in nvme_loop_configure_admin_queue()
517 NVME_INLINE_SG_CNT * sizeof(struct scatterlist); in nvme_loop_create_io_queues()
/Linux-v5.10/drivers/nvme/host/
Dnvme.h33 #define NVME_INLINE_SG_CNT 0 macro
36 #define NVME_INLINE_SG_CNT 2 macro
Drdma.c38 (sizeof(struct scatterlist) * NVME_INLINE_SG_CNT)
1287 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_unmap_data()
1517 NVME_INLINE_SG_CNT); in nvme_rdma_map_data()
1594 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_map_data()
Dfc.c114 struct scatterlist sgl[NVME_INLINE_SG_CNT];
2566 NVME_INLINE_SG_CNT); in nvme_fc_map_data()
2575 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_map_data()
2598 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_unmap_data()