Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c3570 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_mac_cmd()
3587 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_mac_cmd()
3604 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_guest_offloads()
3621 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_guest_offloads()
3638 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_mq_cmd()
3655 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_mq_cmd()
3672 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_rx_cmd()
3689 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_rx_cmd()
3765 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_rx_filter_mac()
3815 error |= sglist_append(&sg, &hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_rx_filter_mac()
[all …]
H A Dvirtio_net.h145 struct virtio_net_ctrl_hdr { struct