Lines Matching defs:virtnet_info
176 struct virtnet_info { struct
177 struct virtio_device *vdev;
178 struct virtqueue *cvq;
179 struct net_device *dev;
180 struct send_queue *sq;
181 struct receive_queue *rq;
182 unsigned int status;
185 u16 max_queue_pairs;
188 u16 curr_queue_pairs;
191 u16 xdp_queue_pairs;
194 bool big_packets;
197 bool mergeable_rx_bufs;
200 bool has_cvq;
203 bool any_header_sg;
206 u8 hdr_len;
209 struct delayed_work refill;
212 struct work_struct config_work;
215 bool affinity_hint_set;
218 struct hlist_node node;
219 struct hlist_node node_dead;
221 struct control_buf *ctrl;
224 u8 duplex;
225 u32 speed;
227 unsigned long guest_offloads;
228 unsigned long guest_offloads_capable;
231 struct failover *failover;