Lines Matching refs:ATL1_STAT
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_stats.rx_length_errors)},
3144 {"rx_over_errors", ATL1_STAT(soft_stats.rx_missed_errors)},
3145 {"rx_crc_errors", ATL1_STAT(soft_stats.rx_crc_errors)},
3146 {"rx_frame_errors", ATL1_STAT(soft_stats.rx_frame_errors)},
3147 {"rx_fifo_errors", ATL1_STAT(soft_stats.rx_fifo_errors)},
3148 {"rx_missed_errors", ATL1_STAT(soft_stats.rx_missed_errors)},
3149 {"tx_aborted_errors", ATL1_STAT(soft_stats.tx_aborted_errors)},
3150 {"tx_carrier_errors", ATL1_STAT(soft_stats.tx_carrier_errors)},
3151 {"tx_fifo_errors", ATL1_STAT(soft_stats.tx_fifo_errors)},
3152 {"tx_window_errors", ATL1_STAT(soft_stats.tx_window_errors)},
3153 {"tx_abort_exce_coll", ATL1_STAT(soft_stats.excecol)},
3154 {"tx_abort_late_coll", ATL1_STAT(soft_stats.latecol)},
3155 {"tx_deferred_ok", ATL1_STAT(soft_stats.deffer)},
3156 {"tx_single_coll_ok", ATL1_STAT(soft_stats.scc)},
3157 {"tx_multi_coll_ok", ATL1_STAT(soft_stats.mcc)},
3158 {"tx_underrun", ATL1_STAT(soft_stats.tx_underrun)},
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)},
3163 {"rx_trunc", ATL1_STAT(soft_stats.rx_trunc)}