Searched refs:mib_counter (Results 1 – 3 of 3) sorted by relevance
1094 u32 mib_counter; in vnt_interrupt_process() local1111 mib_counter = ioread32(priv->port_offset + MAC_REG_MIBCNTR); in vnt_interrupt_process()1113 low_stats->dot11RTSSuccessCount += mib_counter & 0xff; in vnt_interrupt_process()1114 low_stats->dot11RTSFailureCount += (mib_counter >> 8) & 0xff; in vnt_interrupt_process()1115 low_stats->dot11ACKFailureCount += (mib_counter >> 16) & 0xff; in vnt_interrupt_process()1116 low_stats->dot11FCSErrorCount += (mib_counter >> 24) & 0xff; in vnt_interrupt_process()
1419 u32 mib_counter[MAX_HW_MIB_COUNTER]; member1500 vptr->mib_counter[i] += tmp; in velocity_update_hw_mibs()
2477 dev->stats.rx_packets = vptr->mib_counter[HW_MIB_ifRxAllPkts]; in velocity_get_stats()2478 dev->stats.rx_errors = vptr->mib_counter[HW_MIB_ifRxErrorPkts]; in velocity_get_stats()2479 dev->stats.rx_length_errors = vptr->mib_counter[HW_MIB_ifInRangeLengthErrors]; in velocity_get_stats()2482 dev->stats.collisions = vptr->mib_counter[HW_MIB_ifTxEtherCollisions]; in velocity_get_stats()2486 dev->stats.rx_crc_errors = vptr->mib_counter[HW_MIB_ifRxPktCRCE]; in velocity_get_stats()3638 u32 *p = vptr->mib_counter; in velocity_get_ethtool_stats()