Searched refs:b43_status (Results 1 – 9 of 9) sorted by relevance
317 if (b43_status(wl->current_dev) < B43_STAT_STARTED) in b43_ratelimit()896 B43_WARN_ON(!dev || b43_status(dev) < B43_STAT_INITIALIZED); in b43_op_update_tkip_key()1640 if (likely(dev && (b43_status(dev) >= B43_STAT_INITIALIZED))) { in b43_beacon_update_trigger_work()1800 if (unlikely(b43_status(dev) != B43_STAT_STARTED)) in b43_do_interrupt_thread()1962 if (unlikely(b43_status(dev) < B43_STAT_STARTED)) in b43_interrupt_handler()3030 if (unlikely(b43_status(dev) != B43_STAT_STARTED)) in b43_periodic_work_handler()3136 if (likely(dev && b43_status(dev) >= B43_STAT_INITIALIZED)) { in b43_rng_read()3185 if (unlikely(!dev || b43_status(dev) < B43_STAT_STARTED)) { in b43_tx_work()3381 if (unlikely(!dev || (b43_status(dev) < B43_STAT_INITIALIZED))) in b43_op_conf_tx()3418 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) in b43_op_get_tsf()[all …]
45 if (unlikely(b43_status(dev) < B43_STAT_INITIALIZED)) { in b43_rfkill_poll()
145 B43_WARN_ON(b43_status(wldev) != B43_STAT_INITIALIZED); in b43_sysfs_register()
58 if (unlikely(b43_status(dev) < B43_STAT_STARTED)) in b43_sdio_interrupt_dispatcher()
193 if ((b43_status(dev) >= B43_STAT_INITIALIZED) && in assert_mac_suspended()351 if (likely(dev && (b43_status(dev) >= B43_STAT_STARTED))) in b43_phy_txpower_adjust_work()
528 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_debugfs_read()589 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_debugfs_write()
96 if (unlikely(!dev || b43_status(dev) < B43_STAT_STARTED)) in b43_leds_work()
700 #define b43_status(wldev) atomic_read(&(wldev)->__init_status) macro
487 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_radio_init2055()