Searched refs:fa_index (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_acl_flex_actions.c | 186 u32 fa_index; member 192 .key_offset = offsetof(struct mlxsw_afa_policer, fa_index), 869 mlxsw_afa_policer_create(struct mlxsw_afa *mlxsw_afa, u32 fa_index, in mlxsw_afa_policer_create() argument 887 policer->fa_index = fa_index; in mlxsw_afa_policer_create() 918 mlxsw_afa_policer_get(struct mlxsw_afa *mlxsw_afa, u32 fa_index, in mlxsw_afa_policer_get() argument 924 policer = rhashtable_lookup_fast(&mlxsw_afa->policer_ht, &fa_index, in mlxsw_afa_policer_get() 931 return mlxsw_afa_policer_create(mlxsw_afa, fa_index, rate_bytes_ps, in mlxsw_afa_policer_get() 969 mlxsw_afa_policer_ref_create(struct mlxsw_afa_block *block, u32 fa_index, in mlxsw_afa_policer_ref_create() argument 981 policer = mlxsw_afa_policer_get(block->afa, fa_index, rate_bytes_ps, in mlxsw_afa_policer_ref_create() 1810 u32 fa_index, u64 rate_bytes_ps, u32 burst, in mlxsw_afa_block_append_police() argument [all …]
|
H A D | core_acl_flex_actions.h | 103 u32 fa_index, u64 rate_bytes_ps, u32 burst,
|
/openbmc/linux/include/net/ |
H A D | route.h | 251 int *fa_index, int fa_start, unsigned int flags);
|
/openbmc/linux/net/ipv4/ |
H A D | route.c | 3098 int *fa_index, int fa_start, unsigned int flags) in fnhe_dump_bucket() argument 3110 if (*fa_index < fa_start) in fnhe_dump_bucket() 3133 (*fa_index)++; in fnhe_dump_bucket() 3142 int *fa_index, int fa_start, unsigned int flags) in fib_dump_info_fnhe() argument 3160 genid, fa_index, fa_start, in fib_dump_info_fnhe()
|