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 big_packets;
202 bool mergeable_rx_bufs;
205 bool has_cvq;
208 bool any_header_sg;
211 u8 hdr_len;
214 struct delayed_work refill;
217 struct work_struct config_work;
220 bool affinity_hint_set;
223 struct hlist_node node;
224 struct hlist_node node_dead;
226 struct control_buf *ctrl;
229 u8 duplex;
230 u32 speed;
232 unsigned long guest_offloads;
233 unsigned long guest_offloads_capable;
236 struct failover *failover;