Lines Matching refs:virtnet_rx

106 	{"good_packets",           offsetof(struct virtnet_rx, stats.packets)},
107 {"good_bytes", offsetof(struct virtnet_rx, stats.bytes)},
108 {"errors", offsetof(struct virtnet_rx, stats.errors)},
109 {"multicast_packets", offsetof(struct virtnet_rx, stats.multicast)},
110 {"broadcast_packets", offsetof(struct virtnet_rx, stats.broadcast)},
111 {"undersize_packets", offsetof(struct virtnet_rx, stats.size_bins[0])},
112 {"size_64_packets", offsetof(struct virtnet_rx, stats.size_bins[1])},
113 {"size_65_127_packets", offsetof(struct virtnet_rx, stats.size_bins[2])},
114 {"size_128_255_packets", offsetof(struct virtnet_rx, stats.size_bins[3])},
115 {"size_256_511_packets", offsetof(struct virtnet_rx, stats.size_bins[4])},
116 {"size_512_1023_packets", offsetof(struct virtnet_rx, stats.size_bins[5])},
117 {"size_1024_1518_packets", offsetof(struct virtnet_rx, stats.size_bins[6])},
118 {"size_1519_max_packets", offsetof(struct virtnet_rx, stats.size_bins[7])},
479 struct virtnet_rx *rxvq = NULL; in virtio_init_queue()
941 struct virtnet_rx *rxvq; in virtio_check_scatter_on_all_rx_queues()
1003 struct virtnet_rx *rxvq = dev->data->rx_queues[queue_id]; in virtio_dev_rx_queue_intr_enable()
1014 struct virtnet_rx *rxvq = dev->data->rx_queues[queue_id]; in virtio_dev_rx_queue_intr_disable()
1094 const struct virtnet_rx *rxvq = dev->data->rx_queues[i]; in virtio_update_stats()
1126 struct virtnet_rx *rxvq = dev->data->rx_queues[i]; in virtio_dev_xstats_get_names()
1169 struct virtnet_rx *rxvq = dev->data->rx_queues[i]; in virtio_dev_xstats_get()
1230 struct virtnet_rx *rxvq = dev->data->rx_queues[i]; in virtio_dev_stats_reset()
1408 struct virtnet_rx *rxvq = rx_queue; in virtio_get_monitor_addr()
1608 struct virtnet_rx *rxvq; in virtio_notify_peers()