Searched refs:ATL1_STAT (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/net/ethernet/atheros/atlx/ |
| D | atl1.c | 3130 #define ATL1_STAT(m) \ macro 3134 {"rx_packets", ATL1_STAT(soft_stats.rx_packets)}, 3135 {"tx_packets", ATL1_STAT(soft_stats.tx_packets)}, 3136 {"rx_bytes", ATL1_STAT(soft_stats.rx_bytes)}, 3137 {"tx_bytes", ATL1_STAT(soft_stats.tx_bytes)}, 3138 {"rx_errors", ATL1_STAT(soft_stats.rx_errors)}, 3139 {"tx_errors", ATL1_STAT(soft_stats.tx_errors)}, 3140 {"multicast", ATL1_STAT(soft_stats.multicast)}, 3141 {"collisions", ATL1_STAT(soft_stats.collisions)}, 3142 {"rx_length_errors", ATL1_STAT(soft_stats.rx_length_errors)}, [all …]
|