Home
last modified time | relevance | path

Searched refs:fa_index (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c186 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 Dcore_acl_flex_actions.h103 u32 fa_index, u64 rate_bytes_ps, u32 burst,
/openbmc/linux/include/net/
H A Droute.h250 int *fa_index, int fa_start, unsigned int flags);
/openbmc/linux/net/ipv4/
H A Droute.c3072 int *fa_index, int fa_start, unsigned int flags) in fnhe_dump_bucket() argument
3084 if (*fa_index < fa_start) in fnhe_dump_bucket()
3107 (*fa_index)++; in fnhe_dump_bucket()
3116 int *fa_index, int fa_start, unsigned int flags) in fib_dump_info_fnhe() argument
3134 genid, fa_index, fa_start, in fib_dump_info_fnhe()