Searched refs:rdma_rw_io_needs_mr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | rw.c | 26 * performance than using multiple SGE entries, see rdma_rw_io_needs_mr() 45 static inline bool rdma_rw_io_needs_mr(struct ib_device *dev, u8 port_num, in rdma_rw_io_needs_mr() function 341 if (rdma_rw_io_needs_mr(qp->device, port_num, dir, sg_cnt)) { in rdma_rw_ctx_init()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | rw.c | 27 * performance than using multiple SGE entries, see rdma_rw_io_needs_mr() 46 static inline bool rdma_rw_io_needs_mr(struct ib_device *dev, u32 port_num, in rdma_rw_io_needs_mr() function 326 if (rdma_rw_io_needs_mr(qp->device, port_num, dir, sg_cnt)) { in rdma_rw_ctx_init()
|
Completed in 5 milliseconds