Searched refs:txqueue_depth (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 308 int tx_resources, overflow, txqueue_depth, i, good_pkts; in htc_try_send() local 330 txqueue_depth = get_queue_depth(&ep->txq); in htc_try_send() 333 if (txqueue_depth >= ep->max_txq_depth) { in htc_try_send() 338 overflow = txqueue_depth; in htc_try_send() 348 __func__, ep->eid, overflow, txqueue_depth, in htc_try_send()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 308 int tx_resources, overflow, txqueue_depth, i, good_pkts; in htc_try_send() local 330 txqueue_depth = get_queue_depth(&ep->txq); in htc_try_send() 333 if (txqueue_depth >= ep->max_txq_depth) { in htc_try_send() 338 overflow = txqueue_depth; in htc_try_send() 348 __func__, ep->eid, overflow, txqueue_depth, in htc_try_send()
|
Completed in 4 milliseconds