Home
last modified time | relevance | path

Searched refs:pending_tx (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/wireless/st/cw1200/
Dbh.c354 int *pending_tx, in cw1200_bh_tx_helper() argument
365 *pending_tx = 1; in cw1200_bh_tx_helper()
370 *pending_tx = 1; in cw1200_bh_tx_helper()
429 int pending_tx = 0; in cw1200_bh() local
463 suspend = pending_tx ? in cw1200_bh()
548 tx += pending_tx; in cw1200_bh()
549 pending_tx = 0; in cw1200_bh()
579 pending_tx = tx; in cw1200_bh()
582 ret = cw1200_bh_tx_helper(priv, &pending_tx, &tx_burst); in cw1200_bh()
/Linux-v4.19/drivers/bluetooth/
Dbfusb.c81 atomic_t pending_tx; member
156 atomic_inc(&data->pending_tx); in bfusb_send_bulk()
175 while ((atomic_read(&data->pending_tx) < BFUSB_MAX_BULK_TX) && in bfusb_tx_wakeup()
195 atomic_dec(&data->pending_tx); in bfusb_tx_complete()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c212 ret = idr_alloc(&htt->pending_tx, skb, 0, in ath10k_htt_tx_alloc_msdu_id()
229 idr_remove(&htt->pending_tx, msdu_id); in ath10k_htt_tx_free_msdu_id()
493 idr_init(&htt->pending_tx); in ath10k_htt_tx_start()
507 idr_destroy(&htt->pending_tx); in ath10k_htt_tx_start()
542 idr_for_each(&htt->pending_tx, ath10k_htt_tx_clean_up_pending, htt->ar); in ath10k_htt_tx_stop()
543 idr_destroy(&htt->pending_tx); in ath10k_htt_tx_stop()
Dtxrx.c76 msdu = idr_find(&htt->pending_tx, tx_done->msdu_id); in ath10k_txrx_tx_unref()
Dhtt.h1805 struct idr pending_tx; member
Dmac.c3891 idr_for_each_entry(&ar->htt.pending_tx, msdu, msdu_id) { in ath10k_mac_txq_unref()
/Linux-v4.19/drivers/dma/
Dste_dma40.c459 int pending_tx; member
1146 d40c->pending_tx = 0; in d40_term_all()
1563 d40c->pending_tx++; in dma_tc_handle()
1594 if (d40c->pending_tx == 0) { in dma_tasklet()
1615 d40c->pending_tx--; in dma_tasklet()
1617 if (d40c->pending_tx) in dma_tasklet()
1628 if (d40c->pending_tx > 0) in dma_tasklet()
1629 d40c->pending_tx--; in dma_tasklet()