Searched refs:pool_type (Results 1 – 9 of 9) sorted by relevance
/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 | 548 enum fsl_mc_pool_type pool_type,
|
/drivers/gpu/drm/ttm/ |
D | ttm_page_alloc_dma.c | 61 enum pool_type { enum 99 enum pool_type type; 328 static enum pool_type ttm_to_type(int flags, enum ttm_caching_state cstate) in ttm_to_type() 330 enum pool_type type = IS_UNDEFINED; in ttm_to_type() 498 static void ttm_dma_free_pool(struct device *dev, enum pool_type type) in ttm_dma_free_pool() 555 enum pool_type type) in ttm_dma_pool_init() 558 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_HUGE}; in ttm_dma_pool_init() 637 enum pool_type type) in ttm_dma_find_pool() 894 enum pool_type type; in ttm_dma_populate() 998 enum pool_type type; in ttm_dma_unpopulate()
|
/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
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.h | 279 enum devlink_sb_pool_type pool_type, 283 enum devlink_sb_pool_type pool_type, 295 enum devlink_sb_pool_type pool_type,
|
D | spectrum_buffers.c | 996 pool_info->pool_type = (enum devlink_sb_pool_type) dir; in mlxsw_sp_sb_pool_get() 1112 enum devlink_sb_pool_type pool_type, in mlxsw_sp_sb_tc_pool_bind_get() argument 1120 enum mlxsw_reg_sbxx_dir dir = (enum mlxsw_reg_sbxx_dir) pool_type; in mlxsw_sp_sb_tc_pool_bind_get() 1132 enum devlink_sb_pool_type pool_type, in mlxsw_sp_sb_tc_pool_bind_set() argument 1142 enum mlxsw_reg_sbxx_dir dir = (enum mlxsw_reg_sbxx_dir) pool_type; in mlxsw_sp_sb_tc_pool_bind_set() 1386 enum devlink_sb_pool_type pool_type, in mlxsw_sp_sb_occ_tc_port_bind_get() argument 1394 enum mlxsw_reg_sbxx_dir dir = (enum mlxsw_reg_sbxx_dir) pool_type; in mlxsw_sp_sb_occ_tc_port_bind_get()
|
D | core.c | 856 enum devlink_sb_pool_type pool_type, in mlxsw_devlink_sb_tc_pool_bind_get() argument 867 tc_index, pool_type, in mlxsw_devlink_sb_tc_pool_bind_get() 874 enum devlink_sb_pool_type pool_type, in mlxsw_devlink_sb_tc_pool_bind_set() argument 886 tc_index, pool_type, in mlxsw_devlink_sb_tc_pool_bind_set() 931 enum devlink_sb_pool_type pool_type, in mlxsw_devlink_sb_occ_tc_port_bind_get() argument 943 pool_type, p_cur, p_max); in mlxsw_devlink_sb_occ_tc_port_bind_get()
|
D | spectrum.h | 409 enum devlink_sb_pool_type pool_type, 413 enum devlink_sb_pool_type pool_type, 425 enum devlink_sb_pool_type pool_type,
|