Lines Matching defs:virtnet_info
205 struct virtnet_info { struct
206 struct virtio_device *vdev;
207 struct virtqueue *cvq;
208 struct net_device *dev;
209 struct send_queue *sq;
210 struct receive_queue *rq;
211 unsigned int status;
214 u16 max_queue_pairs;
217 u16 curr_queue_pairs;
220 u16 xdp_queue_pairs;
223 bool xdp_enabled;
226 bool big_packets;
229 unsigned int big_packets_num_skbfrags;
232 bool mergeable_rx_bufs;
235 bool has_rss;
236 bool has_rss_hash_report;
237 u8 rss_key_size;
238 u16 rss_indir_table_size;
239 u32 rss_hash_types_supported;
240 u32 rss_hash_types_saved;
243 bool has_cvq;
246 bool any_header_sg;
249 u8 hdr_len;
252 struct delayed_work refill;
255 bool refill_enabled;
258 spinlock_t refill_lock;
261 struct work_struct config_work;
264 bool affinity_hint_set;
267 struct hlist_node node;
268 struct hlist_node node_dead;
270 struct control_buf *ctrl;
273 u8 duplex;
274 u32 speed;
277 u32 tx_usecs;
278 u32 rx_usecs;
279 u32 tx_max_packets;
280 u32 rx_max_packets;
282 unsigned long guest_offloads;
283 unsigned long guest_offloads_capable;
286 struct failover *failover;