Searched refs:ATL1_STAT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.c | 3131 #define ATL1_STAT(m) \ macro 3135 {"rx_packets", ATL1_STAT(soft_stats.rx_packets)}, 3136 {"tx_packets", ATL1_STAT(soft_stats.tx_packets)}, 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)}, 3142 {"collisions", ATL1_STAT(soft_stats.collisions)}, 3143 {"rx_length_errors", ATL1_STAT(soft_stat [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.c | 3133 #define ATL1_STAT(m) \ macro 3137 {"rx_packets", ATL1_STAT(soft_stats.rx_packets)}, 3138 {"tx_packets", ATL1_STAT(soft_stats.tx_packets)}, 3139 {"rx_bytes", ATL1_STAT(soft_stats.rx_bytes)}, 3140 {"tx_bytes", ATL1_STAT(soft_stats.tx_bytes)}, 3141 {"rx_errors", ATL1_STAT(soft_stats.rx_errors)}, 3142 {"tx_errors", ATL1_STAT(soft_stats.tx_errors)}, 3143 {"multicast", ATL1_STAT(soft_stats.multicast)}, 3144 {"collisions", ATL1_STAT(soft_stats.collisions)}, 3145 {"rx_length_errors", ATL1_STAT(soft_stat [all...] |
Completed in 8 milliseconds