Home
last modified time | relevance | path

Searched refs:htt_rx_data (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main_legacy.c81 if (ce_state->htt_rx_data) { in hif_ce_fastpath_cb_register()
H A Dhif_napi.c172 i, ce_state->htt_rx_data, in hif_napi_create()
177 if (!ce_state->htt_rx_data) in hif_napi_create()
278 if (ce_state && (ce_state->htt_rx_data)) { in hif_napi_rx_offld_flush_cb_register()
304 if (ce_state && (ce_state->htt_rx_data)) { in hif_napi_rx_offld_flush_cb_deregister()
H A Dhif_main.c1912 if (!ce_state->htt_tx_data && !ce_state->htt_rx_data) { in hif_delayed_reg_write()
/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/
H A Dif_snoc.c511 if (!ce_state || !ce_state->htt_rx_data) in hif_snoc_ce_dp_irq_set_affinity_hint()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_main.c1583 ce_state->htt_rx_data = true; in ce_mark_datapath()
1620 ce_state->htt_rx_data = true; in ce_mark_datapath()
1628 return (ce_state->htt_rx_data || ce_state->htt_tx_data); in ce_mark_datapath()
3152 if (!ce_state->htt_rx_data) in ce_t2h_msg_ce_cleanup()
3208 if (ce_state->htt_rx_data) in hif_update_fastpath_recv_bufs_cnt()
4092 ce_state && (ce_state->htt_rx_data)) in hif_post_recv_buffers()
4103 ce_state->htt_rx_data && in hif_post_recv_buffers()
4262 (ce_state->htt_rx_data))) { in hif_buffer_cleanup()
5293 (ce_state->htt_rx_data)) { in hif_config_ce_by_id()
H A Dce_internal.h216 bool htt_rx_data; member
H A Dce_service.c410 ce_state->htt_rx_data && in hif_ce_service_should_yield()
1308 if (hif_is_nss_wifi_enabled(scn) && (CE_state->htt_rx_data)) in ce_per_engine_service()
H A Dce_service_legacy.c735 (ce_is_fastpath_enabled(scn) && CE_state->htt_rx_data)) { in ce_recv_buf_enqueue_legacy()