Searched refs:virtio_net_ctrl_hdr (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/dev/virtio/network/ |
| HD | virtio_net.h | 107 struct virtio_net_ctrl_hdr { struct
|
| HD | if_vtnet.c | 3140 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_ctrl_mac_cmd() 3152 error |= sglist_append(&sg, &hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_mac_cmd() 3169 struct virtio_net_ctrl_hdr hdr; in vtnet_ctrl_mq_cmd() 3184 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_mq_cmd() 3201 struct virtio_net_ctrl_hdr hdr; in vtnet_ctrl_rx_cmd() 3219 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_ctrl_rx_cmd() 3289 struct virtio_net_ctrl_hdr hdr __aligned(2); in vtnet_rx_filter_mac() 3370 error |= sglist_append(&sg, &hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_rx_filter_mac() 3397 struct virtio_net_ctrl_hdr hdr; in vtnet_exec_vlan_filter() 3412 error |= sglist_append(&sg, &s.hdr, sizeof(struct virtio_net_ctrl_hdr)); in vtnet_exec_vlan_filter()
|