Searched refs:good_pkts (Results 1 – 1 of 1) sorted by relevance
308 int tx_resources, overflow, txqueue_depth, i, good_pkts; in htc_try_send() local360 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()