Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_internal.h215 bool htt_tx_data; member
H A Dce_main.c1585 ce_state->htt_tx_data = true; in ce_mark_datapath()
1624 ce_state->htt_tx_data = true; in ce_mark_datapath()
1628 return (ce_state->htt_rx_data || ce_state->htt_tx_data); in ce_mark_datapath()
3119 if (sc->fastpath_mode_on && ce_state->htt_tx_data) { in ce_h2t_tx_ce_cleanup()
4261 ((ce_state->htt_tx_data) || in hif_buffer_cleanup()
H A Dce_service_legacy.c644 if (CE_state->scn->fastpath_mode_on && CE_state->htt_tx_data && in ce_sendlist_send_legacy()
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_napi.c173 ce_state->htt_tx_data); in hif_napi_create()
H A Dhif_main.c1912 if (!ce_state->htt_tx_data && !ce_state->htt_rx_data) { in hif_delayed_reg_write()