soft_stats 1674 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.rx_packets += smb->rx_ok + new_rx_errors; soft_stats 1675 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.tx_packets += smb->tx_ok + new_tx_errors; soft_stats 1676 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.rx_bytes += smb->rx_byte_cnt; soft_stats 1677 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.tx_bytes += smb->tx_byte_cnt; soft_stats 1678 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.multicast += smb->rx_mcast; soft_stats 1679 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.collisions += smb->tx_1_col + soft_stats 1685 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.rx_errors += new_rx_errors; soft_stats 1686 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.rx_fifo_errors += smb->rx_rxf_ov; soft_stats 1687 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.rx_length_errors += smb->rx_len_err; soft_stats 1688 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.rx_crc_errors += smb->rx_fcs_err; soft_stats 1689 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.rx_frame_errors += smb->rx_align_err; soft_stats 1691 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.rx_pause += smb->rx_pause; soft_stats 1692 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.rx_rrd_ov += smb->rx_rrd_ov; soft_stats 1693 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.rx_trunc += smb->rx_sz_ov; soft_stats 1696 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.tx_errors += new_tx_errors; soft_stats 1697 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.tx_fifo_errors += smb->tx_underrun; soft_stats 1698 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.tx_aborted_errors += smb->tx_abort_col; soft_stats 1699 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.tx_window_errors += smb->tx_late_col; soft_stats 1701 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.excecol += smb->tx_abort_col; soft_stats 1702 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.deffer += smb->tx_defer; soft_stats 1703 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.scc += smb->tx_1_col; soft_stats 1704 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.mcc += smb->tx_2_col; soft_stats 1705 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.latecol += smb->tx_late_col; soft_stats 1706 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.tx_underrun += smb->tx_underrun; soft_stats 1707 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.tx_trunc += smb->tx_trunc; soft_stats 1708 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.tx_pause += smb->tx_pause; soft_stats 1710 drivers/net/ethernet/atheros/atlx/atl1.c netdev->stats.rx_bytes = adapter->soft_stats.rx_bytes; soft_stats 1711 drivers/net/ethernet/atheros/atlx/atl1.c netdev->stats.tx_bytes = adapter->soft_stats.tx_bytes; soft_stats 1712 drivers/net/ethernet/atheros/atlx/atl1.c netdev->stats.multicast = adapter->soft_stats.multicast; soft_stats 1713 drivers/net/ethernet/atheros/atlx/atl1.c netdev->stats.collisions = adapter->soft_stats.collisions; soft_stats 1714 drivers/net/ethernet/atheros/atlx/atl1.c netdev->stats.rx_errors = adapter->soft_stats.rx_errors; soft_stats 1716 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.rx_length_errors; soft_stats 1717 drivers/net/ethernet/atheros/atlx/atl1.c netdev->stats.rx_crc_errors = adapter->soft_stats.rx_crc_errors; soft_stats 1719 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.rx_frame_errors; soft_stats 1720 drivers/net/ethernet/atheros/atlx/atl1.c netdev->stats.rx_fifo_errors = adapter->soft_stats.rx_fifo_errors; soft_stats 1721 drivers/net/ethernet/atheros/atlx/atl1.c netdev->stats.rx_dropped = adapter->soft_stats.rx_rrd_ov; soft_stats 1722 drivers/net/ethernet/atheros/atlx/atl1.c netdev->stats.tx_errors = adapter->soft_stats.tx_errors; soft_stats 1723 drivers/net/ethernet/atheros/atlx/atl1.c netdev->stats.tx_fifo_errors = adapter->soft_stats.tx_fifo_errors; soft_stats 1725 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.tx_aborted_errors; soft_stats 1727 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.tx_window_errors; soft_stats 1729 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.tx_carrier_errors; soft_stats 1731 drivers/net/ethernet/atheros/atlx/atl1.c netdev->stats.rx_packets = adapter->soft_stats.rx_packets; soft_stats 1732 drivers/net/ethernet/atheros/atlx/atl1.c netdev->stats.tx_packets = adapter->soft_stats.tx_packets; soft_stats 1862 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.rx_dropped++; soft_stats 2525 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.tx_carrier_errors++; soft_stats 3137 drivers/net/ethernet/atheros/atlx/atl1.c {"rx_packets", ATL1_STAT(soft_stats.rx_packets)}, soft_stats 3138 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_packets", ATL1_STAT(soft_stats.tx_packets)}, soft_stats 3139 drivers/net/ethernet/atheros/atlx/atl1.c {"rx_bytes", ATL1_STAT(soft_stats.rx_bytes)}, soft_stats 3140 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_bytes", ATL1_STAT(soft_stats.tx_bytes)}, soft_stats 3141 drivers/net/ethernet/atheros/atlx/atl1.c {"rx_errors", ATL1_STAT(soft_stats.rx_errors)}, soft_stats 3142 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_errors", ATL1_STAT(soft_stats.tx_errors)}, soft_stats 3143 drivers/net/ethernet/atheros/atlx/atl1.c {"multicast", ATL1_STAT(soft_stats.multicast)}, soft_stats 3144 drivers/net/ethernet/atheros/atlx/atl1.c {"collisions", ATL1_STAT(soft_stats.collisions)}, soft_stats 3145 drivers/net/ethernet/atheros/atlx/atl1.c {"rx_length_errors", ATL1_STAT(soft_stats.rx_length_errors)}, soft_stats 3146 drivers/net/ethernet/atheros/atlx/atl1.c {"rx_over_errors", ATL1_STAT(soft_stats.rx_missed_errors)}, soft_stats 3147 drivers/net/ethernet/atheros/atlx/atl1.c {"rx_crc_errors", ATL1_STAT(soft_stats.rx_crc_errors)}, soft_stats 3148 drivers/net/ethernet/atheros/atlx/atl1.c {"rx_frame_errors", ATL1_STAT(soft_stats.rx_frame_errors)}, soft_stats 3149 drivers/net/ethernet/atheros/atlx/atl1.c {"rx_fifo_errors", ATL1_STAT(soft_stats.rx_fifo_errors)}, soft_stats 3150 drivers/net/ethernet/atheros/atlx/atl1.c {"rx_missed_errors", ATL1_STAT(soft_stats.rx_missed_errors)}, soft_stats 3151 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_aborted_errors", ATL1_STAT(soft_stats.tx_aborted_errors)}, soft_stats 3152 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_carrier_errors", ATL1_STAT(soft_stats.tx_carrier_errors)}, soft_stats 3153 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_fifo_errors", ATL1_STAT(soft_stats.tx_fifo_errors)}, soft_stats 3154 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_window_errors", ATL1_STAT(soft_stats.tx_window_errors)}, soft_stats 3155 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_abort_exce_coll", ATL1_STAT(soft_stats.excecol)}, soft_stats 3156 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_abort_late_coll", ATL1_STAT(soft_stats.latecol)}, soft_stats 3157 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_deferred_ok", ATL1_STAT(soft_stats.deffer)}, soft_stats 3158 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_single_coll_ok", ATL1_STAT(soft_stats.scc)}, soft_stats 3159 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_multi_coll_ok", ATL1_STAT(soft_stats.mcc)}, soft_stats 3160 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_underrun", ATL1_STAT(soft_stats.tx_underrun)}, soft_stats 3161 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_trunc", ATL1_STAT(soft_stats.tx_trunc)}, soft_stats 3162 drivers/net/ethernet/atheros/atlx/atl1.c {"tx_pause", ATL1_STAT(soft_stats.tx_pause)}, soft_stats 3163 drivers/net/ethernet/atheros/atlx/atl1.c {"rx_pause", ATL1_STAT(soft_stats.rx_pause)}, soft_stats 3164 drivers/net/ethernet/atheros/atlx/atl1.c {"rx_rrd_ov", ATL1_STAT(soft_stats.rx_rrd_ov)}, soft_stats 3165 drivers/net/ethernet/atheros/atlx/atl1.c {"rx_trunc", ATL1_STAT(soft_stats.rx_trunc)} soft_stats 747 drivers/net/ethernet/atheros/atlx/atl1.h struct atl1_sft_stats soft_stats;