Home
last modified time | relevance | path

Searched refs:arfs_table (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/
Den_arfs.c150 static void arfs_destroy_table(struct arfs_table *arfs_t) in arfs_destroy_table()
174 struct arfs_table *arfs_t = &priv->fs.arfs.arfs_tables[type]; in arfs_add_default_rule()
426 arfs_hash_bucket(struct arfs_table *arfs_t, __be16 src_port, in arfs_hash_bucket()
440 static struct arfs_table *arfs_get_table(struct mlx5e_arfs_tables *arfs, in arfs_get_table()
463 struct arfs_table *arfs_table; in arfs_add_rule() local
478 arfs_table = arfs_get_table(arfs, tuple->ip_proto, tuple->etype); in arfs_add_rule()
479 if (!arfs_table) { in arfs_add_rule()
484 ft = arfs_table->ft.t; in arfs_add_rule()
600 struct arfs_table *arfs_t, in arfs_alloc_rule()
656 static struct arfs_rule *arfs_find_rule(struct arfs_table *arfs_t, in arfs_find_rule()
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/en/
Dfs.h177 struct arfs_table { struct
192 struct arfs_table arfs_tables[ARFS_NUM_TYPES]; argument