Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main.c3012 uint8_t ce_service_max_rx_ind_flush) in hif_set_ce_service_max_rx_ind_flush() argument
3016 if (ce_service_max_rx_ind_flush == 0 || in hif_set_ce_service_max_rx_ind_flush()
3017 ce_service_max_rx_ind_flush > MSG_FLUSH_NUM) in hif_set_ce_service_max_rx_ind_flush()
3018 hif_ctx->ce_service_max_rx_ind_flush = MSG_FLUSH_NUM; in hif_set_ce_service_max_rx_ind_flush()
3020 hif_ctx->ce_service_max_rx_ind_flush = in hif_set_ce_service_max_rx_ind_flush()
3021 ce_service_max_rx_ind_flush; in hif_set_ce_service_max_rx_ind_flush()
Dhif_main.h416 uint8_t ce_service_max_rx_ind_flush; member
/wlan-driver/qca-wifi-host-cmn/hif/inc/
Dhif.h2349 uint8_t ce_service_max_rx_ind_flush);
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_service_legacy.c421 if (nbuf_cmpl_idx == scn->ce_service_max_rx_ind_flush) { in ce_per_engine_service_fast()
Dce_main.c5359 scn->ce_service_max_rx_ind_flush = MSG_FLUSH_NUM; in hif_config_ce()