Searched refs:ATL1_STAT (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl1.c | 3131 #define ATL1_STAT(m) \ macro 3137 {"rx_bytes", ATL1_STAT(soft_stats.rx_bytes)}, 3138 {"tx_bytes", ATL1_STAT(soft_stats.tx_bytes)}, 3139 {"rx_errors", ATL1_STAT(soft_stats.rx_errors)}, 3140 {"tx_errors", ATL1_STAT(soft_stats.tx_errors)}, 3141 {"multicast", ATL1_STAT(soft_stats.multicast)}, 3159 {"tx_trunc", ATL1_STAT(soft_stats.tx_trunc)}, 3160 {"tx_pause", ATL1_STAT(soft_stats.tx_pause)}, 3161 {"rx_pause", ATL1_STAT(soft_stats.rx_pause)}, 3162 {"rx_rrd_ov", ATL1_STAT(soft_stats.rx_rrd_ov)}, [all …]
|