Searched refs:fa_index (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_acl_flex_actions.c | 186 u32 fa_index; member 192 .key_offset = offsetof(struct mlxsw_afa_policer, fa_index), 868 mlxsw_afa_policer_create(struct mlxsw_afa *mlxsw_afa, u32 fa_index, in mlxsw_afa_policer_create() argument 886 policer->fa_index = fa_index; in mlxsw_afa_policer_create() 917 mlxsw_afa_policer_get(struct mlxsw_afa *mlxsw_afa, u32 fa_index, in mlxsw_afa_policer_get() argument 923 policer = rhashtable_lookup_fast(&mlxsw_afa->policer_ht, &fa_index, in mlxsw_afa_policer_get() 930 return mlxsw_afa_policer_create(mlxsw_afa, fa_index, rate_bytes_ps, in mlxsw_afa_policer_get() 968 mlxsw_afa_policer_ref_create(struct mlxsw_afa_block *block, u32 fa_index, in mlxsw_afa_policer_ref_create() argument 980 policer = mlxsw_afa_policer_get(block->afa, fa_index, rate_bytes_ps, in mlxsw_afa_policer_ref_create() 1809 u32 fa_index, u64 rate_bytes_ps, u32 burst, in mlxsw_afa_block_append_police() argument [all …]
|
D | core_acl_flex_actions.h | 92 u32 fa_index, u64 rate_bytes_ps, u32 burst,
|
/kernel/linux/linux-5.10/include/net/ |
D | route.h | 247 int *fa_index, int fa_start, unsigned int flags);
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | route.c | 3002 int *fa_index, int fa_start, unsigned int flags) in fnhe_dump_bucket() argument 3014 if (*fa_index < fa_start) in fnhe_dump_bucket() 3037 (*fa_index)++; in fnhe_dump_bucket() 3046 int *fa_index, int fa_start, unsigned int flags) in fib_dump_info_fnhe() argument 3064 genid, fa_index, fa_start, in fib_dump_info_fnhe()
|