Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.c3166 #define ATL1_STAT(m) \ macro
3170 {"rx_packets", ATL1_STAT(soft_stats.rx_packets)},
3171 {"tx_packets", ATL1_STAT(soft_stats.tx_packets)},
3172 {"rx_bytes", ATL1_STAT(soft_stats.rx_bytes)},
3173 {"tx_bytes", ATL1_STAT(soft_stats.tx_bytes)},
3174 {"rx_errors", ATL1_STAT(soft_stats.rx_errors)},
3175 {"tx_errors", ATL1_STAT(soft_stats.tx_errors)},
3176 {"multicast", ATL1_STAT(soft_stats.multicast)},
3177 {"collisions", ATL1_STAT(soft_stats.collisions)},
3178 {"rx_length_errors", ATL1_STAT(soft_stat
[all...]