Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_fs.c681 mlx5_destroy_flow_table(tx->roce.ft); in tx_destroy_roce()
694 mlx5_destroy_flow_table(tx->ft.pol); in tx_destroy()
696 mlx5_destroy_flow_table(tx->ft.sa); in tx_destroy()
701 mlx5_destroy_flow_table(tx->ft.sa_kspi); in tx_destroy()
703 mlx5_destroy_flow_table(tx->ft.status); in tx_destroy()
780 mlx5_destroy_flow_table(tx->roce.ft); in ipsec_tx_create_roce()
928 mlx5_destroy_flow_table(tx->ft.status); in tx_create()
938 mlx5_destroy_flow_table(tx->ft.pol); in tx_create()
943 mlx5_destroy_flow_table(tx->ft.sa); in tx_create()
945 mlx5_destroy_flow_table(tx->ft.sa_kspi); in tx_create()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dflow_table.h44 void mlx5_destroy_flow_table(void *flow_table);
H A Dmlx5_eswitch.c322 mlx5_destroy_flow_table(fdb); in esw_create_fdb_table()
333 mlx5_destroy_flow_table(esw->fdb_table.fdb); in esw_destroy_fdb_table()
674 mlx5_destroy_flow_table(acl); in esw_vport_enable_egress_acl()
695 mlx5_destroy_flow_table(vport->egress.acl); in esw_vport_disable_egress_acl()
761 mlx5_destroy_flow_table(acl); in esw_vport_enable_ingress_acl()
780 mlx5_destroy_flow_table(vport->ingress.acl); in esw_vport_disable_ingress_acl()
H A Dmlx5_fs_tcp.c336 mlx5_destroy_flow_table(ft->t); in accel_fs_tcp_create_table()
353 mlx5_destroy_flow_table(ft->t); in accel_fs_tcp_destroy_table()
H A Dmlx5_fs_core.c1266 mlx5_destroy_flow_table(ft); in mlx5_create_auto_grouped_flow_table()
2254 int mlx5_destroy_flow_table(struct mlx5_flow_table *ft) in mlx5_destroy_flow_table() function
2273 EXPORT_SYMBOL(mlx5_destroy_flow_table);
H A Dmlx5_fs_tree.c
/freebsd/sys/dev/mlx5/
H A Dfs.h297 int mlx5_destroy_flow_table(struct mlx5_flow_table *ft);
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c1233 mlx5_destroy_flow_table(ft->t); in mlx5e_destroy_flow_table()
1526 mlx5_destroy_flow_table(ft->t); in mlx5e_create_main_flow_table()
1653 mlx5_destroy_flow_table(ft->t); in mlx5e_create_vlan_flow_table()
2042 mlx5_destroy_flow_table(ft->t); in mlx5e_create_vxlan_flow_table()
2158 mlx5_destroy_flow_table(ft->t); in mlx5e_create_inner_rss_flow_table()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2059 mlx5_destroy_flow_table(prio->flow_table); in put_flow_table()