Home
last modified time | relevance | path

Searched refs:ATL1_STAT (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datl1.c3156 #define ATL1_STAT(m) \ macro
3160 {"rx_packets", ATL1_STAT(soft_stats.rx_packets)},
3161 {"tx_packets", ATL1_STAT(soft_stats.tx_packets)},
3162 {"rx_bytes", ATL1_STAT(soft_stats.rx_bytes)},
3163 {"tx_bytes", ATL1_STAT(soft_stats.tx_bytes)},
3164 {"rx_errors", ATL1_STAT(soft_stats.rx_errors)},
3165 {"tx_errors", ATL1_STAT(soft_stats.tx_errors)},
3166 {"multicast", ATL1_STAT(soft_stats.multicast)},
3167 {"collisions", ATL1_STAT(soft_stats.collisions)},
3168 {"rx_length_errors", ATL1_STAT(soft_stats.rx_length_errors)},
[all …]