Lines Matching refs:wlfc_enabled
2377 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()
5738 bool wlfc_enabled = FALSE; in dhd_bus_stop() local
5809 wlfc_enabled = (dhd_wlfc_cleanup_txq(bus->dhd, NULL, 0) != WLFC_UNSUPPORTED); in dhd_bus_stop()
5811 if (!wlfc_enabled) { in dhd_bus_stop()
11452 bool wlfc_enabled = FALSE; in dhd_bus_pktq_flush() local
11455 wlfc_enabled = (dhd_wlfc_cleanup_txq(dhdp, NULL, 0) != WLFC_UNSUPPORTED); in dhd_bus_pktq_flush()
11457 if (!wlfc_enabled) { in dhd_bus_pktq_flush()