Searched refs:mlx5e_flow_table (Results 1 – 3 of 3) sorted by relevance
95 struct mlx5e_flow_table *ft = NULL; in mlx5e_accel_fs_add_inpcb()217 accel_fs_tcp_create_groups(struct mlx5e_flow_table *ft, int type) in accel_fs_tcp_create_groups()304 accel_fs_tcp_destroy_groups(struct mlx5e_flow_table *ft) in accel_fs_tcp_destroy_groups()319 struct mlx5e_flow_table *ft = &priv->fts.accel_tcp.tables[type]; in accel_fs_tcp_create_table()347 struct mlx5e_flow_table *ft; in accel_fs_tcp_destroy_table()
1243 mlx5e_destroy_groups(struct mlx5e_flow_table *ft) in mlx5e_destroy_groups()1256 mlx5e_destroy_flow_table(struct mlx5e_flow_table *ft) in mlx5e_destroy_flow_table()1288 mlx5e_create_main_groups_sub(struct mlx5e_flow_table *ft, u32 *in, in mlx5e_create_main_groups_sub()1429 mlx5e_create_main_groups(struct mlx5e_flow_table *ft) in mlx5e_create_main_groups()1499 mlx5e_create_main_vxlan_groups(struct mlx5e_flow_table *ft) in mlx5e_create_main_vxlan_groups()1626 mlx5e_create_vlan_groups(struct mlx5e_flow_table *ft) in mlx5e_create_vlan_groups()1645 struct mlx5e_flow_table *ft = &priv->fts.vlan; in mlx5e_create_vlan_flow_table()2013 mlx5e_create_vxlan_groups(struct mlx5e_flow_table *ft) in mlx5e_create_vxlan_groups()2032 struct mlx5e_flow_table *ft = &priv->fts.vxlan; in mlx5e_create_vxlan_flow_table()2127 mlx5e_create_inner_rss_groups(struct mlx5e_flow_table *ft) in mlx5e_create_inner_rss_groups()[all …]
1015 struct mlx5e_flow_table { struct1029 struct mlx5e_flow_table tables[MLX5E_ACCEL_FS_TCP_NUM_TYPES]; argument1035 struct mlx5e_flow_table vlan;1036 struct mlx5e_flow_table vxlan;1038 struct mlx5e_flow_table main;1039 struct mlx5e_flow_table main_vxlan;1041 struct mlx5e_flow_table inner_rss;