Searched refs:pool_type (Results 1 – 5 of 5) sorted by relevance
/net/rds/ |
D | ib_rdma.c | 202 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_reuse_mr() 342 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_flush_mr_pool() 449 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_try_reuse_ibmr() 457 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_try_reuse_ibmr() 580 int pool_type) in rds_ib_create_mr_pool() argument 588 pool->pool_type = pool_type; in rds_ib_create_mr_pool() 597 if (pool_type == RDS_IB_MR_1M_POOL) { in rds_ib_create_mr_pool()
|
D | ib_fmr.c | 52 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_alloc_fmr() 84 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_alloc_fmr() 186 if (ibmr->pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_map_fmr() 248 if (ibmr->pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_unreg_fmr()
|
D | ib_frmr.c | 87 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()
|
D | ib_mr.h | 92 unsigned int pool_type; member
|
/net/core/ |
D | devlink.c | 306 enum devlink_sb_pool_type pool_type, in devlink_sb_tc_index_get_from_attrs() argument 315 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS && in devlink_sb_tc_index_get_from_attrs() 318 if (pool_type == DEVLINK_SB_POOL_TYPE_EGRESS && in devlink_sb_tc_index_get_from_attrs() 328 enum devlink_sb_pool_type pool_type, in devlink_sb_tc_index_get_from_info() argument 332 pool_type, p_tc_index); in devlink_sb_tc_index_get_from_info() 954 if (nla_put_u8(msg, DEVLINK_ATTR_SB_POOL_TYPE, pool_info.pool_type)) in devlink_nl_sb_pool_fill() 1303 enum devlink_sb_pool_type pool_type, in devlink_nl_sb_tc_pool_bind_fill() argument 1314 tc_index, pool_type, in devlink_nl_sb_tc_pool_bind_fill() 1331 if (nla_put_u8(msg, DEVLINK_ATTR_SB_POOL_TYPE, pool_type)) in devlink_nl_sb_tc_pool_bind_fill() 1344 tc_index, pool_type, in devlink_nl_sb_tc_pool_bind_fill() [all …]
|