Home
last modified time | relevance | path

Searched refs:mac_suspended (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/net/wireless/b43legacy/
Dmain.c1935 dev->mac_suspended--; in b43legacy_mac_enable()
1936 B43legacy_WARN_ON(dev->mac_suspended < 0); in b43legacy_mac_enable()
1938 if (dev->mac_suspended == 0) { in b43legacy_mac_enable()
1966 B43legacy_WARN_ON(dev->mac_suspended < 0); in b43legacy_mac_suspend()
1968 if (dev->mac_suspended == 0) { in b43legacy_mac_suspend()
1992 dev->mac_suspended++; in b43legacy_mac_suspend()
3101 dev->mac_suspended = 1; in setup_struct_wldev_for_init()
Db43legacy.h698 int mac_suspended; member
/linux-2.6.39/drivers/net/wireless/b43/
Dphy_common.c194 (dev->mac_suspended <= 0)) { in assert_mac_suspended()
Db43.h747 int mac_suspended; member
Dmain.c2639 dev->mac_suspended--; in b43_mac_enable()
2640 B43_WARN_ON(dev->mac_suspended < 0); in b43_mac_enable()
2641 if (dev->mac_suspended == 0) { in b43_mac_enable()
2661 B43_WARN_ON(dev->mac_suspended < 0); in b43_mac_suspend()
2663 if (dev->mac_suspended == 0) { in b43_mac_suspend()
2686 dev->mac_suspended++; in b43_mac_suspend()
4181 dev->mac_suspended = 1; in setup_struct_wldev_for_init()