Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbfusb.c66 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 Dtxrx.c67 msdu = idr_find(&htt->pending_tx, tx_done->msdu_id); in ath10k_txrx_tx_unref()
H A Dmac.c4303 idr_for_each_entry(&ar->htt.pending_tx, msdu, msdu_id) { in ath10k_mac_txq_unref()