Searched refs:ATL1_STAT (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/ |
D | atl1.c | 3160 #define ATL1_STAT(m) \ macro 3164 {"rx_packets", ATL1_STAT(soft_stats.rx_packets)}, 3165 {"tx_packets", ATL1_STAT(soft_stats.tx_packets)}, 3166 {"rx_bytes", ATL1_STAT(soft_stats.rx_bytes)}, 3167 {"tx_bytes", ATL1_STAT(soft_stats.tx_bytes)}, 3168 {"rx_errors", ATL1_STAT(soft_stats.rx_errors)}, 3169 {"tx_errors", ATL1_STAT(soft_stats.tx_errors)}, 3170 {"multicast", ATL1_STAT(soft_stats.multicast)}, 3171 {"collisions", ATL1_STAT(soft_stats.collisions)}, 3172 {"rx_length_errors", ATL1_STAT(soft_stats.rx_length_errors)}, [all …]
|