Home
last modified time | relevance | path

Searched refs:mlx5e_rx_res (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Drx_res.h13 struct mlx5e_rx_res;
24 struct mlx5e_rx_res *mlx5e_rx_res_alloc(void);
29 void mlx5e_rx_res_destroy(struct mlx5e_rx_res *res);
30 void mlx5e_rx_res_free(struct mlx5e_rx_res *res);
36 u32 mlx5e_rx_res_get_tirn_ptp(struct mlx5e_rx_res *res);
40 void mlx5e_rx_res_channels_deactivate(struct mlx5e_rx_res *res);
46 int mlx5e_rx_res_rss_get_rxfh(struct mlx5e_rx_res *res, u32 rss_idx,
48 int mlx5e_rx_res_rss_set_rxfh(struct mlx5e_rx_res *res, u32 rss_idx,
55 int mlx5e_rx_res_packet_merge_set_param(struct mlx5e_rx_res *res,
59 int mlx5e_rx_res_rss_destroy(struct mlx5e_rx_res *res, u32 rss_idx);
[all …]
H A Drx_res.c10 struct mlx5e_rx_res { struct
37 static int mlx5e_rx_res_rss_init_def(struct mlx5e_rx_res *res, in mlx5e_rx_res_rss_init_def() argument
154 static void mlx5e_rx_res_rss_enable(struct mlx5e_rx_res *res) in mlx5e_rx_res_rss_enable()
169 static void mlx5e_rx_res_rss_disable(struct mlx5e_rx_res *res) in mlx5e_rx_res_rss_disable()
251 int mlx5e_rx_res_rss_cnt(struct mlx5e_rx_res *res) in mlx5e_rx_res_rss_cnt()
287 struct mlx5e_rx_res *mlx5e_rx_res_alloc(void) in mlx5e_rx_res_alloc()
289 return kvzalloc(sizeof(struct mlx5e_rx_res), GFP_KERNEL); in mlx5e_rx_res_alloc()
355 static int mlx5e_rx_res_ptp_init(struct mlx5e_rx_res *res) in mlx5e_rx_res_ptp_init()
444 void mlx5e_rx_res_destroy(struct mlx5e_rx_res *res) in mlx5e_rx_res_destroy()
451 void mlx5e_rx_res_free(struct mlx5e_rx_res *res) in mlx5e_rx_res_free()
[all …]
H A Dfs.h95 struct mlx5e_rx_res;
101 struct mlx5e_rx_res *rx_res, bool ntuple);
109 struct mlx5e_rx_res *rx_res, bool ntuple) in mlx5e_arfs_create_tables()
128 struct mlx5e_rx_res *rx_res,
133 struct mlx5e_rx_res *rx_res);
141 struct mlx5e_rx_res *rx_res,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c214 struct mlx5e_rx_res *rx_res, in arfs_add_default_rule()
348 struct mlx5e_rx_res *rx_res, in arfs_create_table()
385 struct mlx5e_rx_res *rx_res, bool ntuple) in mlx5e_arfs_create_tables()
H A Den_fs.c892 struct mlx5e_rx_res *rx_res, in mlx5e_set_inner_ttc_params()
915 struct mlx5e_rx_res *rx_res, in mlx5e_set_ttc_params()
1276 struct mlx5e_rx_res *rx_res) in mlx5e_create_inner_ttc_table()
1292 struct mlx5e_rx_res *rx_res) in mlx5e_create_ttc_table()
1304 struct mlx5e_rx_res *rx_res, in mlx5e_create_flow_steering()
H A Den.h881 struct mlx5e_rx_res *rx_res;
H A Den_main.c2685 struct mlx5e_rx_res *res = priv->rx_res; in mlx5e_modify_tirs_packet_merge()