Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/b43/
Dphy_common.h266 atomic_t txerr_cnt; member
Dmain.c1815 if (unlikely(atomic_dec_and_test(&dev->phy.txerr_cnt))) { in b43_do_interrupt_thread()
1816 atomic_set(&dev->phy.txerr_cnt, in b43_do_interrupt_thread()
2979 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT); in b43_periodic_every15sec()
4153 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT); in setup_struct_phy_for_init()
/linux-2.6.39/drivers/net/wireless/b43legacy/
Db43legacy.h514 atomic_t txerr_cnt; member
Dmain.c1332 if (unlikely(atomic_dec_and_test(&dev->phy.txerr_cnt))) { in b43legacy_interrupt_tasklet()
2244 atomic_set(&phy->txerr_cnt, B43legacy_PHY_TX_BADNESS_LIMIT); in b43legacy_chip_init()
2290 atomic_set(&dev->phy.txerr_cnt, B43legacy_PHY_TX_BADNESS_LIMIT); in b43legacy_periodic_every15sec()