Searched refs:mlx5e_rx_res (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | rx_res.h | 13 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, 54 int mlx5e_rx_res_packet_merge_set_param(struct mlx5e_rx_res *res, 58 int mlx5e_rx_res_rss_destroy(struct mlx5e_rx_res *res, u32 rss_idx); [all …]
|
A D | rx_res.c | 10 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() 236 int mlx5e_rx_res_rss_cnt(struct mlx5e_rx_res *res) in mlx5e_rx_res_rss_cnt() 272 struct mlx5e_rx_res *mlx5e_rx_res_alloc(void) in mlx5e_rx_res_alloc() 274 return kvzalloc(sizeof(struct mlx5e_rx_res), GFP_KERNEL); in mlx5e_rx_res_alloc() 340 static int mlx5e_rx_res_ptp_init(struct mlx5e_rx_res *res) in mlx5e_rx_res_ptp_init() 429 void mlx5e_rx_res_destroy(struct mlx5e_rx_res *res) in mlx5e_rx_res_destroy() 436 void mlx5e_rx_res_free(struct mlx5e_rx_res *res) in mlx5e_rx_res_free() [all …]
|
A D | fs.h | 95 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,
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_arfs.c | 197 struct mlx5e_rx_res *rx_res, in arfs_add_default_rule() 327 struct mlx5e_rx_res *rx_res, in arfs_create_table() 364 struct mlx5e_rx_res *rx_res, bool ntuple) in mlx5e_arfs_create_tables()
|
A D | en_fs.c | 893 struct mlx5e_rx_res *rx_res, in mlx5e_set_inner_ttc_params() 916 struct mlx5e_rx_res *rx_res, in mlx5e_set_ttc_params() 1277 struct mlx5e_rx_res *rx_res) in mlx5e_create_inner_ttc_table() 1293 struct mlx5e_rx_res *rx_res) in mlx5e_create_ttc_table() 1305 struct mlx5e_rx_res *rx_res, in mlx5e_create_flow_steering()
|
A D | en.h | 915 struct mlx5e_rx_res *rx_res;
|
A D | en_main.c | 2641 struct mlx5e_rx_res *res = priv->rx_res; in mlx5e_modify_tirs_packet_merge()
|
Completed in 27 milliseconds