Home
last modified time | relevance | path

Searched defs:ibmvnic_statistics (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
Dibmvnic.h145 struct ibmvnic_statistics { struct
146 __be32 version;
147 __be32 promiscuous;
148 __be64 rx_packets;
149 __be64 rx_bytes;
150 __be64 tx_packets;
151 __be64 tx_bytes;
152 __be64 ucast_tx_packets;
153 __be64 ucast_rx_packets;
154 __be64 mcast_tx_packets;
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/
Dibmvnic.h186 struct ibmvnic_statistics { struct
187 __be32 version;
188 __be32 promiscuous;
189 __be64 rx_packets;
190 __be64 rx_bytes;
191 __be64 tx_packets;
192 __be64 tx_bytes;
193 __be64 ucast_tx_packets;
194 __be64 ucast_rx_packets;
195 __be64 mcast_tx_packets;
[all …]