Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/atlx/
Datl1.c3138 #define ATL1_STAT(m) \ macro
3142 {"rx_packets", ATL1_STAT(soft_stats.rx_packets)},
3143 {"tx_packets", ATL1_STAT(soft_stats.tx_packets)},
3144 {"rx_bytes", ATL1_STAT(soft_stats.rx_bytes)},
3145 {"tx_bytes", ATL1_STAT(soft_stats.tx_bytes)},
3146 {"rx_errors", ATL1_STAT(soft_stats.rx_errors)},
3147 {"tx_errors", ATL1_STAT(soft_stats.tx_errors)},
3148 {"multicast", ATL1_STAT(soft_stats.multicast)},
3149 {"collisions", ATL1_STAT(soft_stats.collisions)},
3150 {"rx_length_errors", ATL1_STAT(soft_stats.rx_length_errors)},
[all …]