| /Linux-v6.1/drivers/bus/fsl-mc/ |
| 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() 161 *pool_type) in object_type_to_pool_type() 167 *pool_type = i; in object_type_to_pool_type() 176 enum fsl_mc_pool_type pool_type, in fsl_mc_resource_allocate() argument 188 if (pool_type < 0 || pool_type >= FSL_MC_NUM_POOL_TYPES) in fsl_mc_resource_allocate() 191 res_pool = &mc_bus->resource_pools[pool_type]; in fsl_mc_resource_allocate() [all …]
|
| D | fsl-mc-private.h | 641 enum fsl_mc_pool_type pool_type,
|
| /Linux-v6.1/drivers/net/ethernet/mscc/ |
| D | ocelot_devlink.c | 517 pool_info->pool_type = DEVLINK_SB_POOL_TYPE_INGRESS; in ocelot_sb_pool_get() 519 pool_info->pool_type = DEVLINK_SB_POOL_TYPE_EGRESS; in ocelot_sb_pool_get() 646 enum devlink_sb_pool_type pool_type, in ocelot_sb_tc_pool_bind_get() argument 653 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS) in ocelot_sb_tc_pool_bind_get() 659 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS) in ocelot_sb_tc_pool_bind_get() 671 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS) in ocelot_sb_tc_pool_bind_get() 683 enum devlink_sb_pool_type pool_type, in ocelot_sb_tc_pool_bind_set() argument 692 pool_type != DEVLINK_SB_POOL_TYPE_INGRESS) in ocelot_sb_tc_pool_bind_set() 695 pool_type != DEVLINK_SB_POOL_TYPE_EGRESS) in ocelot_sb_tc_pool_bind_set() 700 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS) in ocelot_sb_tc_pool_bind_set() [all …]
|
| 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-v6.1/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
|
| /Linux-v6.1/drivers/net/ethernet/netronome/nfp/ |
| D | nfp_shared_buf.c | 48 pool_info->pool_type = le32_to_cpu(get_data.pool_type); in nfp_shared_buf_pool_get()
|
| D | nfp_abi.h | 95 __le32 pool_type; member
|
| /Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ib.c | 65 unsigned 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()
|
| D | amdgpu_job.c | 117 enum amdgpu_ib_pool_type pool_type, in amdgpu_job_alloc_with_ib() argument 127 r = amdgpu_ib_get(adev, NULL, size, pool_type, &(*job)->ibs[0]); in amdgpu_job_alloc_with_ib()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/ |
| D | core.h | 375 enum devlink_sb_pool_type pool_type, 379 enum devlink_sb_pool_type pool_type, 391 enum devlink_sb_pool_type pool_type,
|
| 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() 1771 enum devlink_sb_pool_type pool_type, in mlxsw_sp_sb_occ_tc_port_bind_get() argument 1779 enum mlxsw_reg_sbxx_dir dir = (enum mlxsw_reg_sbxx_dir) pool_type; in mlxsw_sp_sb_occ_tc_port_bind_get()
|
| 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,
|
| D | core.c | 1361 enum devlink_sb_pool_type pool_type, in mlxsw_devlink_sb_tc_pool_bind_get() argument 1372 tc_index, pool_type, in mlxsw_devlink_sb_tc_pool_bind_get() 1379 enum devlink_sb_pool_type pool_type, in mlxsw_devlink_sb_tc_pool_bind_set() argument 1391 tc_index, pool_type, in mlxsw_devlink_sb_tc_pool_bind_set() 1436 enum devlink_sb_pool_type pool_type, in mlxsw_devlink_sb_occ_tc_port_bind_get() argument 1448 pool_type, p_cur, p_max); in mlxsw_devlink_sb_occ_tc_port_bind_get()
|
| /Linux-v6.1/net/dsa/ |
| D | dsa2.c | 721 enum devlink_sb_pool_type pool_type, in dsa_devlink_sb_tc_pool_bind_get() argument 731 tc_index, pool_type, in dsa_devlink_sb_tc_pool_bind_get() 738 enum devlink_sb_pool_type pool_type, in dsa_devlink_sb_tc_pool_bind_set() argument 749 tc_index, pool_type, in dsa_devlink_sb_tc_pool_bind_set() 794 enum devlink_sb_pool_type pool_type, in dsa_devlink_sb_occ_tc_port_bind_get() argument 805 pool_type, p_cur, in dsa_devlink_sb_occ_tc_port_bind_get()
|
| /Linux-v6.1/include/net/ |
| D | devlink.h | 189 enum devlink_sb_pool_type pool_type; member 1256 enum devlink_sb_pool_type pool_type, 1261 enum devlink_sb_pool_type pool_type, 1274 enum devlink_sb_pool_type pool_type,
|
| D | dsa.h | 1148 enum devlink_sb_pool_type pool_type, 1152 enum devlink_sb_pool_type pool_type, 1164 enum devlink_sb_pool_type pool_type,
|
| /Linux-v6.1/drivers/net/dsa/ocelot/ |
| D | felix.c | 1903 enum devlink_sb_pool_type pool_type, in felix_sb_tc_pool_bind_get() argument 1909 pool_type, p_pool_index, in felix_sb_tc_pool_bind_get() 1915 enum devlink_sb_pool_type pool_type, in felix_sb_tc_pool_bind_set() argument 1922 pool_type, pool_index, threshold, in felix_sb_tc_pool_bind_set() 1954 enum devlink_sb_pool_type pool_type, in felix_sb_occ_tc_port_bind_get() argument 1960 pool_type, p_cur, p_max); in felix_sb_occ_tc_port_bind_get()
|
| /Linux-v6.1/include/soc/mscc/ |
| D | ocelot.h | 1256 enum devlink_sb_pool_type pool_type, 1260 enum devlink_sb_pool_type pool_type, 1270 enum devlink_sb_pool_type pool_type,
|
| /Linux-v6.1/include/linux/fsl/ |
| D | mc.h | 423 enum fsl_mc_pool_type pool_type,
|
| /Linux-v6.1/net/core/ |
| D | devlink.c | 675 enum devlink_sb_pool_type pool_type, in devlink_sb_tc_index_get_from_attrs() argument 684 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS && in devlink_sb_tc_index_get_from_attrs() 687 if (pool_type == DEVLINK_SB_POOL_TYPE_EGRESS && in devlink_sb_tc_index_get_from_attrs() 697 enum devlink_sb_pool_type pool_type, in devlink_sb_tc_index_get_from_info() argument 701 pool_type, p_tc_index); in devlink_sb_tc_index_get_from_info() 2542 if (nla_put_u8(msg, DEVLINK_ATTR_SB_POOL_TYPE, pool_info.pool_type)) in devlink_nl_sb_pool_fill() 2922 enum devlink_sb_pool_type pool_type, in devlink_nl_sb_tc_pool_bind_fill() argument 2933 tc_index, pool_type, in devlink_nl_sb_tc_pool_bind_fill() 2950 if (nla_put_u8(msg, DEVLINK_ATTR_SB_POOL_TYPE, pool_type)) in devlink_nl_sb_tc_pool_bind_fill() 2963 tc_index, pool_type, in devlink_nl_sb_tc_pool_bind_fill() [all …]
|