Searched refs:virtio_net_ctrl_hdr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/dev/virtio/network/ |
| HD | if_vtnet.c | 3552 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_mac_cmd() 3569 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_mac_cmd() 3586 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_guest_offloads() 3603 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_guest_offloads() 3620 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_mq_cmd() 3637 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_mq_cmd() 3654 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_rx_cmd() 3671 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_rx_cmd() 3747 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_rx_filter_mac() 3797 error |= sglist_append(&sg, &hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_rx_filter_mac() [all …]
|
| HD | virtio_net.h | 145 struct virtio_net_ctrl_hdr { struct
|