Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_fs.c621 mlx5_del_flow_rules(&ipsec_rule->rule); in rx_add_rule()
679 mlx5_del_flow_rules(&tx->roce.rule); in tx_destroy_roce()
692 mlx5_del_flow_rules(&tx->pol.rule); in tx_destroy()
697 mlx5_del_flow_rules(&tx->kspi_miss.rule); in tx_destroy()
699 mlx5_del_flow_rules(&tx->kspi_bypass_rule.rule); in tx_destroy()
700 mlx5_del_flow_rules(&tx->kspi_bypass_rule.kspi_rule); in tx_destroy()
702 mlx5_del_flow_rules(&tx->status.rule); in tx_destroy()
838 mlx5_del_flow_rules(&tx->kspi_bypass_rule.kspi_rule); in tx_create_kspi_bypass_rules()
923 mlx5_del_flow_rules(&tx->status.rule); in tx_create()
925 mlx5_del_flow_rules(&tx->kspi_bypass_rule.rule); in tx_create()
[all …]
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c147 mlx5_del_flow_rules(&ai->ft_rule[MLX5E_TT_IPV6_IPSEC_ESP]); in mlx5e_del_eth_addr_from_flow_table()
148 mlx5_del_flow_rules(&ai->ft_rule[MLX5E_TT_IPV4_IPSEC_ESP]); in mlx5e_del_eth_addr_from_flow_table()
149 mlx5_del_flow_rules(&ai->ft_rule[MLX5E_TT_IPV6_IPSEC_AH]); in mlx5e_del_eth_addr_from_flow_table()
150 mlx5_del_flow_rules(&ai->ft_rule[MLX5E_TT_IPV4_IPSEC_AH]); in mlx5e_del_eth_addr_from_flow_table()
151 mlx5_del_flow_rules(&ai->ft_rule[MLX5E_TT_IPV6_TCP]); in mlx5e_del_eth_addr_from_flow_table()
152 mlx5_del_flow_rules(&ai->ft_rule[MLX5E_TT_IPV4_TCP]); in mlx5e_del_eth_addr_from_flow_table()
153 mlx5_del_flow_rules(&ai->ft_rule[MLX5E_TT_IPV6_UDP]); in mlx5e_del_eth_addr_from_flow_table()
154 mlx5_del_flow_rules(&ai->ft_rule[MLX5E_TT_IPV4_UDP]); in mlx5e_del_eth_addr_from_flow_table()
155 mlx5_del_flow_rules(&ai->ft_rule[MLX5E_TT_IPV6]); in mlx5e_del_eth_addr_from_flow_table()
156 mlx5_del_flow_rules(&ai->ft_rule[MLX5E_TT_IPV4]); in mlx5e_del_eth_addr_from_flow_table()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tcp.c86 mlx5_del_flow_rules(&rule); in mlx5e_accel_fs_del_inpcb()
366 mlx5_del_flow_rules(&priv->fts.accel_tcp.default_rules[i]); in mlx5e_accel_fs_tcp_destroy()
403 mlx5_del_flow_rules(&priv->fts.accel_tcp.default_rules[i]); in mlx5e_accel_fs_tcp_create()
H A Dmlx5_eswitch.c397 mlx5_del_flow_rules(&vaddr->flow_rule); in esw_del_uc_addr()
456 mlx5_del_flow_rules(&vaddr->flow_rule); in esw_del_mc_addr()
461 mlx5_del_flow_rules(&esw_mc->uplink_rule); in esw_del_mc_addr()
680 mlx5_del_flow_rules(&vport->egress.allowed_vlan); in esw_vport_cleanup_egress_rules()
681 mlx5_del_flow_rules(&vport->egress.drop_rule); in esw_vport_cleanup_egress_rules()
767 mlx5_del_flow_rules(&vport->ingress.drop_rule); in esw_vport_cleanup_ingress_rules()
H A Dmlx5_fs_core.c2123 void mlx5_del_flow_rules(struct mlx5_flow_handle **pp) in mlx5_del_flow_rules() function
2165 EXPORT_SYMBOL(mlx5_del_flow_rules);
/freebsd/sys/dev/mlx5/
H A Dfs.h315 void mlx5_del_flow_rules(struct mlx5_flow_handle **pp);
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2075 mlx5_del_flow_rules(&iter->rule); in mlx5_ib_destroy_flow()
2081 mlx5_del_flow_rules(&handler->rule); in mlx5_ib_destroy_flow()
2249 mlx5_del_flow_rules(&handler->rule); in create_dont_trap_rule()
2312 mlx5_del_flow_rules(&handler->rule); in create_leftovers_rule()
2355 mlx5_del_flow_rules(&handler_rx->rule); in create_sniffer_rule()