Searched refs:pending_tx (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/bluetooth/ |
| H A D | bfusb.c | 66 atomic_t pending_tx; member 141 atomic_inc(&data->pending_tx); in bfusb_send_bulk() 160 while ((atomic_read(&data->pending_tx) < BFUSB_MAX_BULK_TX) && in bfusb_tx_wakeup() 180 atomic_dec(&data->pending_tx); in bfusb_tx_complete()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_tx.c | 205 ret = idr_alloc(&htt->pending_tx, skb, 0, in ath10k_htt_tx_alloc_msdu_id() 222 idr_remove(&htt->pending_tx, msdu_id); in ath10k_htt_tx_free_msdu_id() 486 idr_init(&htt->pending_tx); in ath10k_htt_tx_start() 503 idr_destroy(&htt->pending_tx); in ath10k_htt_tx_start() 539 idr_for_each(&htt->pending_tx, ath10k_htt_tx_clean_up_pending, htt->ar); in ath10k_htt_flush_tx_queue() 545 idr_destroy(&htt->pending_tx); in ath10k_htt_tx_stop()
|
| H A D | txrx.c | 67 msdu = idr_find(&htt->pending_tx, tx_done->msdu_id); in ath10k_txrx_tx_unref()
|
| H A D | htt.h | 1869 /* Protects access to pending_tx, num_pending_tx */ 1874 struct idr pending_tx; member
|
| H A D | mac.c | 4303 idr_for_each_entry(&ar->htt.pending_tx, msdu, msdu_id) { in ath10k_mac_txq_unref()
|
| /linux/drivers/dma/ |
| H A D | ste_dma40.c | 458 * @pending_tx: The number of pending transfers. Used between interrupt handler 488 int pending_tx; member 1175 d40c->pending_tx = 0; in d40_term_all() 1589 d40c->pending_tx++; in dma_tc_handle() 1617 * If terminating a channel pending_tx is set to zero. in dma_tasklet() 1620 if (d40c->pending_tx == 0) { in dma_tasklet() 1641 d40c->pending_tx--; in dma_tasklet() 1643 if (d40c->pending_tx) in dma_tasklet() 1654 if (d40c->pending_tx > 0) in dma_tasklet() 1655 d40c->pending_tx in dma_tasklet() [all...] |