Home
last modified time | relevance | path

Searched refs:mac_suspend_depth (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.h358 uint mac_suspend_depth; /* current depth of mac_suspend levels */ member
H A Dmain.c2642 wlc_hw->mac_suspend_depth++; in brcms_c_suspend_mac_and_wait()
2643 if (wlc_hw->mac_suspend_depth > 1) in brcms_c_suspend_mac_and_wait()
2710 wlc_hw->mac_suspend_depth--; in brcms_c_enable_mac()
2711 if (wlc_hw->mac_suspend_depth > 0) in brcms_c_enable_mac()
3373 * initialize mac_suspend_depth to 1 to match ucode in brcms_b_init()
3376 wlc_hw->mac_suspend_depth = 1; in brcms_b_init()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.h358 uint mac_suspend_depth; /* current depth of mac_suspend levels */ member
H A Dmain.c2642 wlc_hw->mac_suspend_depth++; in brcms_c_suspend_mac_and_wait()
2643 if (wlc_hw->mac_suspend_depth > 1) in brcms_c_suspend_mac_and_wait()
2710 wlc_hw->mac_suspend_depth--; in brcms_c_enable_mac()
2711 if (wlc_hw->mac_suspend_depth > 0) in brcms_c_enable_mac()
3371 * initialize mac_suspend_depth to 1 to match ucode in brcms_b_init()
3374 wlc_hw->mac_suspend_depth = 1; in brcms_b_init()

Completed in 31 milliseconds