Lines Matching defs:virtnet_info
100 struct virtnet_info { struct
101 struct virtio_device *vdev;
102 struct virtqueue *cvq;
103 struct net_device *dev;
104 struct send_queue *sq;
105 struct receive_queue *rq;
106 unsigned int status;
109 u16 max_queue_pairs;
112 u16 curr_queue_pairs;
115 bool big_packets;
118 bool mergeable_rx_bufs;
121 bool has_cvq;
124 bool any_header_sg;
127 u8 hdr_len;
130 struct virtnet_stats __percpu *stats;
133 struct delayed_work refill;
136 struct work_struct config_work;
139 bool affinity_hint_set;
142 struct notifier_block nb;
145 struct virtio_net_ctrl_hdr ctrl_hdr;
146 virtio_net_ctrl_ack ctrl_status;
147 u8 ctrl_promisc;
148 u8 ctrl_allmulti;