Searched refs:txerr_cnt (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_common.h | 264 atomic_t txerr_cnt; member
|
H A D | main.c | 1984 if (unlikely(atomic_dec_and_test(&dev->phy.txerr_cnt))) { in b43_do_interrupt_thread() 1985 atomic_set(&dev->phy.txerr_cnt, in b43_do_interrupt_thread() 3385 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT); in b43_periodic_every15sec() 4654 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT); in setup_struct_phy_for_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_common.h | 264 atomic_t txerr_cnt; member
|
H A D | main.c | 1984 if (unlikely(atomic_dec_and_test(&dev->phy.txerr_cnt))) { in b43_do_interrupt_thread() 1985 atomic_set(&dev->phy.txerr_cnt, in b43_do_interrupt_thread() 3386 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT); in b43_periodic_every15sec() 4657 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT); in setup_struct_phy_for_init()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | b43legacy.h | 511 atomic_t txerr_cnt; member
|
H A D | main.c | 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | b43legacy.h | 511 atomic_t txerr_cnt; member
|
H A D | main.c | 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()
|
Completed in 28 milliseconds