Lines Matching refs:insuspend

2462 	if (dhd->conf->insuspend & (NO_TXCTL_IN_SUSPEND | WOWL_IN_SUSPEND)) {  in dhd_conf_check_hostsleep()
2478 if (dhd->conf->insuspend & NO_TXDATA_IN_SUSPEND) { in dhd_conf_check_hostsleep()
2488 if (dhd->conf->insuspend & NO_TXDATA_IN_SUSPEND) { in dhd_conf_check_hostsleep()
2523 if (dhd->conf->insuspend & (NO_TXCTL_IN_SUSPEND | WOWL_IN_SUSPEND)) { in dhd_conf_get_hostsleep()
2528 if (dhd->conf->insuspend & NO_TXDATA_IN_SUSPEND) { in dhd_conf_get_hostsleep()
2534 if (dhd->conf->insuspend & NO_TXDATA_IN_SUSPEND) { in dhd_conf_get_hostsleep()
2822 uint insuspend = 0; in dhd_conf_get_insuspend() local
2825 insuspend = dhd->conf->insuspend & in dhd_conf_get_insuspend()
2829 insuspend = dhd->conf->insuspend & in dhd_conf_get_insuspend()
2834 return (insuspend & mask); in dhd_conf_get_insuspend()
2941 uint insuspend = 0; in dhd_conf_suspend_resume_sta() local
2947 insuspend = dhd_conf_get_insuspend(dhd, ALL_IN_SUSPEND); in dhd_conf_suspend_resume_sta()
2948 if (insuspend) in dhd_conf_suspend_resume_sta()
2965 if ((insuspend & WOWL_IN_SUSPEND) && dhd_master_mode) { in dhd_conf_suspend_resume_sta()
2985 if (insuspend & WOWL_IN_SUSPEND) { in dhd_conf_suspend_resume_sta()
3006 uint insuspend = 0; in dhd_conf_suspend_resume_ap() local
3008 insuspend = dhd_conf_get_insuspend(dhd, ALL_IN_SUSPEND); in dhd_conf_suspend_resume_ap()
3009 if (insuspend) in dhd_conf_suspend_resume_ap()
3013 if (insuspend & AP_DOWN_IN_SUSPEND) { in dhd_conf_suspend_resume_ap()
3017 if (insuspend & AP_DOWN_IN_SUSPEND) { in dhd_conf_suspend_resume_ap()
3029 uint insuspend = 0; in dhd_conf_suspend_resume_bus() local
3031 insuspend = dhd_conf_get_insuspend(dhd, ALL_IN_SUSPEND); in dhd_conf_suspend_resume_bus()
3032 if (insuspend) in dhd_conf_suspend_resume_bus()
3036 if (insuspend & (WOWL_IN_SUSPEND | NO_TXCTL_IN_SUSPEND)) { in dhd_conf_suspend_resume_bus()
3052 if (insuspend & (WOWL_IN_SUSPEND | NO_TXCTL_IN_SUSPEND)) { in dhd_conf_suspend_resume_bus()
3064 uint insuspend = 0; in dhd_conf_set_suspend_resume() local
3066 insuspend = dhd_conf_get_insuspend(dhd, ALL_IN_SUSPEND); in dhd_conf_set_suspend_resume()
3067 if (insuspend) in dhd_conf_set_suspend_resume()
3069 dhd->op_mode, suspend, conf->suspended, insuspend, conf->suspend_mode); in dhd_conf_set_suspend_resume()
3076 if (insuspend & (NO_EVENT_IN_SUSPEND|NO_TXCTL_IN_SUSPEND|WOWL_IN_SUSPEND)) { in dhd_conf_set_suspend_resume()
3084 if (insuspend & NO_TXDATA_IN_SUSPEND) { in dhd_conf_set_suspend_resume()
3088 if (insuspend & (NO_EVENT_IN_SUSPEND|NO_TXCTL_IN_SUSPEND|WOWL_IN_SUSPEND)) { in dhd_conf_set_suspend_resume()
3093 if (insuspend & ROAM_OFFLOAD_IN_SUSPEND) in dhd_conf_set_suspend_resume()
3096 if (insuspend & NO_EVENT_IN_SUSPEND) { in dhd_conf_set_suspend_resume()
3116 if (insuspend & NO_EVENT_IN_SUSPEND) { in dhd_conf_set_suspend_resume()
3120 if (insuspend & ROAM_OFFLOAD_IN_SUSPEND) in dhd_conf_set_suspend_resume()
3133 if (insuspend & (NO_EVENT_IN_SUSPEND|NO_TXCTL_IN_SUSPEND|WOWL_IN_SUSPEND)) { in dhd_conf_set_suspend_resume()
3138 if (insuspend & NO_TXDATA_IN_SUSPEND) { in dhd_conf_set_suspend_resume()
4189 conf->insuspend &= ~(NO_TXDATA_IN_SUSPEND | NO_TXCTL_IN_SUSPEND); in dhd_conf_read_pm_params()
4192 conf->insuspend |= (NO_TXDATA_IN_SUSPEND | NO_TXCTL_IN_SUSPEND); in dhd_conf_read_pm_params()
4193 CONFIG_MSG("insuspend = 0x%x\n", conf->insuspend); in dhd_conf_read_pm_params()
4201 conf->insuspend &= ~NO_TXDATA_IN_SUSPEND; in dhd_conf_read_pm_params()
4203 conf->insuspend |= NO_TXDATA_IN_SUSPEND; in dhd_conf_read_pm_params()
4204 CONFIG_MSG("insuspend = 0x%x\n", conf->insuspend); in dhd_conf_read_pm_params()
4207 conf->insuspend = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_pm_params()
4208 CONFIG_MSG("insuspend = 0x%x\n", conf->insuspend); in dhd_conf_read_pm_params()
5158 conf->insuspend = 0; in dhd_conf_preinit()
5165 conf->insuspend |= (WOWL_IN_SUSPEND | NO_TXDATA_IN_SUSPEND); in dhd_conf_preinit()
5168 conf->insuspend |= (NO_TXDATA_IN_SUSPEND | NO_TXCTL_IN_SUSPEND); in dhd_conf_preinit()