Lines Matching refs:wlfc_enabled
2204 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()
5498 bool wlfc_enabled = FALSE; in dhd_bus_stop() local
5565 wlfc_enabled = (dhd_wlfc_cleanup_txq(bus->dhd, NULL, 0) != WLFC_UNSUPPORTED); in dhd_bus_stop()
5567 if (!wlfc_enabled) { in dhd_bus_stop()
10473 bool wlfc_enabled = FALSE; local
10476 wlfc_enabled = (dhd_wlfc_cleanup_txq(dhdp, NULL, 0) != WLFC_UNSUPPORTED);
10478 if (!wlfc_enabled) {