Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Drx_res.h15 struct mlx5e_rx_res;
27 struct mlx5e_rx_res *
32 void mlx5e_rx_res_destroy(struct mlx5e_rx_res *res);
38 u32 mlx5e_rx_res_get_tirn_ptp(struct mlx5e_rx_res *res);
40 unsigned int mlx5e_rx_res_get_max_nch(struct mlx5e_rx_res *res);
41 bool mlx5_rx_res_rss_inner_ft_support(struct mlx5e_rx_res *res);
45 void mlx5e_rx_res_channels_deactivate(struct mlx5e_rx_res *res);
51 int mlx5e_rx_res_rss_get_rxfh(struct mlx5e_rx_res *res, u32 rss_idx,
53 int mlx5e_rx_res_rss_set_rxfh(struct mlx5e_rx_res *res, u32 rss_idx,
61 int mlx5e_rx_res_packet_merge_set_param(struct mlx5e_rx_res *res,
[all …]
H A Drx_res.c8 struct mlx5e_rx_res { struct
36 static u32 *get_vhca_ids(struct mlx5e_rx_res *res, int offset) in get_vhca_ids() argument
53 static int mlx5e_rx_res_rss_init_def(struct mlx5e_rx_res *res, in mlx5e_rx_res_rss_init_def()
259 int mlx5e_rx_res_rss_cnt(struct mlx5e_rx_res *res) in mlx5e_rx_res_rss_cnt()
295 static void mlx5e_rx_res_free(struct mlx5e_rx_res *res) in mlx5e_rx_res_free()
305 struct mlx5e_rx_res *rx_res; in mlx5e_rx_res_alloc()
393 static int mlx5e_rx_res_ptp_init(struct mlx5e_rx_res *res) in mlx5e_rx_res_ptp_init()
446 struct mlx5e_rx_res *
453 struct mlx5e_rx_res *res; in mlx5e_rx_res_create()
491 void mlx5e_rx_res_destroy(struct mlx5e_rx_res *res) in mlx5e_rx_res_destroy()
[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,
H A Dreporter_rx.c341 static void mlx5e_rx_reporter_diagnose_rx_res_dir_tirns(struct mlx5e_rx_res *rx_res, in mlx5e_rx_reporter_diagnose_rx_res_dir_tirns()
389 static void mlx5e_rx_reporter_diagnose_rx_res_rss_ix(struct mlx5e_rx_res *rx_res, u32 rss_idx, in mlx5e_rx_reporter_diagnose_rx_res_rss_ix()
408 static void mlx5e_rx_reporter_diagnose_rx_res_rss(struct mlx5e_rx_res *rx_res, in mlx5e_rx_reporter_diagnose_rx_res_rss()
422 struct mlx5e_rx_res *rx_res = priv->rx_res; in mlx5e_rx_reporter_diagnose_rx_res()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c215 struct mlx5e_rx_res *rx_res, in arfs_add_default_rule()
349 struct mlx5e_rx_res *rx_res, in arfs_create_table()
386 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()
914 struct mlx5e_rx_res *rx_res, in mlx5e_set_ttc_params()
1274 struct mlx5e_rx_res *rx_res) in mlx5e_create_inner_ttc_table()
1288 struct mlx5e_rx_res *rx_res) in mlx5e_create_ttc_table()
1298 struct mlx5e_rx_res *rx_res, in mlx5e_create_flow_steering()
H A Den.h885 struct mlx5e_rx_res *rx_res;
H A Den_main.c2910 struct mlx5e_rx_res *res = priv->rx_res; in mlx5e_modify_tirs_packet_merge()