Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c430 ep->tx_proc_cnt++; in htc_try_send()
432 if (ep->tx_proc_cnt > 1) { in htc_try_send()
438 ep->tx_proc_cnt--; in htc_try_send()
493 ep->tx_proc_cnt = 0; in htc_try_send()
Dhtc.h524 int tx_proc_cnt; member
Dhtc_mbox.c869 endpoint->tx_proc_cnt++; in ath6kl_htc_tx_from_queue()
870 if (endpoint->tx_proc_cnt > 1) { in ath6kl_htc_tx_from_queue()
871 endpoint->tx_proc_cnt--; in ath6kl_htc_tx_from_queue()
960 endpoint->tx_proc_cnt = 0; in ath6kl_htc_tx_from_queue()