Home
last modified time | relevance | path

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

/linux-6.1.9/net/rds/
Dib_rdma.c209 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_reuse_mr()
352 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_flush_mr_pool()
456 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_try_reuse_ibmr()
464 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_try_reuse_ibmr()
Dib_frmr.c87 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_alloc_frmr()
252 if (ibmr->pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_map_frmr()
387 if (ibmr->pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_unreg_frmr()
Dib.h239 RDS_IB_MR_8K_POOL, enumerator
Dib.c202 rds_ib_create_mr_pool(rds_ibdev, RDS_IB_MR_8K_POOL); in rds_ib_add_one()