Lines Matching refs:virtnet_rx

108 	{"good_packets",           offsetof(struct virtnet_rx, stats.packets)},
109 {"good_bytes", offsetof(struct virtnet_rx, stats.bytes)},
110 {"errors", offsetof(struct virtnet_rx, stats.errors)},
111 {"multicast_packets", offsetof(struct virtnet_rx, stats.multicast)},
112 {"broadcast_packets", offsetof(struct virtnet_rx, stats.broadcast)},
113 {"undersize_packets", offsetof(struct virtnet_rx, stats.size_bins[0])},
114 {"size_64_packets", offsetof(struct virtnet_rx, stats.size_bins[1])},
115 {"size_65_127_packets", offsetof(struct virtnet_rx, stats.size_bins[2])},
116 {"size_128_255_packets", offsetof(struct virtnet_rx, stats.size_bins[3])},
117 {"size_256_511_packets", offsetof(struct virtnet_rx, stats.size_bins[4])},
118 {"size_512_1023_packets", offsetof(struct virtnet_rx, stats.size_bins[5])},
119 {"size_1024_1518_packets", offsetof(struct virtnet_rx, stats.size_bins[6])},
120 {"size_1519_max_packets", offsetof(struct virtnet_rx, stats.size_bins[7])},
444 struct virtnet_rx *rxvq = NULL; in virtio_init_queue()
894 struct virtnet_rx *rxvq = dev->data->rx_queues[queue_id]; in virtio_dev_rx_queue_intr_enable()
905 struct virtnet_rx *rxvq = dev->data->rx_queues[queue_id]; in virtio_dev_rx_queue_intr_disable()
982 const struct virtnet_rx *rxvq = dev->data->rx_queues[i]; in virtio_update_stats()
1014 struct virtnet_rx *rxvq = dev->data->rx_queues[i]; in virtio_dev_xstats_get_names()
1057 struct virtnet_rx *rxvq = dev->data->rx_queues[i]; in virtio_dev_xstats_get()
1118 struct virtnet_rx *rxvq = dev->data->rx_queues[i]; in virtio_dev_stats_reset()
1446 struct virtnet_rx *rxvq; in virtio_notify_peers()
2387 struct virtnet_rx *rxvq; in virtio_dev_start()