Home
last modified time | relevance | path

Searched refs:wlfc_enabled (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_wlfc.c2875 if (!dhd->wlfc_enabled || dhd->wlfc_state) { in dhd_wlfc_enable()
2946 if (!dhd->wlfc_enabled) in dhd_wlfc_suspend()
2970 if (!dhd->wlfc_enabled) in dhd_wlfc_resume()
3578 if (dhd->wlfc_enabled) { in dhd_wlfc_init()
3583 dhd->wlfc_enabled = TRUE; in dhd_wlfc_init()
3605 dhd->wlfc_enabled?"enabled":"disabled", tlv); in dhd_wlfc_init()
3712 dhd->wlfc_enabled = TRUE; in dhd_chipalive_wlfc_init()
3820 if (!dhd->wlfc_enabled) { in dhd_wlfc_deinit()
3826 dhd->wlfc_enabled = FALSE; in dhd_wlfc_deinit()
4336 *val = dhd->wlfc_enabled; in dhd_wlfc_get_enable()
H A Ddhd_sdio.c2337 bool wlfc_enabled = FALSE; in dhd_bus_txdata() local
2339 wlfc_enabled = (dhd_wlfc_flowcontrol(bus->dhd, ON, FALSE) != in dhd_bus_txdata()
2342 if (!wlfc_enabled && dhd_doflow) { in dhd_bus_txdata()
2759 bool wlfc_enabled = FALSE; in dhdsdio_txpkt() local
2859 wlfc_enabled = FALSE; in dhdsdio_txpkt()
2862 wlfc_enabled = (dhd_wlfc_txcomplete(bus->dhd, pkt, ret == 0) != in dhdsdio_txpkt()
2866 if (!wlfc_enabled) { in dhdsdio_txpkt()
3002 bool wlfc_enabled = FALSE; in dhdsdio_sendfromq() local
3004 wlfc_enabled = (dhd_wlfc_flowcontrol(dhd, OFF, TRUE) != WLFC_UNSUPPORTED); in dhdsdio_sendfromq()
3006 if (!wlfc_enabled && dhd_doflow && dhd->txoff) { in dhdsdio_sendfromq()
[all …]
H A Ddbus.c2410 bool wlfc_enabled = FALSE; in dhd_dbus_txflowcontrol() local
2418 wlfc_enabled = (dhd_wlfc_flowcontrol(dhd, onoff, !onoff) != WLFC_UNSUPPORTED); in dhd_dbus_txflowcontrol()
2421 if (!wlfc_enabled) { in dhd_dbus_txflowcontrol()
H A Ddhd.h782 bool wlfc_enabled; member
H A Ddhd_config.c1810 if (dhd->wlfc_enabled) { in dhd_conf_set_suspend_event()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_wlfc.c2875 if (!dhd->wlfc_enabled || dhd->wlfc_state) { in dhd_wlfc_enable()
2944 if (!dhd->wlfc_enabled) in dhd_wlfc_suspend()
2968 if (!dhd->wlfc_enabled) in dhd_wlfc_resume()
3564 if (dhd->wlfc_enabled) { in dhd_wlfc_init()
3569 dhd->wlfc_enabled = TRUE; in dhd_wlfc_init()
3590 dhd->wlfc_enabled?"enabled":"disabled", tlv)); in dhd_wlfc_init()
3729 if (!dhd->wlfc_enabled) { in dhd_wlfc_deinit()
3735 dhd->wlfc_enabled = FALSE; in dhd_wlfc_deinit()
4243 *val = dhd->wlfc_enabled; in dhd_wlfc_get_enable()
H A Ddhd_sdio.c2204 bool wlfc_enabled = FALSE; in dhd_bus_txdata() local
2206 wlfc_enabled = (dhd_wlfc_flowcontrol(bus->dhd, ON, FALSE) != in dhd_bus_txdata()
2209 if (!wlfc_enabled && dhd_doflow) { in dhd_bus_txdata()
2538 bool wlfc_enabled = FALSE; in dhdsdio_txpkt() local
2623 wlfc_enabled = FALSE; in dhdsdio_txpkt()
2626 wlfc_enabled = (dhd_wlfc_txcomplete(bus->dhd, pkt, ret == 0) != in dhdsdio_txpkt()
2630 if (!wlfc_enabled) { in dhdsdio_txpkt()
2759 bool wlfc_enabled = FALSE; in dhdsdio_sendfromq() local
2761 wlfc_enabled = (dhd_wlfc_flowcontrol(dhd, OFF, TRUE) != WLFC_UNSUPPORTED); in dhdsdio_sendfromq()
2763 if (!wlfc_enabled && dhd_doflow && dhd->txoff) { in dhdsdio_sendfromq()
[all …]
H A Ddhd.h1058 bool wlfc_enabled; member
H A Dwl_cfg80211.c1902 bool wlfc_enabled = FALSE; local
1914 dhd_wlfc_get_enable(dhd, &wlfc_enabled);
1915 if (!wlfc_enabled && dhd->op_mode != DHD_FLAG_HOSTAP_MODE &&
1926 dhd_wlfc_get_enable(dhd, &wlfc_enabled);
1927 if (wlfc_enabled && cfg->wlfc_on && dhd->op_mode != DHD_FLAG_HOSTAP_MODE &&
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_wlfc.c2875 if (!dhd->wlfc_enabled || dhd->wlfc_state) { in dhd_wlfc_enable()
2944 if (!dhd->wlfc_enabled) in dhd_wlfc_suspend()
2968 if (!dhd->wlfc_enabled) in dhd_wlfc_resume()
3563 if (dhd->wlfc_enabled) { in dhd_wlfc_init()
3568 dhd->wlfc_enabled = TRUE; in dhd_wlfc_init()
3589 dhd->wlfc_enabled?"enabled":"disabled", tlv)); in dhd_wlfc_init()
3728 if (!dhd->wlfc_enabled) { in dhd_wlfc_deinit()
3734 dhd->wlfc_enabled = FALSE; in dhd_wlfc_deinit()
4242 *val = dhd->wlfc_enabled; in dhd_wlfc_get_enable()
H A Ddhd_sdio.c2147 bool wlfc_enabled = FALSE; in dhd_bus_txdata() local
2149 wlfc_enabled = (dhd_wlfc_flowcontrol(bus->dhd, ON, FALSE) != in dhd_bus_txdata()
2152 if (!wlfc_enabled && dhd_doflow) { in dhd_bus_txdata()
2481 bool wlfc_enabled = FALSE; in dhdsdio_txpkt() local
2566 wlfc_enabled = FALSE; in dhdsdio_txpkt()
2569 wlfc_enabled = (dhd_wlfc_txcomplete(bus->dhd, pkt, ret == 0) != in dhdsdio_txpkt()
2573 if (!wlfc_enabled) { in dhdsdio_txpkt()
2702 bool wlfc_enabled = FALSE; in dhdsdio_sendfromq() local
2704 wlfc_enabled = (dhd_wlfc_flowcontrol(dhd, OFF, TRUE) != WLFC_UNSUPPORTED); in dhdsdio_sendfromq()
2706 if (!wlfc_enabled && dhd_doflow && dhd->txoff) { in dhdsdio_sendfromq()
[all …]
H A Ddhd.h1056 bool wlfc_enabled; member
H A Dwl_cfg80211.c2026 bool wlfc_enabled = FALSE; local
2038 dhd_wlfc_get_enable(dhd, &wlfc_enabled);
2039 if (!wlfc_enabled && dhd->op_mode != DHD_FLAG_HOSTAP_MODE &&
2050 dhd_wlfc_get_enable(dhd, &wlfc_enabled);
2051 if (wlfc_enabled && cfg->wlfc_on && dhd->op_mode != DHD_FLAG_HOSTAP_MODE &&
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_wlfc.c2878 if (!dhd->wlfc_enabled || dhd->wlfc_state) { in dhd_wlfc_enable()
2947 if (!dhd->wlfc_enabled) in dhd_wlfc_suspend()
2971 if (!dhd->wlfc_enabled) in dhd_wlfc_resume()
3566 if (dhd->wlfc_enabled) { in dhd_wlfc_init()
3571 dhd->wlfc_enabled = TRUE; in dhd_wlfc_init()
3592 dhd->wlfc_enabled?"enabled":"disabled", tlv)); in dhd_wlfc_init()
3731 if (!dhd->wlfc_enabled) { in dhd_wlfc_deinit()
3737 dhd->wlfc_enabled = FALSE; in dhd_wlfc_deinit()
4245 *val = dhd->wlfc_enabled; in dhd_wlfc_get_enable()
H A Ddhd_sdio.c2143 bool wlfc_enabled = FALSE; in dhd_bus_txdata() local
2145 wlfc_enabled = (dhd_wlfc_flowcontrol(bus->dhd, ON, FALSE) != in dhd_bus_txdata()
2148 if (!wlfc_enabled && dhd_doflow) { in dhd_bus_txdata()
2477 bool wlfc_enabled = FALSE; in dhdsdio_txpkt() local
2562 wlfc_enabled = FALSE; in dhdsdio_txpkt()
2565 wlfc_enabled = (dhd_wlfc_txcomplete(bus->dhd, pkt, ret == 0) != in dhdsdio_txpkt()
2569 if (!wlfc_enabled) { in dhdsdio_txpkt()
2698 bool wlfc_enabled = FALSE; in dhdsdio_sendfromq() local
2700 wlfc_enabled = (dhd_wlfc_flowcontrol(dhd, OFF, TRUE) != WLFC_UNSUPPORTED); in dhdsdio_sendfromq()
2702 if (!wlfc_enabled && dhd_doflow && dhd->txoff) { in dhdsdio_sendfromq()
[all …]
H A Ddhd.h1056 bool wlfc_enabled; member
H A Dwl_cfg80211.c2028 bool wlfc_enabled = FALSE; local
2040 dhd_wlfc_get_enable(dhd, &wlfc_enabled);
2041 if (!wlfc_enabled && dhd->op_mode != DHD_FLAG_HOSTAP_MODE &&
2052 dhd_wlfc_get_enable(dhd, &wlfc_enabled);
2053 if (wlfc_enabled && cfg->wlfc_on && dhd->op_mode != DHD_FLAG_HOSTAP_MODE &&
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_wlfc.c3188 if (!dhd->wlfc_enabled || dhd->wlfc_state) { in dhd_wlfc_enable()
3269 if (!dhd->wlfc_enabled) in dhd_wlfc_suspend()
3293 if (!dhd->wlfc_enabled) in dhd_wlfc_resume()
3923 if (dhd->wlfc_enabled) { in dhd_wlfc_init()
3928 dhd->wlfc_enabled = TRUE; in dhd_wlfc_init()
3952 dhd->wlfc_enabled?"enabled":"disabled", tlv)); in dhd_wlfc_init()
4103 if (!dhd->wlfc_enabled) { in dhd_wlfc_deinit()
4109 dhd->wlfc_enabled = FALSE; in dhd_wlfc_deinit()
4625 *val = dhd->wlfc_enabled; in dhd_wlfc_get_enable()
H A Ddhd_sdio.c2366 bool wlfc_enabled = FALSE; in dhd_bus_txdata() local
2368 wlfc_enabled = (dhd_wlfc_flowcontrol(bus->dhd, ON, FALSE) != in dhd_bus_txdata()
2371 if (!wlfc_enabled && dhd_doflow) { in dhd_bus_txdata()
2779 bool wlfc_enabled = FALSE; in dhdsdio_txpkt() local
2873 wlfc_enabled = FALSE; in dhdsdio_txpkt()
2876 wlfc_enabled = (dhd_wlfc_txcomplete(bus->dhd, pkt, ret == 0) != in dhdsdio_txpkt()
2880 if (!wlfc_enabled) { in dhdsdio_txpkt()
3033 bool wlfc_enabled = FALSE; in dhdsdio_sendfromq() local
3035 wlfc_enabled = (dhd_wlfc_flowcontrol(dhd, OFF, TRUE) != WLFC_UNSUPPORTED); in dhdsdio_sendfromq()
3037 if (!wlfc_enabled && dhd_doflow && dhd->txoff) { in dhdsdio_sendfromq()
[all …]
H A Ddbus.c2421 bool wlfc_enabled = FALSE; in dhd_dbus_txflowcontrol() local
2429 wlfc_enabled = (dhd_wlfc_flowcontrol(dhd, onoff, !onoff) != WLFC_UNSUPPORTED); in dhd_dbus_txflowcontrol()
2432 if (!wlfc_enabled) { in dhd_dbus_txflowcontrol()
H A Ddhd.h1368 bool wlfc_enabled; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_wlfc.c3191 if (!dhd->wlfc_enabled || dhd->wlfc_state) { in dhd_wlfc_enable()
3272 if (!dhd->wlfc_enabled) in dhd_wlfc_suspend()
3296 if (!dhd->wlfc_enabled) in dhd_wlfc_resume()
3926 if (dhd->wlfc_enabled) { in dhd_wlfc_init()
3931 dhd->wlfc_enabled = TRUE; in dhd_wlfc_init()
3955 dhd->wlfc_enabled?"enabled":"disabled", tlv)); in dhd_wlfc_init()
4106 if (!dhd->wlfc_enabled) { in dhd_wlfc_deinit()
4112 dhd->wlfc_enabled = FALSE; in dhd_wlfc_deinit()
4628 *val = dhd->wlfc_enabled; in dhd_wlfc_get_enable()
H A Ddhd_sdio.c2377 bool wlfc_enabled = FALSE; in dhd_bus_txdata() local
2379 wlfc_enabled = (dhd_wlfc_flowcontrol(bus->dhd, ON, FALSE) != in dhd_bus_txdata()
2382 if (!wlfc_enabled && dhd_doflow) { in dhd_bus_txdata()
2790 bool wlfc_enabled = FALSE; in dhdsdio_txpkt() local
2884 wlfc_enabled = FALSE; in dhdsdio_txpkt()
2887 wlfc_enabled = (dhd_wlfc_txcomplete(bus->dhd, pkt, ret == 0) != in dhdsdio_txpkt()
2891 if (!wlfc_enabled) { in dhdsdio_txpkt()
3044 bool wlfc_enabled = FALSE; in dhdsdio_sendfromq() local
3046 wlfc_enabled = (dhd_wlfc_flowcontrol(dhd, OFF, TRUE) != WLFC_UNSUPPORTED); in dhdsdio_sendfromq()
3048 if (!wlfc_enabled && dhd_doflow && dhd->txoff) { in dhdsdio_sendfromq()
[all …]
H A Ddbus.c2402 bool wlfc_enabled = FALSE; in dhd_dbus_txflowcontrol() local
2410 wlfc_enabled = (dhd_wlfc_flowcontrol(dhd, onoff, !onoff) != WLFC_UNSUPPORTED); in dhd_dbus_txflowcontrol()
2413 if (!wlfc_enabled) { in dhd_dbus_txflowcontrol()
H A Ddhd.h1370 bool wlfc_enabled; member

12