Searched refs:ce_service_max_rx_ind_flush (Results 1 – 5 of 5) sorted by relevance
3012 uint8_t ce_service_max_rx_ind_flush) in hif_set_ce_service_max_rx_ind_flush() argument3016 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()
416 uint8_t ce_service_max_rx_ind_flush; member
2349 uint8_t ce_service_max_rx_ind_flush);
421 if (nbuf_cmpl_idx == scn->ce_service_max_rx_ind_flush) { in ce_per_engine_service_fast()
5359 scn->ce_service_max_rx_ind_flush = MSG_FLUSH_NUM; in hif_config_ce()