Searched refs:NVME_INLINE_SG_CNT (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | loop.c | 78 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() 357 NVME_INLINE_SG_CNT * sizeof(struct scatterlist); in nvme_loop_configure_admin_queue() 534 NVME_INLINE_SG_CNT * sizeof(struct scatterlist); in nvme_loop_create_io_queues()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | loop.c | 78 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() 358 NVME_INLINE_SG_CNT * sizeof(struct scatterlist)); in nvme_loop_configure_admin_queue() 499 NVME_INLINE_SG_CNT * sizeof(struct scatterlist)); in nvme_loop_create_io_queues()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | nvme.h | 33 #define NVME_INLINE_SG_CNT 0 macro 36 #define NVME_INLINE_SG_CNT 2 macro
|
H A D | rdma.c | 38 (sizeof(struct scatterlist) * NVME_INLINE_SG_CNT) 1326 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_unmap_data() 1557 NVME_INLINE_SG_CNT); in nvme_rdma_map_data() 1634 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_map_data()
|
H A D | fc.c | 114 struct scatterlist sgl[NVME_INLINE_SG_CNT]; 2591 NVME_INLINE_SG_CNT); in nvme_fc_map_data() 2600 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_map_data() 2623 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_unmap_data()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | nvme.h | 33 #define NVME_INLINE_SG_CNT 0 macro 36 #define NVME_INLINE_SG_CNT 2 macro
|
H A D | rdma.c | 38 (sizeof(struct scatterlist) * NVME_INLINE_SG_CNT) 1224 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_dma_unmap_req() 1466 NVME_INLINE_SG_CNT); 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()
|
H A D | fc.c | 115 struct scatterlist sgl[NVME_INLINE_SG_CNT]; 2608 NVME_INLINE_SG_CNT); in nvme_fc_map_data() 2617 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()
|
Completed in 22 milliseconds