• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/

Lines Matching refs:b43legacy_status

175 	if (b43legacy_status(wl->current_dev) < B43legacy_STAT_STARTED)
1221 if (likely(dev && (b43legacy_status(dev) >= B43legacy_STAT_INITIALIZED))) {
1292 B43legacy_WARN_ON(b43legacy_status(dev) <
1428 if (unlikely(b43legacy_status(dev) < B43legacy_STAT_STARTED))
2285 if (unlikely(b43legacy_status(dev) != B43legacy_STAT_STARTED))
2418 if (unlikely(b43legacy_status(dev) < B43legacy_STAT_STARTED))
2531 prev_status = b43legacy_status(down_dev);
2564 B43legacy_WARN_ON(b43legacy_status(up_dev) != prev_status);
2638 if (b43legacy_status(dev) < B43legacy_STAT_STARTED) {
2755 if (b43legacy_status(dev) < B43legacy_STAT_STARTED) {
2770 if (b43legacy_status(dev) >= B43legacy_STAT_INITIALIZED) {
2840 if (changed && b43legacy_status(dev) >= B43legacy_STAT_INITIALIZED)
2851 if (b43legacy_status(dev) < B43legacy_STAT_STARTED)
2883 B43legacy_WARN_ON(b43legacy_status(dev) != B43legacy_STAT_INITIALIZED);
3135 B43legacy_WARN_ON(b43legacy_status(dev) > B43legacy_STAT_INITIALIZED);
3136 if (b43legacy_status(dev) != B43legacy_STAT_INITIALIZED)
3216 B43legacy_WARN_ON(b43legacy_status(dev) != B43legacy_STAT_UNINIT);
3330 B43legacy_WARN_ON(b43legacy_status(dev) != B43legacy_STAT_UNINIT);
3422 if (b43legacy_status(dev) < B43legacy_STAT_INITIALIZED) {
3429 if (b43legacy_status(dev) < B43legacy_STAT_STARTED) {
3454 if (b43legacy_status(dev) >= B43legacy_STAT_STARTED)
3520 prev_status = b43legacy_status(dev);
3875 if (b43legacy_status(dev) < B43legacy_STAT_INITIALIZED)
3891 wldev->suspend_init_status = b43legacy_status(wldev);