Searched refs:mlx5e_fs_get_ttc (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | fs_tt_redirect.c | 116 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_add_default_rule() 259 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_disable() 277 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_enable() 397 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_any_add_default_rule() 517 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_any_disable() 533 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_any_enable()
|
A D | fs.h | 161 struct mlx5_ttc_table *mlx5e_fs_get_ttc(struct mlx5e_flow_steering *fs, bool inner);
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
A D | fs_tcp.c | 152 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_add_default_rule() 304 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_disable() 324 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_enable()
|
A D | ipsec_fs.c | 192 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(ipsec->fs, false); in rx_create() 277 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(ipsec->fs, false); in rx_ft_get() 313 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(ipsec->fs, false); in rx_ft_put()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_rep.c | 850 if (IS_ERR(mlx5e_fs_get_ttc(priv->fs, false))) { in mlx5e_create_rep_ttc_table() 851 err = PTR_ERR(mlx5e_fs_get_ttc(priv->fs, false)); in mlx5e_create_rep_ttc_table() 871 rpriv->root_ft = mlx5_get_ttc_flow_table(mlx5e_fs_get_ttc(priv->fs, false)); in mlx5e_create_rep_root_ft() 986 mlx5_destroy_ttc_table(mlx5e_fs_get_ttc(priv->fs, false)); in mlx5e_init_rep_rx() 1003 mlx5_destroy_ttc_table(mlx5e_fs_get_ttc(priv->fs, false)); in mlx5e_cleanup_rep_rx()
|
A D | en_arfs.c | 118 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in arfs_disable() 145 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in mlx5e_arfs_enable()
|
A D | en_fs.c | 1518 struct mlx5_ttc_table *mlx5e_fs_get_ttc(struct mlx5e_flow_steering *fs, bool inner) in mlx5e_fs_get_ttc() function
|
A D | en_tc.c | 887 ttc = mlx5e_fs_get_ttc(priv->fs, false); in mlx5e_hairpin_rss_init()
|
Completed in 27 milliseconds