Searched refs:mlx5e_fs_get_ttc (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ ! |
| H A D | fs_tt_redirect.c | 116 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_add_default_rule() 260 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_disable() 278 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_enable() 398 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_any_add_default_rule() 519 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_any_disable() 535 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_any_enable()
|
| H A D | fs.h | 180 struct mlx5_ttc_table *mlx5e_fs_get_ttc(struct mlx5e_flow_steering *fs, bool inner);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ ! |
| H A D | fs_tcp.c | 152 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_add_default_rule() 305 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_disable() 325 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_enable()
|
| H A D | psp.c | 453 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs->fs, false); in accel_psp_fs_rx_create() 485 ttc = mlx5e_fs_get_ttc(fs->fs, false); in accel_psp_fs_rx_ft_get() 511 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs->fs, false); in accel_psp_fs_rx_ft_put()
|
| H A D | ipsec_fs.c | 616 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(ipsec->fs, false); in handle_ipsec_rx_bringup() 632 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(ipsec->fs, false); in handle_ipsec_rx_cleanup() 690 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(ipsec->fs, false); in ipsec_rx_ft_disconnect() 764 attr->ttc = mlx5e_fs_get_ttc(ipsec->fs, false); in ipsec_rx_create_attr_set() 835 ttc = mlx5e_fs_get_ttc(ipsec->fs, false); in ipsec_rx_ft_connect() 836 inner_ttc = mlx5e_fs_get_ttc(ipsec->fs, true); in ipsec_rx_ft_connect()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ ! |
| H A D | en_rep.c | 983 if (IS_ERR(mlx5e_fs_get_ttc(priv->fs, false))) { in mlx5e_create_rep_ttc_table() 984 err = PTR_ERR(mlx5e_fs_get_ttc(priv->fs, false)); in mlx5e_create_rep_ttc_table() 1004 rpriv->root_ft = mlx5_get_ttc_flow_table(mlx5e_fs_get_ttc(priv->fs, false)); in mlx5e_create_rep_root_ft() 1115 mlx5_destroy_ttc_table(mlx5e_fs_get_ttc(priv->fs, false)); in mlx5e_init_rep_rx() 1132 mlx5_destroy_ttc_table(mlx5e_fs_get_ttc(priv->fs, false)); in mlx5e_cleanup_rep_rx()
|
| H A D | en_arfs.c | 124 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in arfs_disable() 161 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in mlx5e_arfs_enable()
|
| H A D | en_fs.c | 1542 struct mlx5_ttc_table *mlx5e_fs_get_ttc(struct mlx5e_flow_steering *fs, bool inner) in mlx5e_fs_set_ttc() 1533 struct mlx5_ttc_table *mlx5e_fs_get_ttc(struct mlx5e_flow_steering *fs, bool inner) mlx5e_fs_get_ttc() function
|
| H A D | en_tc.c | 877 ttc = mlx5e_fs_get_ttc(priv->fs, false); in mlx5e_hairpin_rss_init()
|