Searched refs:txerr_cnt (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_common.h257 atomic_t txerr_cnt; member in struct:b43_phy
H A Dmain.c1784 if (unlikely(atomic_dec_and_test(&dev->phy.txerr_cnt))) {
1785 atomic_set(&dev->phy.txerr_cnt,
2923 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT);
4099 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Db43legacy.h514 atomic_t txerr_cnt; member in struct:b43legacy_phy
H A Dmain.c1307 if (unlikely(atomic_dec_and_test(&dev->phy.txerr_cnt))) {
2207 atomic_set(&phy->txerr_cnt, B43legacy_PHY_TX_BADNESS_LIMIT);
2253 atomic_set(&dev->phy.txerr_cnt, B43legacy_PHY_TX_BADNESS_LIMIT);

Completed in 81 milliseconds