Searched refs:pool_type (Results 1 – 4 of 4) sorted by relevance
/net/rds/ |
D | ib_rdma.c | 209 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() 644 int pool_type) in rds_ib_create_mr_pool() argument 652 pool->pool_type = pool_type; in rds_ib_create_mr_pool() 661 if (pool_type == RDS_IB_MR_1M_POOL) { in rds_ib_create_mr_pool()
|
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 | 90 unsigned int pool_type; member
|
/net/core/ |
D | devlink.c | 319 enum devlink_sb_pool_type pool_type, in devlink_sb_tc_index_get_from_attrs() argument 328 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS && in devlink_sb_tc_index_get_from_attrs() 331 if (pool_type == DEVLINK_SB_POOL_TYPE_EGRESS && in devlink_sb_tc_index_get_from_attrs() 341 enum devlink_sb_pool_type pool_type, in devlink_sb_tc_index_get_from_info() argument 345 pool_type, p_tc_index); in devlink_sb_tc_index_get_from_info() 1266 if (nla_put_u8(msg, DEVLINK_ATTR_SB_POOL_TYPE, pool_info.pool_type)) in devlink_nl_sb_pool_fill() 1644 enum devlink_sb_pool_type pool_type, in devlink_nl_sb_tc_pool_bind_fill() argument 1655 tc_index, pool_type, in devlink_nl_sb_tc_pool_bind_fill() 1672 if (nla_put_u8(msg, DEVLINK_ATTR_SB_POOL_TYPE, pool_type)) in devlink_nl_sb_tc_pool_bind_fill() 1685 tc_index, pool_type, in devlink_nl_sb_tc_pool_bind_fill() [all …]
|