Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c307 int tx_resources, overflow, txqueue_depth, i, good_pkts; in htc_try_send() local
359 good_pkts = get_queue_depth(txq) - overflow; in htc_try_send()
360 if (good_pkts < 0) { in htc_try_send()
367 for (i = 0; i < good_pkts; i++) { in htc_try_send()