pending_tx         66 drivers/bluetooth/bfusb.c 	atomic_t		pending_tx;
pending_tx        141 drivers/bluetooth/bfusb.c 		atomic_inc(&data->pending_tx);
pending_tx        160 drivers/bluetooth/bfusb.c 		while ((atomic_read(&data->pending_tx) < BFUSB_MAX_BULK_TX) &&
pending_tx        180 drivers/bluetooth/bfusb.c 	atomic_dec(&data->pending_tx);
pending_tx        460 drivers/dma/ste_dma40.c 	int				 pending_tx;
pending_tx       1152 drivers/dma/ste_dma40.c 	d40c->pending_tx = 0;
pending_tx       1569 drivers/dma/ste_dma40.c 	d40c->pending_tx++;
pending_tx       1600 drivers/dma/ste_dma40.c 	if (d40c->pending_tx == 0) {
pending_tx       1621 drivers/dma/ste_dma40.c 	d40c->pending_tx--;
pending_tx       1623 drivers/dma/ste_dma40.c 	if (d40c->pending_tx)
pending_tx       1634 drivers/dma/ste_dma40.c 	if (d40c->pending_tx > 0)
pending_tx       1635 drivers/dma/ste_dma40.c 		d40c->pending_tx--;
pending_tx       1968 drivers/net/wireless/ath/ath10k/htt.h 	struct idr pending_tx;
pending_tx        201 drivers/net/wireless/ath/ath10k/htt_tx.c 	ret = idr_alloc(&htt->pending_tx, skb, 0,
pending_tx        218 drivers/net/wireless/ath/ath10k/htt_tx.c 	idr_remove(&htt->pending_tx, msdu_id);
pending_tx        482 drivers/net/wireless/ath/ath10k/htt_tx.c 	idr_init(&htt->pending_tx);
pending_tx        499 drivers/net/wireless/ath/ath10k/htt_tx.c 	idr_destroy(&htt->pending_tx);
pending_tx        534 drivers/net/wireless/ath/ath10k/htt_tx.c 	idr_for_each(&htt->pending_tx, ath10k_htt_tx_clean_up_pending, htt->ar);
pending_tx        535 drivers/net/wireless/ath/ath10k/htt_tx.c 	idr_destroy(&htt->pending_tx);
pending_tx       3950 drivers/net/wireless/ath/ath10k/mac.c 	idr_for_each_entry(&ar->htt.pending_tx, msdu, msdu_id) {
pending_tx         65 drivers/net/wireless/ath/ath10k/txrx.c 	msdu = idr_find(&htt->pending_tx, tx_done->msdu_id);
pending_tx        351 drivers/net/wireless/st/cw1200/bh.c 			       int *pending_tx,
pending_tx        362 drivers/net/wireless/st/cw1200/bh.c 			*pending_tx = 1;
pending_tx        367 drivers/net/wireless/st/cw1200/bh.c 			*pending_tx = 1;
pending_tx        426 drivers/net/wireless/st/cw1200/bh.c 	int pending_tx = 0;
pending_tx        460 drivers/net/wireless/st/cw1200/bh.c 				suspend = pending_tx ?
pending_tx        545 drivers/net/wireless/st/cw1200/bh.c 		tx += pending_tx;
pending_tx        546 drivers/net/wireless/st/cw1200/bh.c 		pending_tx = 0;
pending_tx        576 drivers/net/wireless/st/cw1200/bh.c 				pending_tx = tx;
pending_tx        579 drivers/net/wireless/st/cw1200/bh.c 			ret = cw1200_bh_tx_helper(priv, &pending_tx, &tx_burst);