Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_internal.h233 uint8_t MaxMsgsPerHTCBundle; member
424 #define HTC_TX_BUNDLE_ENABLED(target) (target->MaxMsgsPerHTCBundle > 1)
430 #define HTC_RX_BUNDLE_ENABLED(target) (target->MaxMsgsPerHTCBundle > 1)
435 #define HTC_ENABLE_BUNDLE(target) (target->MaxMsgsPerHTCBundle > 1)
H A Dhtc.c798 target->MaxMsgsPerHTCBundle = in htc_wait_target()
799 (uint8_t) pReadyMsg->MaxMsgsPerHTCBundle; in htc_wait_target()
804 if (target->MaxMsgsPerHTCBundle < 1) in htc_wait_target()
805 target->MaxMsgsPerHTCBundle = 1; in htc_wait_target()
811 target->MaxMsgsPerHTCBundle)); in htc_wait_target()
H A Dhtc_send.c227 target->MaxMsgsPerHTCBundle * in allocate_htc_bundle_packet()
565 target->MaxMsgsPerHTCBundle * pEndpoint->TxCreditSize; in htc_issue_packets_bundle()
618 target->MaxMsgsPerHTCBundle * in htc_issue_packets_bundle()
/wlan-driver/fw-api/fw/
H A Dhtc.h208 MaxMsgsPerHTCBundle : 8, /* used in SDIO systems */