Home
last modified time | relevance | path

Searched refs:mac_suspend_depth (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.h358 uint mac_suspend_depth; /* current depth of mac_suspend levels */ member
H A Dmain.c2635 wlc_hw->mac_suspend_depth++; in brcms_c_suspend_mac_and_wait()
2636 if (wlc_hw->mac_suspend_depth > 1) in brcms_c_suspend_mac_and_wait()
2703 wlc_hw->mac_suspend_depth--; in brcms_c_enable_mac()
2704 if (wlc_hw->mac_suspend_depth > 0) in brcms_c_enable_mac()
3367 wlc_hw->mac_suspend_depth = 1; in brcms_b_init()