Searched refs:virtio_net_ctrl_hdr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/dev/virtio/network/ |
| H A D | if_vtnet.c | 3558 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_mac_cmd() 3575 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_mac_cmd() 3592 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_guest_offloads() 3609 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_guest_offloads() 3626 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_mq_cmd() 3643 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_mq_cmd() 3660 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_rx_cmd() 3677 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_rx_cmd() 3753 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_rx_filter_mac() 3803 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
|