Lines Matching defs:virtnet_info
186 struct virtnet_info { struct
187 struct virtio_device *vdev;
188 struct virtqueue *cvq;
189 struct net_device *dev;
190 struct send_queue *sq;
191 struct receive_queue *rq;
192 unsigned int status;
195 u16 max_queue_pairs;
198 u16 curr_queue_pairs;
201 u16 xdp_queue_pairs;
204 bool big_packets;
207 bool mergeable_rx_bufs;
210 bool has_cvq;
213 bool any_header_sg;
216 u8 hdr_len;
219 struct delayed_work refill;
222 struct work_struct config_work;
225 bool affinity_hint_set;
228 struct hlist_node node;
229 struct hlist_node node_dead;
231 struct control_buf *ctrl;
234 u8 duplex;
235 u32 speed;
237 unsigned long guest_offloads;
240 struct failover *failover;