Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_services.c104 uint8_t txAlloc; in htc_connect_service() local
124 txAlloc = 0; in htc_connect_service()
128 txAlloc = htc_get_credit_allocation(target, in htc_connect_service()
131 if (!txAlloc) { in htc_connect_service()
170 HTC_CONNECT_FLAGS_SET_RECV_ALLOCATION(txAlloc); in htc_connect_service()
339 pEndpoint->TxCredits = txAlloc; in htc_connect_service()