Home
last modified time | relevance | path

Searched refs:mlx5_create_flow_group (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dfs_tt_redirect.c181 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in fs_udp_create_groups()
191 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in fs_udp_create_groups()
452 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in fs_any_create_groups()
462 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in fs_any_create_groups()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_ofld.c228 g = mlx5_create_flow_group(vport->ingress.acl, flow_group_in); in esw_acl_ingress_ofld_groups_create()
252 g = mlx5_create_flow_group(vport->ingress.acl, flow_group_in); in esw_acl_ingress_ofld_groups_create()
272 g = mlx5_create_flow_group(vport->ingress.acl, flow_group_in); in esw_acl_ingress_ofld_groups_create()
H A Dhelper.c116 vlan_grp = mlx5_create_flow_group(vport->egress.acl, flow_group_in); in esw_acl_egress_vlan_grp_create()
H A Degress_ofld.c147 fwd_grp = mlx5_create_flow_group(vport->egress.acl, flow_group_in); in esw_acl_egress_ofld_groups_create()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dlegacy.c118 g = mlx5_create_flow_group(fdb, flow_group_in); in esw_create_legacy_fdb_table()
133 g = mlx5_create_flow_group(fdb, flow_group_in); in esw_create_legacy_fdb_table()
150 g = mlx5_create_flow_group(fdb, flow_group_in); in esw_create_legacy_fdb_table()
H A Dindir_table.c201 e->recirc_grp = mlx5_create_flow_group(e->ft, in); in mlx5_create_indir_recirc_group()
224 e->fwd_grp = mlx5_create_flow_group(e->ft, in); in mlx5_create_indir_fwd_group()
H A Dbridge_mcast.c356 fg = mlx5_create_flow_group(mcast_ft, in); in mlx5_esw_bridge_mcast_filter_fg_create()
391 fg = mlx5_create_flow_group(mcast_ft, in); in mlx5_esw_bridge_mcast_vlan_proto_fg_create()
437 fg = mlx5_create_flow_group(mcast_ft, in); in mlx5_esw_bridge_mcast_fwd_fg_create()
795 fg = mlx5_create_flow_group(ingress_ft, in); in mlx5_esw_bridge_ingress_igmp_fg_create()
835 fg = mlx5_create_flow_group(ingress_ft, in); in mlx5_esw_bridge_ingress_mld_fg_create()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_meter.c102 table->fg = mlx5_create_flow_group(table->ft, flow_group_in); in mlx5e_post_meter_rate_fg_create()
316 fg = mlx5_create_flow_group(table->ft, flow_group_in); in mlx5e_post_meter_create_mtu_table()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Drdma.c68 fg = mlx5_create_flow_group(ft, flow_group_in); in mlx5_rdma_enable_roce_steering()
H A Den_arfs.c320 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in arfs_create_groups()
329 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in arfs_create_groups()
H A Dfs_core.c1490 struct mlx5_flow_group *mlx5_create_flow_group(struct mlx5_flow_table *ft, in mlx5_create_flow_group() function
1527 EXPORT_SYMBOL(mlx5_create_flow_group);
/linux/include/linux/mlx5/
H A Dfs.h263 mlx5_create_flow_group(struct mlx5_flow_table *ft, u32 *in);
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dport_sel.c33 fg = mlx5_create_flow_group(ft, in); in mlx5_create_hash_flow_group()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.c528 miss_group = mlx5_create_flow_group(ft, flow_group_in); in mlx5_chains_create_prio()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c358 g = mlx5_create_flow_group(ft, flow_group_in); in ipsec_rx_status_drop_all_create()
433 fg = mlx5_create_flow_group(ft, flow_group_in); in ipsec_rx_status_pass_group_create()
566 miss->group = mlx5_create_flow_group(ft, flow_group_in); in ipsec_miss_create()
967 fg = mlx5_create_flow_group(ft, flow_group_in); in ipsec_rx_sa_selector_create()
/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c2643 fg = mlx5_create_flow_group(ft_prio->anchor.ft, flow_group_in); in steering_anchor_create_fg_drop()
2681 fg = mlx5_create_flow_group(ft_prio->anchor.ft, flow_group_in); in steering_anchor_create_fg_goto_table()