Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_internal.h46 #define HTC_MAX_MSG_PER_BUNDLE_RX 11 macro
53 #define HTC_MAX_MSG_PER_BUNDLE_RX 64
241 uint32_t rx_bundle_stats[HTC_MAX_MSG_PER_BUNDLE_RX];
Dhtc.c355 if (target && (no_of_pkt_in_bundle < HTC_MAX_MSG_PER_BUNDLE_RX)) in htc_update_rx_bundle_stats()
951 HTC_MAX_MSG_PER_BUNDLE_RX); in htc_start()
952 pSetupComp->MaxMsgsPerBundledRecv = HTC_MAX_MSG_PER_BUNDLE_RX; in htc_start()
1200 for (i = 0; i < HTC_MAX_MSG_PER_BUNDLE_RX; i++) in htc_dump_bundle_stats()
1209 for (i = 0; i < HTC_MAX_MSG_PER_BUNDLE_RX; i++) in htc_dump_bundle_stats()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
Dmailbox.c703 HTC_MAX_MSG_PER_BUNDLE_RX) > 0) { in hif_dev_issue_recv_packet_bundle()
707 HTC_MAX_MSG_PER_BUNDLE_RX); in hif_dev_issue_recv_packet_bundle()
711 HTC_MAX_MSG_PER_BUNDLE_RX * target->TargetCreditSize; in hif_dev_issue_recv_packet_bundle()
721 !HTC_QUEUE_EMPTY(recv_pkt_queue) && i < HTC_MAX_MSG_PER_BUNDLE_RX; in hif_dev_issue_recv_packet_bundle()
806 uint32_t look_aheads[HTC_MAX_MSG_PER_BUNDLE_RX]; in hif_dev_recv_message_pending_handler()
829 if (num_look_aheads > HTC_MAX_MSG_PER_BUNDLE_RX) { in hif_dev_recv_message_pending_handler()
840 if (num_look_aheads > HTC_MAX_MSG_PER_BUNDLE_RX) { in hif_dev_recv_message_pending_handler()
Dtransfer.c467 > HTC_MAX_MSG_PER_BUNDLE_RX) { in hif_dev_process_trailer()