Lines Matching refs:stats64
321 struct rtnl_link_stats64 *stats64) in fbnic_get_stats64() argument
335 stats64->tx_bytes = tx_bytes; in fbnic_get_stats64()
336 stats64->tx_packets = tx_packets; in fbnic_get_stats64()
337 stats64->tx_dropped = tx_dropped; in fbnic_get_stats64()
353 stats64->tx_bytes += tx_bytes; in fbnic_get_stats64()
354 stats64->tx_packets += tx_packets; in fbnic_get_stats64()
355 stats64->tx_dropped += tx_dropped; in fbnic_get_stats64()
364 stats64->rx_bytes = rx_bytes; in fbnic_get_stats64()
365 stats64->rx_packets = rx_packets; in fbnic_get_stats64()
366 stats64->rx_dropped = rx_dropped; in fbnic_get_stats64()
382 stats64->rx_bytes += rx_bytes; in fbnic_get_stats64()
383 stats64->rx_packets += rx_packets; in fbnic_get_stats64()
384 stats64->rx_dropped += rx_dropped; in fbnic_get_stats64()