Searched defs:control_buf (Results 1 – 2 of 2) sorted by relevance
194 struct control_buf { struct195 struct virtio_net_ctrl_hdr hdr;196 virtio_net_ctrl_ack status;197 struct virtio_net_ctrl_mq mq;198 u8 promisc;199 u8 allmulti;200 __virtio16 vid;201 __virtio64 offloads;202 struct virtio_net_ctrl_rss rss;
151 void *control_buf; member