Searched refs:pool_type (Results 1 – 5 of 5) 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/dsa/ |
D | dsa2.c | 699 enum devlink_sb_pool_type pool_type, in dsa_devlink_sb_tc_pool_bind_get() argument 709 tc_index, pool_type, in dsa_devlink_sb_tc_pool_bind_get() 716 enum devlink_sb_pool_type pool_type, in dsa_devlink_sb_tc_pool_bind_set() argument 727 tc_index, pool_type, in dsa_devlink_sb_tc_pool_bind_set() 772 enum devlink_sb_pool_type pool_type, in dsa_devlink_sb_occ_tc_port_bind_get() argument 783 pool_type, p_cur, in dsa_devlink_sb_occ_tc_port_bind_get()
|
/net/core/ |
D | devlink.c | 397 enum devlink_sb_pool_type pool_type, in devlink_sb_tc_index_get_from_attrs() argument 406 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS && in devlink_sb_tc_index_get_from_attrs() 409 if (pool_type == DEVLINK_SB_POOL_TYPE_EGRESS && in devlink_sb_tc_index_get_from_attrs() 419 enum devlink_sb_pool_type pool_type, in devlink_sb_tc_index_get_from_info() argument 423 pool_type, p_tc_index); in devlink_sb_tc_index_get_from_info() 1989 if (nla_put_u8(msg, DEVLINK_ATTR_SB_POOL_TYPE, pool_info.pool_type)) in devlink_nl_sb_pool_fill() 2383 enum devlink_sb_pool_type pool_type, in devlink_nl_sb_tc_pool_bind_fill() argument 2394 tc_index, pool_type, in devlink_nl_sb_tc_pool_bind_fill() 2411 if (nla_put_u8(msg, DEVLINK_ATTR_SB_POOL_TYPE, pool_type)) in devlink_nl_sb_tc_pool_bind_fill() 2424 tc_index, pool_type, in devlink_nl_sb_tc_pool_bind_fill() [all …]
|