Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mlx5/mlx5_core/
H A Dflow_table.h44 void mlx5_destroy_flow_table(void *flow_table);
H A Dmlx5_eswitch.c325 mlx5_destroy_flow_table(fdb); in esw_create_fdb_table()
336 mlx5_destroy_flow_table(esw->fdb_table.fdb); in esw_destroy_fdb_table()
675 mlx5_destroy_flow_table(acl); in esw_vport_enable_egress_acl()
696 mlx5_destroy_flow_table(vport->egress.acl); in esw_vport_disable_egress_acl()
760 mlx5_destroy_flow_table(acl); in esw_vport_enable_ingress_acl()
779 mlx5_destroy_flow_table(vport->ingress.acl); in esw_vport_disable_ingress_acl()
H A Dmlx5_fs_tcp.c338 mlx5_destroy_flow_table(ft->t); in accel_fs_tcp_create_table()
355 mlx5_destroy_flow_table(ft->t); in accel_fs_tcp_destroy_table()
H A Dmlx5_fs_tree.c1019 int mlx5_destroy_flow_table(struct mlx5_flow_table *ft) in mlx5_destroy_flow_table() function
1075 EXPORT_SYMBOL(mlx5_destroy_flow_table);
/freebsd-14.2/sys/dev/mlx5/
H A Dfs.h166 int mlx5_destroy_flow_table(struct mlx5_flow_table *ft);
/freebsd-14.2/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c1260 mlx5_destroy_flow_table(ft->t); in mlx5e_destroy_flow_table()
1548 mlx5_destroy_flow_table(ft->t); in mlx5e_create_main_flow_table()
1673 mlx5_destroy_flow_table(ft->t); in mlx5e_create_vlan_flow_table()
2061 mlx5_destroy_flow_table(ft->t); in mlx5e_create_vxlan_flow_table()
2175 mlx5_destroy_flow_table(ft->t); in mlx5e_create_inner_rss_flow_table()
/freebsd-14.2/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2059 mlx5_destroy_flow_table(prio->flow_table); in put_flow_table()