Searched refs:ucast_rule (Results 1 – 2 of 2) sorted by relevance
88 struct mlx5_flow_handle *ucast_rule; member
1955 node->ucast_rule = mlx5_add_flow_rules(ndev->rxft, spec, &flow_act, dests, NUM_DESTS); in mlx5_vdpa_add_mac_vlan_rules()1956 if (IS_ERR(node->ucast_rule)) { in mlx5_vdpa_add_mac_vlan_rules()1957 err = PTR_ERR(node->ucast_rule); in mlx5_vdpa_add_mac_vlan_rules()1979 mlx5_del_flow_rules(node->ucast_rule); in mlx5_vdpa_add_mac_vlan_rules()1991 mlx5_del_flow_rules(node->ucast_rule); in mlx5_vdpa_del_mac_vlan_rules()