Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
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 …]
Dcore_acl_flex_actions.h101 u32 fa_index, u64 rate_bytes_ps, u32 burst,
/linux-6.1.9/include/net/
Droute.h256 int *fa_index, int fa_start, unsigned int flags);
/linux-6.1.9/net/ipv4/
Droute.c3078 int *fa_index, int fa_start, unsigned int flags) in fnhe_dump_bucket() argument
3090 if (*fa_index < fa_start) in fnhe_dump_bucket()
3113 (*fa_index)++; in fnhe_dump_bucket()
3122 int *fa_index, int fa_start, unsigned int flags) in fib_dump_info_fnhe() argument
3140 genid, fa_index, fa_start, in fib_dump_info_fnhe()