Searched refs:txerr_cnt (Results 1 – 3 of 3) sorted by relevance
264 atomic_t txerr_cnt; member
511 atomic_t txerr_cnt; member
1304 if (unlikely(atomic_dec_and_test(&dev->phy.txerr_cnt))) { in b43legacy_interrupt_tasklet()2245 atomic_set(&phy->txerr_cnt, B43legacy_PHY_TX_BADNESS_LIMIT); in b43legacy_chip_init()2291 atomic_set(&dev->phy.txerr_cnt, B43legacy_PHY_TX_BADNESS_LIMIT); in b43legacy_periodic_every15sec()