Lines Matching defs:virtnet_info
181 struct virtnet_info { struct
182 struct virtio_device *vdev;
183 struct virtqueue *cvq;
184 struct net_device *dev;
185 struct send_queue *sq;
186 struct receive_queue *rq;
187 unsigned int status;
190 u16 max_queue_pairs;
193 u16 curr_queue_pairs;
196 u16 xdp_queue_pairs;
199 bool xdp_enabled;
202 bool big_packets;
205 bool mergeable_rx_bufs;
208 bool has_cvq;
211 bool any_header_sg;
214 u8 hdr_len;
217 struct delayed_work refill;
220 bool refill_enabled;
223 spinlock_t refill_lock;
226 struct work_struct config_work;
229 bool affinity_hint_set;
232 struct hlist_node node;
233 struct hlist_node node_dead;
235 struct control_buf *ctrl;
238 u8 duplex;
239 u32 speed;
241 unsigned long guest_offloads;
242 unsigned long guest_offloads_capable;
245 struct failover *failover;