Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_internal.h134 int MaxTxQueueDepth; member
H A Dhtc_services.c337 pEndpoint->MaxTxQueueDepth = pConnectReq->MaxSendQueueDepth; in htc_connect_service()
H A Dhtc_send.c1489 pEndpoint->MaxTxQueueDepth) { in htc_try_send()
1497 overflow -= pEndpoint->MaxTxQueueDepth; in htc_try_send()
1507 pEndpoint->MaxTxQueueDepth)); in htc_try_send()
1848 pEndpoint->MaxTxQueueDepth - in htc_send_pkts_sched_queue()
H A Dhtc.c880 pEndpoint->MaxTxQueueDepth = 0; in reset_endpoint_states()