/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | ipsec_fs_roce.c | 134 mlx5_destroy_flow_table(tx_roce->ft); in mlx5_ipsec_fs_roce_tx_destroy() 193 mlx5_destroy_flow_table(ft); in mlx5_ipsec_fs_roce_tx_create() 224 mlx5_destroy_flow_table(rx_roce->ft_rdma); in mlx5_ipsec_fs_roce_rx_destroy() 227 mlx5_destroy_flow_table(rx_roce->ft); in mlx5_ipsec_fs_roce_rx_destroy() 323 mlx5_destroy_flow_table(roce->ft_rdma); in mlx5_ipsec_fs_roce_rx_create() 331 mlx5_destroy_flow_table(roce->ft); in mlx5_ipsec_fs_roce_rx_create()
|
D | macsec_fs.c | 216 mlx5_destroy_flow_table(ft->t); in macsec_fs_destroy_flow_table() 226 mlx5_destroy_flow_table(tx_fs->ft_rdma_tx); in macsec_fs_tx_destroy() 247 mlx5_destroy_flow_table(tx_tables->ft_check); in macsec_fs_tx_destroy() 998 mlx5_destroy_flow_table(roce->ft); in macsec_fs_rdma_rx_destroy() 1001 mlx5_destroy_flow_table(roce->ft_macsec_op_check); in macsec_fs_rdma_rx_destroy() 1002 mlx5_destroy_flow_table(roce->ft_ip_check); in macsec_fs_rdma_rx_destroy() 1038 mlx5_destroy_flow_table(rx_tables->ft_check); in macsec_fs_rx_destroy() 1485 mlx5_destroy_flow_table(rx_fs->roce.ft); in macsec_fs_rx_roce_create() 1489 mlx5_destroy_flow_table(rx_fs->roce.ft_macsec_op_check); in macsec_fs_rx_roce_create() 1491 mlx5_destroy_flow_table(rx_fs->roce.ft_ip_check); in macsec_fs_rx_roce_create()
|
D | fs_chains.c | 568 mlx5_destroy_flow_table(ft); in mlx5_chains_create_prio() 591 mlx5_destroy_flow_table(prio->ft); in mlx5_chains_destroy_prio() 716 mlx5_destroy_flow_table(ft); in mlx5_chains_destroy_global_table()
|
D | fs_ttc.c | 542 mlx5_destroy_flow_table(ttc->t); in mlx5_destroy_ttc_table()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | post_meter.c | 218 mlx5_destroy_flow_table(post_meter->rate_steering_table.ft); in mlx5e_post_meter_rate_table_destroy() 244 mlx5_destroy_flow_table(mtu_tables->green_table.ft); in mlx5e_post_meter_mtu_table_destroy() 245 mlx5_destroy_flow_table(mtu_tables->red_table.ft); in mlx5e_post_meter_mtu_table_destroy() 327 mlx5_destroy_flow_table(table->ft); in mlx5e_post_meter_create_mtu_table() 383 mlx5_destroy_flow_table(mtu_tables->red_table.ft); in mlx5e_post_meter_mtu_create() 387 mlx5_destroy_flow_table(mtu_tables->green_table.ft); in mlx5e_post_meter_mtu_create()
|
D | sample.c | 101 mlx5_destroy_flow_table(tc_psample->termtbl); in sampler_termtbl_create() 112 mlx5_destroy_flow_table(tc_psample->termtbl); in sampler_termtbl_destroy()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | rdma.c | 19 mlx5_destroy_flow_table(roce->ft); in mlx5_rdma_disable_roce_steering() 97 mlx5_destroy_flow_table(ft); in mlx5_rdma_enable_roce_steering()
|
D | eswitch_offloads_termtbl.c | 104 err2 = mlx5_destroy_flow_table(tt->termtbl); in mlx5_eswitch_termtbl_create() 173 mlx5_destroy_flow_table(tt->termtbl); in mlx5_eswitch_termtbl_put()
|
D | en_fs.c | 796 mlx5_destroy_flow_table(ft->t); in mlx5e_create_promisc_table() 815 mlx5_destroy_flow_table(fs->promisc.ft.t); in mlx5e_destroy_promisc_table() 887 mlx5_destroy_flow_table(ft->t); in mlx5e_destroy_flow_table() 1112 mlx5_destroy_flow_table(ft->t); in mlx5e_create_l2_table() 1252 mlx5_destroy_flow_table(ft->t); in mlx5e_fs_create_vlan_table()
|
D | eswitch_offloads.c | 1929 mlx5_destroy_flow_table(esw->fdb_table.offloads.tc_miss_table); in esw_create_offloads_fdb_tables() 1931 mlx5_destroy_flow_table(mlx5_eswitch_get_slow_fdb(esw)); in esw_create_offloads_fdb_tables() 1957 mlx5_destroy_flow_table(esw->fdb_table.offloads.tc_miss_table); in esw_destroy_offloads_fdb_tables() 1958 mlx5_destroy_flow_table(mlx5_eswitch_get_slow_fdb(esw)); in esw_destroy_offloads_fdb_tables() 2009 mlx5_destroy_flow_table(offloads->ft_offloads); in esw_destroy_offloads_table() 2225 mlx5_destroy_flow_table(offloads->ft_offloads_restore); in esw_destroy_restore_table() 2312 mlx5_destroy_flow_table(ft); in esw_create_restore_table() 2755 mlx5_destroy_flow_table(acl); in esw_master_egress_create_resources() 2767 mlx5_destroy_flow_table(vport->egress.acl); in esw_master_egress_destroy_resources()
|
D | en_fs_ethtool.c | 72 mlx5_destroy_flow_table(eth_ft->ft); in put_flow_table()
|
D | fs_core.c | 1381 mlx5_destroy_flow_table(ft); in mlx5_create_auto_grouped_flow_table() 2366 int mlx5_destroy_flow_table(struct mlx5_flow_table *ft) in mlx5_destroy_flow_table() function 2385 EXPORT_SYMBOL(mlx5_destroy_flow_table);
|
D | en_rep.c | 969 mlx5_destroy_flow_table(rpriv->root_ft); in mlx5e_destroy_rep_root_ft()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
D | helper.c | 144 mlx5_destroy_flow_table(vport->egress.acl); in esw_acl_egress_table_destroy() 153 mlx5_destroy_flow_table(vport->ingress.acl); in esw_acl_ingress_table_destroy()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec_fs.c | 354 mlx5_destroy_flow_table(rx->ft.pol); in rx_destroy() 359 mlx5_destroy_flow_table(rx->ft.sa); in rx_destroy() 363 mlx5_destroy_flow_table(rx->ft.status); in rx_destroy() 506 mlx5_destroy_flow_table(rx->ft.pol); in rx_create() 511 mlx5_destroy_flow_table(rx->ft.sa); in rx_create() 518 mlx5_destroy_flow_table(rx->ft.status); in rx_create() 666 mlx5_destroy_flow_table(tx->ft.pol); in tx_destroy() 673 mlx5_destroy_flow_table(tx->ft.sa); in tx_destroy() 677 mlx5_destroy_flow_table(tx->ft.status); in tx_destroy() 758 mlx5_destroy_flow_table(tx->ft.pol); in tx_create() [all …]
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | indir_table.c | 304 mlx5_destroy_flow_table(e->ft); in mlx5_esw_indir_table_entry_create() 378 mlx5_destroy_flow_table(e->ft); in mlx5_esw_indir_table_put()
|
D | vporttbl.c | 146 mlx5_destroy_flow_table(e->fdb); in mlx5_esw_vporttbl_put()
|
D | legacy.c | 63 mlx5_destroy_flow_table(esw->fdb_table.legacy.fdb); in esw_destroy_legacy_fdb_table() 173 mlx5_destroy_flow_table(esw->fdb_table.legacy.vepa_fdb); in esw_destroy_legacy_vepa_table()
|
D | bridge.c | 436 mlx5_destroy_flow_table(skip_ft); in mlx5_esw_bridge_ingress_table_init() 438 mlx5_destroy_flow_table(ingress_ft); in mlx5_esw_bridge_ingress_table_init() 455 mlx5_destroy_flow_table(br_offloads->skip_ft); in mlx5_esw_bridge_ingress_table_cleanup() 457 mlx5_destroy_flow_table(br_offloads->ingress_ft); in mlx5_esw_bridge_ingress_table_cleanup() 551 mlx5_destroy_flow_table(egress_ft); in mlx5_esw_bridge_egress_table_init() 568 mlx5_destroy_flow_table(bridge->egress_ft); in mlx5_esw_bridge_egress_table_cleanup()
|
D | bridge_mcast.c | 329 mlx5_destroy_flow_table(port->mcast.ft); in mlx5_esw_bridge_port_mcast_fts_cleanup()
|
/linux-6.6.21/include/linux/mlx5/ |
D | fs.h | 227 int mlx5_destroy_flow_table(struct mlx5_flow_table *ft);
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
D | port_sel.c | 104 mlx5_destroy_flow_table(lag_definer->ft); in mlx5_lag_create_port_sel_table() 352 mlx5_destroy_flow_table(lag_definer->ft); in mlx5_lag_destroy_definer()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_ct.c | 1744 mlx5_destroy_flow_table(ft); in mlx5_tc_ct_alloc_pre_ct() 1757 mlx5_destroy_flow_table(pre_ct->ft); in mlx5_tc_ct_free_pre_ct()
|
/linux-6.6.21/drivers/infiniband/hw/mlx5/ |
D | fs.c | 632 mlx5_destroy_flow_table(prio->flow_table); in put_flow_table() 2059 mlx5_destroy_flow_table(ft_prio->anchor.ft); in steering_anchor_destroy_ft()
|
/linux-6.6.21/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 1787 mlx5_destroy_flow_table(ndev->rxft); in setup_steering() 1795 mlx5_destroy_flow_table(ndev->rxft); in teardown_steering()
|