Home
last modified time | relevance | path

Searched refs:HTC_TX_BUNDLE_ENABLED (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_internal.h424 #define HTC_TX_BUNDLE_ENABLED(target) (target->MaxMsgsPerHTCBundle > 1) macro
426 #define HTC_TX_BUNDLE_ENABLED(target) 0 macro
H A Dhtc_send.c757 if (HTC_TX_BUNDLE_ENABLED(target) && in htc_issue_packets()
1699 if (HTC_TX_BUNDLE_ENABLED(target) && tx_resources && in htc_try_send()
2361 if (HTC_TX_BUNDLE_ENABLED(target) && (more_data)) { in htc_send_data_pkt()
2411 else if (HTC_TX_BUNDLE_ENABLED(target)) { in htc_send_data_pkt()
2445 if (HTC_TX_BUNDLE_ENABLED(target) && in htc_send_data_pkt()