Searched refs:arfs_t (Results 1 – 1 of 1) sorted by relevance
183 static void arfs_destroy_table(struct arfs_table *arfs_t) in arfs_destroy_table() argument 185 mlx5_del_flow_rules(arfs_t->default_rule); in arfs_destroy_table() 186 mlx5e_destroy_flow_table(&arfs_t->ft); in arfs_destroy_table() 219 struct arfs_table *arfs_t = &arfs->arfs_tables[type]; in arfs_add_default_rule() local 236 arfs_t->default_rule = mlx5_add_flow_rules(arfs_t->ft.t, NULL, in arfs_add_default_rule() 239 if (IS_ERR(arfs_t->default_rule)) { in arfs_add_default_rule() 240 err = PTR_ERR(arfs_t->default_rule); in arfs_add_default_rule() 241 arfs_t->default_rule = NULL; in arfs_add_default_rule() 484 arfs_hash_bucket(struct arfs_table *arfs_t, __be1 argument 657 arfs_alloc_rule(struct mlx5e_priv * priv,struct arfs_table * arfs_t,const struct flow_keys * fk,u16 rxq,u32 flow_id) arfs_alloc_rule() argument 716 arfs_find_rule(struct arfs_table * arfs_t,const struct flow_keys * fk) arfs_find_rule() argument 737 struct arfs_table *arfs_t; mlx5e_rx_flow_steer() local [all...]