Searched refs:pool_type (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/bus/fsl-mc/ |
| H A D | fsl-mc-allocator.c | 33 pool_type, in fsl_mc_resource_pool_add_device() 42 if (pool_type < 0 || pool_type >= FSL_MC_NUM_POOL_TYPES) in fsl_mc_resource_pool_add_device() 49 res_pool = &mc_bus->resource_pools[pool_type]; in fsl_mc_resource_pool_add_device() 50 if (res_pool->type != pool_type) in fsl_mc_resource_pool_add_device() 72 resource->type = pool_type; in fsl_mc_resource_pool_add_device() 167 *pool_type) in object_type_to_pool_type() 173 *pool_type = i; in object_type_to_pool_type() 182 enum fsl_mc_pool_type pool_type, in fsl_mc_resource_allocate() argument 194 if (pool_type < 0 || pool_type >= FSL_MC_NUM_POOL_TYPES) in fsl_mc_resource_allocate() 197 res_pool = &mc_bus->resource_pools[pool_type]; in fsl_mc_resource_allocate() [all …]
|
| /linux/drivers/net/ethernet/mscc/ |
| H A D | ocelot_devlink.c | 548 pool_info->pool_type = DEVLINK_SB_POOL_TYPE_INGRESS; in ocelot_sb_pool_get() 550 pool_info->pool_type = DEVLINK_SB_POOL_TYPE_EGRESS; in ocelot_sb_pool_get() 677 enum devlink_sb_pool_type pool_type, in ocelot_sb_tc_pool_bind_get() argument 684 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS) in ocelot_sb_tc_pool_bind_get() 690 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS) in ocelot_sb_tc_pool_bind_get() 702 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS) in ocelot_sb_tc_pool_bind_get() 714 enum devlink_sb_pool_type pool_type, in ocelot_sb_tc_pool_bind_set() argument 723 pool_type != DEVLINK_SB_POOL_TYPE_INGRESS) in ocelot_sb_tc_pool_bind_set() 726 pool_type != DEVLINK_SB_POOL_TYPE_EGRESS) in ocelot_sb_tc_pool_bind_set() 731 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS) in ocelot_sb_tc_pool_bind_set() [all …]
|
| /linux/net/devlink/ |
| H A D | sb.c | 138 enum devlink_sb_pool_type pool_type, in devlink_sb_tc_index_get_from_attrs() argument 147 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS && in devlink_sb_tc_index_get_from_attrs() 150 if (pool_type == DEVLINK_SB_POOL_TYPE_EGRESS && in devlink_sb_tc_index_get_from_attrs() 160 enum devlink_sb_pool_type pool_type, in devlink_sb_tc_index_get_from_info() argument 164 pool_type, p_tc_index); in devlink_sb_tc_index_get_from_info() 288 if (nla_put_u8(msg, DEVLINK_ATTR_SB_POOL_TYPE, pool_info.pool_type)) in devlink_nl_sb_pool_fill() 655 enum devlink_sb_pool_type pool_type, in devlink_nl_sb_tc_pool_bind_fill() argument 666 tc_index, pool_type, in devlink_nl_sb_tc_pool_bind_fill() 683 if (nla_put_u8(msg, DEVLINK_ATTR_SB_POOL_TYPE, pool_type)) in devlink_nl_sb_tc_pool_bind_fill() 696 tc_index, pool_type, in devlink_nl_sb_tc_pool_bind_fill() [all …]
|
| /linux/net/rds/ |
| H A D | ib_rdma.c | 205 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_reuse_mr() 348 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_flush_mr_pool() 452 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_try_reuse_ibmr() 460 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_try_reuse_ibmr() 645 int pool_type) in rds_ib_create_mr_pool() argument 653 pool->pool_type = pool_type; in rds_ib_create_mr_pool() 662 if (pool_type == RDS_IB_MR_1M_POOL) { in rds_ib_create_mr_pool()
|
| H A D | ib_frmr.c | 87 if (pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_alloc_frmr() 256 if (ibmr->pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_map_frmr() 391 if (ibmr->pool->pool_type == RDS_IB_MR_8K_POOL) in rds_ib_unreg_frmr()
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_shared_buf.c | 48 pool_info->pool_type = le32_to_cpu(get_data.pool_type); in nfp_shared_buf_pool_get()
|
| H A D | nfp_abi.h | 95 __le32 pool_type; member
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_buffers.c | 1364 pool_info->pool_type = (enum devlink_sb_pool_type) dir; in mlxsw_sp_sb_pool_get() 1481 enum devlink_sb_pool_type pool_type, in mlxsw_sp_sb_tc_pool_bind_get() argument 1489 enum mlxsw_reg_sbxx_dir dir = (enum mlxsw_reg_sbxx_dir) pool_type; in mlxsw_sp_sb_tc_pool_bind_get() 1501 enum devlink_sb_pool_type pool_type, in mlxsw_sp_sb_tc_pool_bind_set() argument 1511 enum mlxsw_reg_sbxx_dir dir = (enum mlxsw_reg_sbxx_dir) pool_type; in mlxsw_sp_sb_tc_pool_bind_set() 1779 enum devlink_sb_pool_type pool_type, in mlxsw_sp_sb_occ_tc_port_bind_get() argument 1787 enum mlxsw_reg_sbxx_dir dir = (enum mlxsw_reg_sbxx_dir) pool_type; in mlxsw_sp_sb_occ_tc_port_bind_get()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | context.c | 36 pool_attr.pool_type = MLX5HWS_POOL_TYPE_STC; in hws_context_pools_init()
|
| H A D | pool.c | 355 pool->type = pool_attr->pool_type; in mlx5hws_pool_create()
|
| H A D | action_ste_pool.c | 28 pool_attr.pool_type = MLX5HWS_POOL_TYPE_STE; in hws_action_ste_table_create_pool()
|
| H A D | action.c | 1610 pool_attr.pool_type = MLX5HWS_POOL_TYPE_STE; in hws_action_create_dest_match_range_table()
|