Home
last modified time | relevance | path

Searched refs:HTC_MAX_MSG_PER_BUNDLE_TX (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_internal.h48 #define HTC_MAX_MSG_PER_BUNDLE_TX CFG_HTC_MAX_MSG_PER_BUNDLE_TX macro
50 #define HTC_MAX_MSG_PER_BUNDLE_TX 8
55 #define HTC_MAX_MSG_PER_BUNDLE_TX 32
242 uint32_t tx_bundle_stats[HTC_MAX_MSG_PER_BUNDLE_TX];
Dhtc.c1219 for (i = 0; i < HTC_MAX_MSG_PER_BUNDLE_TX; i++) in htc_dump_bundle_stats()
1228 for (i = 0; i < HTC_MAX_MSG_PER_BUNDLE_TX; i++) in htc_dump_bundle_stats()
Dhtc_send.c340 if (index < HTC_MAX_MSG_PER_BUNDLE_TX) in htc_send_update_tx_bundle_stats()
1705 HTC_MAX_MSG_PER_BUNDLE_TX; in htc_try_send()
1708 (HTC_MAX_MSG_PER_BUNDLE_TX * 2); in htc_try_send()
2422 HTC_MAX_MSG_PER_BUNDLE_TX in htc_send_data_pkt()