Home
last modified time | relevance | path

Searched refs:fastpath_mode_on (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main_legacy.c74 if (!scn->fastpath_mode_on) { in hif_ce_fastpath_cb_register()
H A Dhif_main.h406 bool fastpath_mode_on; member
H A Dhif_runtime_pm.c1331 if (scn->fastpath_mode_on) { in hif_fastpath_resume()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_main.c3061 scn->fastpath_mode_on = true; in hif_enable_fastpath()
3076 return scn->fastpath_mode_on; in hif_is_fastpath_mode_enabled()
3119 if (sc->fastpath_mode_on && ce_state->htt_tx_data) { in ce_h2t_tx_ce_cleanup()
3149 if (ce_state->scn->fastpath_mode_on == false) in ce_t2h_msg_ce_cleanup()
3199 if (scn->fastpath_mode_on == false) in hif_update_fastpath_recv_bufs_cnt()
4104 scn->fastpath_mode_on) { in hif_post_recv_buffers()
H A Dce_service_legacy.c510 return scn->fastpath_mode_on; in ce_is_fastpath_enabled()
644 if (CE_state->scn->fastpath_mode_on && CE_state->htt_tx_data && in ce_sendlist_send_legacy()