Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c308 int tx_resources, overflow, txqueue_depth, i, good_pkts; in htc_try_send() local
360 good_pkts = get_queue_depth(txq) - overflow; in htc_try_send()
361 if (good_pkts < 0) { in htc_try_send()
368 for (i = 0; i < good_pkts; i++) { in htc_try_send()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c308 int tx_resources, overflow, txqueue_depth, i, good_pkts; in htc_try_send() local
360 good_pkts = get_queue_depth(txq) - overflow; in htc_try_send()
361 if (good_pkts < 0) { in htc_try_send()
368 for (i = 0; i < good_pkts; i++) { in htc_try_send()

Completed in 4 milliseconds