Lines Matching refs:stats
173 const struct rtnl_link_stats64 *stats; in gen_ndis_query_resp() local
196 stats = dev_get_stats(net, &temp); in gen_ndis_query_resp()
360 if (stats) { in gen_ndis_query_resp()
361 *outbuf = cpu_to_le32(stats->tx_packets in gen_ndis_query_resp()
362 - stats->tx_errors - stats->tx_dropped); in gen_ndis_query_resp()
371 if (stats) { in gen_ndis_query_resp()
372 *outbuf = cpu_to_le32(stats->rx_packets in gen_ndis_query_resp()
373 - stats->rx_errors - stats->rx_dropped); in gen_ndis_query_resp()
382 if (stats) { in gen_ndis_query_resp()
383 *outbuf = cpu_to_le32(stats->tx_errors); in gen_ndis_query_resp()
392 if (stats) { in gen_ndis_query_resp()
393 *outbuf = cpu_to_le32(stats->rx_errors); in gen_ndis_query_resp()
401 if (stats) { in gen_ndis_query_resp()
402 *outbuf = cpu_to_le32(stats->rx_dropped); in gen_ndis_query_resp()
460 if (stats) { in gen_ndis_query_resp()
461 *outbuf = cpu_to_le32(stats->rx_frame_errors); in gen_ndis_query_resp()