Searched refs:VIRTIO_NET_CTRL_GUEST_OFFLOADS_SET (Results 1 – 3 of 3) sorted by relevance
356 #define VIRTIO_NET_CTRL_GUEST_OFFLOADS_SET 0 macro
119 pub const VIRTIO_NET_CTRL_GUEST_OFFLOADS_SET: u32 = 0; constant
21 virtio_net_hdr_v1, VIRTIO_NET_CTRL_GUEST_OFFLOADS, VIRTIO_NET_CTRL_GUEST_OFFLOADS_SET,267 if ctrl_hdr.cmd != VIRTIO_NET_CTRL_GUEST_OFFLOADS_SET as u8 { in process_ctrl()