Home
last modified time | relevance | path

Searched refs:mcast_rule (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.h89 struct mlx5_flow_handle *mcast_rule; member
H A Dmlx5_vnet.c1969 node->mcast_rule = mlx5_add_flow_rules(ndev->rxft, spec, &flow_act, dests, NUM_DESTS); in mlx5_vdpa_add_mac_vlan_rules()
1970 if (IS_ERR(node->mcast_rule)) { in mlx5_vdpa_add_mac_vlan_rules()
1971 err = PTR_ERR(node->mcast_rule); in mlx5_vdpa_add_mac_vlan_rules()
1992 mlx5_del_flow_rules(node->mcast_rule); in mlx5_vdpa_del_mac_vlan_rules()