Home
last modified time | relevance | path

Searched refs:num_cmpls (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_htt.c241 uint32_t num_cmpls) in dp_htt_t2h_msg_handler_fast() argument
250 for (i = 0; i < num_cmpls; i++) { in dp_htt_t2h_msg_handler_fast()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_internal.h577 uint32_t num_cmpls);
581 uint32_t num_cmpls) in htt_t2h_msg_handler_fast() argument
H A Dhtt_t2h.c1110 uint32_t num_cmpls) in htt_t2h_msg_handler_fast() argument
1120 for (i = 0; i < num_cmpls; i++) { in htt_t2h_msg_handler_fast()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_service_legacy.c300 qdf_nbuf_t *cmpl_msdus, uint32_t num_cmpls, in ce_fastpath_rx_handle() argument
309 ce_state->fastpath_handler(ce_state->context, cmpl_msdus, num_cmpls); in ce_fastpath_rx_handle()
314 write_index = CE_RING_IDX_ADD(nentries_mask, write_index, num_cmpls); in ce_fastpath_rx_handle()