Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_fs.c338 mlx5_destroy_flow_group(miss->group); in ipsec_miss_create()
680 mlx5_destroy_flow_group(tx->roce.g); in tx_destroy_roce()
693 mlx5_destroy_flow_group(tx->pol.group); in tx_destroy()
698 mlx5_destroy_flow_group(tx->kspi_miss.group); in tx_destroy()
778 mlx5_destroy_flow_group(tx->roce.g); in ipsec_tx_create_roce()
934 mlx5_destroy_flow_group(tx->pol.group); in tx_create()
941 mlx5_destroy_flow_group(tx->kspi_miss.group); in tx_create()
1591 mlx5_destroy_flow_group(rx_roce->roce_miss.group); in ipsec_fs_rx_roce_rules_destroy()
1592 mlx5_destroy_flow_group(rx_roce->g); in ipsec_fs_rx_roce_rules_destroy()
1599 mlx5_destroy_flow_group(rx->sa.group); in ipsec_fs_rx_catchall_rules_destroy()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eswitch.c332 mlx5_destroy_flow_group(esw->fdb_table.addr_grp); in esw_destroy_fdb_table()
672 mlx5_destroy_flow_group(vlan_grp); in esw_vport_enable_egress_acl()
693 mlx5_destroy_flow_group(vport->egress.allowed_vlans_grp); in esw_vport_disable_egress_acl()
694 mlx5_destroy_flow_group(vport->egress.drop_grp); in esw_vport_disable_egress_acl()
779 mlx5_destroy_flow_group(vport->ingress.drop_grp); in esw_vport_disable_ingress_acl()
H A Dmlx5_fs_tcp.c306 mlx5_destroy_flow_group(ft->g[i]); in accel_fs_tcp_destroy_groups()
H A Dmlx5_fs_tree.c
H A Dmlx5_fs_core.c2275 void mlx5_destroy_flow_group(struct mlx5_flow_group *fg) in mlx5_destroy_flow_group() function
2281 EXPORT_SYMBOL(mlx5_destroy_flow_group);
/freebsd/sys/dev/mlx5/
H A Dfs.h307 void mlx5_destroy_flow_group(struct mlx5_flow_group *fg);
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c1222 mlx5_destroy_flow_group(ft->g[i]); in mlx5e_destroy_groups()