Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h220 #define VIRTIO_NET_CTRL_VLAN 2 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h276 #define VIRTIO_NET_CTRL_VLAN 2 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h277 #define VIRTIO_NET_CTRL_VLAN 2 macro
/openbmc/qemu/net/
H A Dvhost-vdpa.c1200 VIRTIO_NET_CTRL_VLAN, in vhost_vdpa_net_load_single_vlan()
/openbmc/linux/drivers/net/
H A Dvirtio_net.c2768 if (!virtnet_send_command(vi, VIRTIO_NET_CTRL_VLAN, in virtnet_vlan_rx_add_vid()
2783 if (!virtnet_send_command(vi, VIRTIO_NET_CTRL_VLAN, in virtnet_vlan_rx_kill_vid()
/openbmc/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c2056 case VIRTIO_NET_CTRL_VLAN: in mlx5_cvq_kick_handler()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c1574 } else if (ctrl.class == VIRTIO_NET_CTRL_VLAN) { in virtio_net_handle_ctrl_iov()