mlx5e_flow_table
accel_fs_tcp_create_groups(struct mlx5e_flow_table *ft, int type)
accel_fs_tcp_destroy_groups(struct mlx5e_flow_table *ft)
struct mlx5e_flow_table *ft = &priv->fts.accel_tcp.tables[type];
struct mlx5e_flow_table *ft;
struct mlx5e_flow_table *ft = NULL;
struct mlx5e_flow_table tables[MLX5E_ACCEL_FS_TCP_NUM_TYPES];
struct mlx5e_flow_table vlan;
struct mlx5e_flow_table vxlan;
struct mlx5e_flow_table main;
struct mlx5e_flow_table main_vxlan;
struct mlx5e_flow_table inner_rss;
mlx5e_destroy_groups(struct mlx5e_flow_table *ft)
mlx5e_destroy_flow_table(struct mlx5e_flow_table *ft)
mlx5e_create_main_groups_sub(struct mlx5e_flow_table *ft, u32 *in,
mlx5e_create_main_groups(struct mlx5e_flow_table *ft)
mlx5e_create_main_vxlan_groups_sub(struct mlx5e_flow_table *ft, u32 *in,
mlx5e_create_main_vxlan_groups(struct mlx5e_flow_table *ft)
struct mlx5e_flow_table *ft = inner_vxlan ? &priv->fts.main_vxlan :
mlx5e_create_vlan_groups_sub(struct mlx5e_flow_table *ft, u32 *in,
mlx5e_create_vlan_groups(struct mlx5e_flow_table *ft)
struct mlx5e_flow_table *ft = &priv->fts.vlan;
mlx5e_create_vxlan_groups_sub(struct mlx5e_flow_table *ft, u32 *in,
mlx5e_create_vxlan_groups(struct mlx5e_flow_table *ft)
struct mlx5e_flow_table *ft = &priv->fts.vxlan;
mlx5e_create_inner_rss_groups_sub(struct mlx5e_flow_table *ft, u32 *in,
mlx5e_create_inner_rss_groups(struct mlx5e_flow_table *ft)
struct mlx5e_flow_table *ft = &priv->fts.inner_rss;