Searched refs:virtio_net_ctrl_hdr (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/virtio/network/ |
H A D | if_vtnet.c | 3549 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_mac_cmd() 3566 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_mac_cmd() 3583 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_guest_offloads() 3600 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_guest_offloads() 3617 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_mq_cmd() 3634 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_mq_cmd() 3651 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_rx_cmd() 3668 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_rx_cmd() 3744 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_rx_filter_mac() 3794 error |= sglist_append(&sg, &hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_rx_filter_mac() [all …]
|
H A D | virtio_net.h | 145 struct virtio_net_ctrl_hdr { struct
|