| /linux-6.15/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() 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() 194 if (pool_type < 0 || pool_type >= FSL_MC_NUM_POOL_TYPES) in fsl_mc_resource_allocate() 542 int pool_type; in fsl_mc_init_all_resource_pools() local 545 for (pool_type = 0; pool_type < FSL_MC_NUM_POOL_TYPES; pool_type++) { in fsl_mc_init_all_resource_pools() 573 int pool_type; in fsl_mc_cleanup_all_resource_pools() local [all …]
|
| H A D | fsl-mc-private.h | 635 enum fsl_mc_pool_type pool_type,
|
| /linux-6.15/drivers/net/ethernet/mscc/ |
| H A D | ocelot_devlink.c | 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() 737 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS) in ocelot_sb_tc_pool_bind_set() 852 enum devlink_sb_pool_type pool_type, in ocelot_sb_occ_tc_port_bind_get() argument [all …]
|
| H A D | ocelot_net.c | 90 enum devlink_sb_pool_type pool_type, in ocelot_devlink_sb_tc_pool_bind_get() argument 97 pool_type, p_pool_index, in ocelot_devlink_sb_tc_pool_bind_get() 104 enum devlink_sb_pool_type pool_type, in ocelot_devlink_sb_tc_pool_bind_set() argument 112 pool_type, pool_index, threshold, in ocelot_devlink_sb_tc_pool_bind_set() 147 enum devlink_sb_pool_type pool_type, in ocelot_devlink_sb_occ_tc_port_bind_get() argument 154 tc_index, pool_type, in ocelot_devlink_sb_occ_tc_port_bind_get()
|
| /linux-6.15/net/devlink/ |
| H A D | sb.c | 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() 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() 696 tc_index, pool_type, in devlink_nl_sb_tc_pool_bind_fill() 723 enum devlink_sb_pool_type pool_type; in devlink_nl_sb_tc_pool_bind_get_doit() local 736 pool_type, &tc_index); in devlink_nl_sb_tc_pool_bind_get_doit() 859 tc_index, pool_type, in devlink_sb_tc_pool_bind_set() 869 enum devlink_sb_pool_type pool_type; in devlink_nl_sb_tc_pool_bind_set_doit() local 885 pool_type, &tc_index); in devlink_nl_sb_tc_pool_bind_set_doit() [all …]
|
| /linux-6.15/net/dsa/ |
| H A D | devlink.c | 82 enum devlink_sb_pool_type pool_type, in dsa_devlink_sb_tc_pool_bind_get() argument 92 tc_index, pool_type, in dsa_devlink_sb_tc_pool_bind_get() 99 enum devlink_sb_pool_type pool_type, in dsa_devlink_sb_tc_pool_bind_set() argument 110 tc_index, pool_type, in dsa_devlink_sb_tc_pool_bind_set() 155 enum devlink_sb_pool_type pool_type, in dsa_devlink_sb_occ_tc_port_bind_get() argument 166 pool_type, p_cur, in dsa_devlink_sb_occ_tc_port_bind_get()
|
| /linux-6.15/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() 640 int pool_type) in rds_ib_create_mr_pool() argument 648 pool->pool_type = pool_type; in rds_ib_create_mr_pool() 657 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() 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()
|
| H A D | ib_mr.h | 90 unsigned int pool_type; member
|
| /linux-6.15/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-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_job.h | 96 size_t size, enum amdgpu_ib_pool_type pool_type,
|
| H A D | amdgpu_ib.c | 65 unsigned int size, enum amdgpu_ib_pool_type pool_type, in amdgpu_ib_get() argument 71 r = amdgpu_sa_bo_new(&adev->ib_pools[pool_type], in amdgpu_ib_get()
|
| H A D | amdgpu_job.c | 230 size_t size, enum amdgpu_ib_pool_type pool_type, in amdgpu_job_alloc_with_ib() argument 240 r = amdgpu_ib_get(adev, NULL, size, pool_type, &(*job)->ibs[0]); in amdgpu_job_alloc_with_ib()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | pool.h | 62 enum mlx5hws_pool_type pool_type; member
|
| H A D | context.c | 36 pool_attr.pool_type = MLX5HWS_POOL_TYPE_STC; in hws_context_pools_init()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core.h | 392 enum devlink_sb_pool_type pool_type, 396 enum devlink_sb_pool_type pool_type, 408 enum devlink_sb_pool_type pool_type,
|
| H A D | spectrum_buffers.c | 1368 pool_info->pool_type = (enum devlink_sb_pool_type) dir; in mlxsw_sp_sb_pool_get() 1485 enum devlink_sb_pool_type pool_type, in mlxsw_sp_sb_tc_pool_bind_get() argument 1493 enum mlxsw_reg_sbxx_dir dir = (enum mlxsw_reg_sbxx_dir) pool_type; in mlxsw_sp_sb_tc_pool_bind_get() 1505 enum devlink_sb_pool_type pool_type, in mlxsw_sp_sb_tc_pool_bind_set() argument 1515 enum mlxsw_reg_sbxx_dir dir = (enum mlxsw_reg_sbxx_dir) pool_type; in mlxsw_sp_sb_tc_pool_bind_set() 1783 enum devlink_sb_pool_type pool_type, in mlxsw_sp_sb_occ_tc_port_bind_get() argument 1791 enum mlxsw_reg_sbxx_dir dir = (enum mlxsw_reg_sbxx_dir) pool_type; in mlxsw_sp_sb_occ_tc_port_bind_get()
|
| H A D | spectrum.h | 596 enum devlink_sb_pool_type pool_type, 600 enum devlink_sb_pool_type pool_type, 612 enum devlink_sb_pool_type pool_type,
|
| H A D | core.c | 1448 enum devlink_sb_pool_type pool_type, in mlxsw_devlink_sb_tc_pool_bind_get() argument 1459 tc_index, pool_type, in mlxsw_devlink_sb_tc_pool_bind_get() 1466 enum devlink_sb_pool_type pool_type, in mlxsw_devlink_sb_tc_pool_bind_set() argument 1478 tc_index, pool_type, in mlxsw_devlink_sb_tc_pool_bind_set() 1523 enum devlink_sb_pool_type pool_type, in mlxsw_devlink_sb_occ_tc_port_bind_get() argument 1535 pool_type, p_cur, p_max); in mlxsw_devlink_sb_occ_tc_port_bind_get()
|
| /linux-6.15/include/net/ |
| H A D | devlink.h | 203 enum devlink_sb_pool_type pool_type; member 1314 enum devlink_sb_pool_type pool_type, 1319 enum devlink_sb_pool_type pool_type, 1332 enum devlink_sb_pool_type pool_type,
|
| H A D | dsa.h | 1166 enum devlink_sb_pool_type pool_type, 1170 enum devlink_sb_pool_type pool_type, 1182 enum devlink_sb_pool_type pool_type,
|
| /linux-6.15/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 2071 enum devlink_sb_pool_type pool_type, in felix_sb_tc_pool_bind_get() argument 2077 pool_type, p_pool_index, in felix_sb_tc_pool_bind_get() 2083 enum devlink_sb_pool_type pool_type, in felix_sb_tc_pool_bind_set() argument 2090 pool_type, pool_index, threshold, in felix_sb_tc_pool_bind_set() 2122 enum devlink_sb_pool_type pool_type, in felix_sb_occ_tc_port_bind_get() argument 2128 pool_type, p_cur, p_max); in felix_sb_occ_tc_port_bind_get()
|
| /linux-6.15/include/soc/mscc/ |
| H A D | ocelot.h | 1128 enum devlink_sb_pool_type pool_type, 1132 enum devlink_sb_pool_type pool_type, 1142 enum devlink_sb_pool_type pool_type,
|
| /linux-6.15/include/linux/fsl/ |
| H A D | mc.h | 421 enum fsl_mc_pool_type pool_type,
|