Home
last modified time | relevance | path

Searched refs:mlx5_destroy_flow_group (Results 1 – 13 of 13) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Dingress_lgcy.c101 mlx5_destroy_flow_group(vport->ingress.legacy.allow_spoofchk_only_grp); in esw_acl_ingress_lgcy_groups_create()
106 mlx5_destroy_flow_group(vport->ingress.legacy.allow_untagged_only_grp); in esw_acl_ingress_lgcy_groups_create()
111 mlx5_destroy_flow_group(vport->ingress.legacy.allow_untagged_spoofchk_grp); in esw_acl_ingress_lgcy_groups_create()
122 mlx5_destroy_flow_group(vport->ingress.legacy.allow_spoofchk_only_grp); in esw_acl_ingress_lgcy_groups_destroy()
126 mlx5_destroy_flow_group(vport->ingress.legacy.allow_untagged_only_grp); in esw_acl_ingress_lgcy_groups_destroy()
130 mlx5_destroy_flow_group(vport->ingress.legacy.allow_untagged_spoofchk_grp); in esw_acl_ingress_lgcy_groups_destroy()
134 mlx5_destroy_flow_group(vport->ingress.legacy.drop_grp); in esw_acl_ingress_lgcy_groups_destroy()
Dingress_ofld.c220 mlx5_destroy_flow_group(vport->ingress.offloads.metadata_prio_tag_grp); in esw_acl_ingress_ofld_groups_create()
231 mlx5_destroy_flow_group(vport->ingress.offloads.metadata_allmatch_grp); in esw_acl_ingress_ofld_groups_destroy()
236 mlx5_destroy_flow_group(vport->ingress.offloads.metadata_prio_tag_grp); in esw_acl_ingress_ofld_groups_destroy()
Dhelper.c130 mlx5_destroy_flow_group(vport->egress.vlan_grp); in esw_acl_egress_vlan_grp_destroy()
Degress_lgcy.c61 mlx5_destroy_flow_group(vport->egress.legacy.drop_grp); in esw_acl_egress_lgcy_groups_destroy()
Degress_ofld.c145 mlx5_destroy_flow_group(vport->egress.offloads.fwd_grp); in esw_acl_egress_ofld_groups_destroy()
/drivers/net/ethernet/mellanox/mlx5/core/
Drdma.c18 mlx5_destroy_flow_group(roce->fg); in mlx5_rdma_disable_roce_steering()
107 mlx5_destroy_flow_group(fg); in mlx5_rdma_enable_roce_steering()
Deswitch_offloads.c1435 mlx5_destroy_flow_group(esw->fdb_table.offloads.miss_grp); in esw_create_offloads_fdb_tables()
1438 mlx5_destroy_flow_group(esw->fdb_table.offloads.peer_miss_grp); in esw_create_offloads_fdb_tables()
1440 mlx5_destroy_flow_group(esw->fdb_table.offloads.send_to_vport_grp); in esw_create_offloads_fdb_tables()
1461 mlx5_destroy_flow_group(esw->fdb_table.offloads.send_to_vport_grp); in esw_destroy_offloads_fdb_tables()
1463 mlx5_destroy_flow_group(esw->fdb_table.offloads.peer_miss_grp); in esw_destroy_offloads_fdb_tables()
1464 mlx5_destroy_flow_group(esw->fdb_table.offloads.miss_grp); in esw_destroy_offloads_fdb_tables()
1544 mlx5_destroy_flow_group(esw->offloads.vport_rx_group); in esw_destroy_vport_rx_group()
1641 mlx5_destroy_flow_group(offloads->restore_group); in esw_destroy_restore_table()
1728 mlx5_destroy_flow_group(g); in esw_create_restore_table()
Deswitch.c428 mlx5_destroy_flow_group(esw->fdb_table.legacy.promisc_grp); in esw_destroy_legacy_fdb_table()
430 mlx5_destroy_flow_group(esw->fdb_table.legacy.allmulti_grp); in esw_destroy_legacy_fdb_table()
432 mlx5_destroy_flow_group(esw->fdb_table.legacy.addr_grp); in esw_destroy_legacy_fdb_table()
Den_fs.c658 mlx5_destroy_flow_group(ft->g[i]); in mlx5e_destroy_groups()
Dfs_core.c2244 void mlx5_destroy_flow_group(struct mlx5_flow_group *fg) in mlx5_destroy_flow_group() function
/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c646 mlx5_destroy_flow_group(miss_group); in mlx5_chains_create_prio()
670 mlx5_destroy_flow_group(prio->miss_group); in mlx5_chains_destroy_prio()
/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c1515 mlx5_destroy_flow_group(pre_ct->miss_grp); in mlx5_tc_ct_alloc_pre_ct()
1517 mlx5_destroy_flow_group(pre_ct->flow_grp); in mlx5_tc_ct_alloc_pre_ct()
1530 mlx5_destroy_flow_group(pre_ct->miss_grp); in mlx5_tc_ct_free_pre_ct()
1531 mlx5_destroy_flow_group(pre_ct->flow_grp); in mlx5_tc_ct_free_pre_ct()
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c172 mlx5_destroy_flow_group(fs_prot->miss_group); in rx_fs_destroy()