Searched refs:pending_tx (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | bh.c | 354 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-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | htt_tx.c | 66 ret = idr_alloc(&htt->pending_tx, skb, 0, 0x10000, GFP_ATOMIC); in ath10k_htt_tx_alloc_msdu_id() 81 idr_remove(&htt->pending_tx, msdu_id); in ath10k_htt_tx_free_msdu_id() 92 idr_init(&htt->pending_tx); in ath10k_htt_tx_alloc() 97 idr_destroy(&htt->pending_tx); in ath10k_htt_tx_alloc() 124 idr_for_each(&htt->pending_tx, ath10k_htt_tx_clean_up_pending, htt->ar); in ath10k_htt_tx_free() 125 idr_destroy(&htt->pending_tx); in ath10k_htt_tx_free()
|
D | txrx.c | 67 msdu = idr_find(&htt->pending_tx, tx_done->msdu_id); in ath10k_txrx_tx_unref()
|
D | htt.h | 1335 struct idr pending_tx; member
|
/linux-4.1.27/drivers/bluetooth/ |
D | bfusb.c | 81 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-4.1.27/drivers/dma/ |
D | ste_dma40.c | 459 int pending_tx; member 1171 d40c->pending_tx = 0; in d40_term_all() 1588 d40c->pending_tx++; in dma_tc_handle() 1620 if (d40c->pending_tx == 0) { in dma_tasklet() 1642 d40c->pending_tx--; in dma_tasklet() 1644 if (d40c->pending_tx) in dma_tasklet() 1656 if (d40c->pending_tx > 0) in dma_tasklet() 1657 d40c->pending_tx--; in dma_tasklet()
|