Searched refs:mac_vlan_add (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/vdpa/mlx5/net/ |
H A D | mlx5_vnet.c | 1694 static int mac_vlan_add(struct mlx5_vdpa_net *ndev, u8 *mac, u16 vid, bool tagged) in mac_vlan_add() function 1777 err = mac_vlan_add(ndev, ndev->config.mac, 0, false); in setup_steering() 1845 if (mac_vlan_add(ndev, ndev->config.mac, 0, false)) { in handle_ctrl_mac() 1869 if (mac_vlan_add(ndev, ndev->config.mac, 0, false)) in handle_ctrl_mac() 1990 if (mac_vlan_add(ndev, ndev->config.mac, id, true)) in handle_ctrl_vlan()
|