Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/vdpa/mlx5/net/
A Dmlx5_vnet.h63 struct mlx5_flow_handle *ucast_rule; member
A Dmlx5_vnet.c1495 node->ucast_rule = mlx5_add_flow_rules(ndev->rxft, spec, &flow_act, dests, NUM_DESTS); in mlx5_vdpa_add_mac_vlan_rules()
1496 if (IS_ERR(node->ucast_rule)) { in mlx5_vdpa_add_mac_vlan_rules()
1497 err = PTR_ERR(node->ucast_rule); in mlx5_vdpa_add_mac_vlan_rules()
1519 mlx5_del_flow_rules(node->ucast_rule); in mlx5_vdpa_add_mac_vlan_rules()
1531 mlx5_del_flow_rules(node->ucast_rule); in mlx5_vdpa_del_mac_vlan_rules()

Completed in 9 milliseconds