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

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c308 int tx_resources, overflow, txqueue_depth, i, good_pkts; local
330 txqueue_depth = get_queue_depth(&ep->txq);
333 if (txqueue_depth >= ep->max_txq_depth) {
338 overflow = txqueue_depth;
348 __func__, ep->eid, overflow, txqueue_depth,

Completed in 100 milliseconds