Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dmac.c4297 struct ieee80211_txq *f_txq; in ath10k_mac_op_wake_tx_queue() local
4307 f_txq = container_of((void *)f_artxq, struct ieee80211_txq, drv_priv); in ath10k_mac_op_wake_tx_queue()
4310 while (ath10k_mac_tx_can_push(hw, f_txq) && max--) { in ath10k_mac_op_wake_tx_queue()
4311 ret = ath10k_mac_tx_push_txq(hw, f_txq); in ath10k_mac_op_wake_tx_queue()
4319 ath10k_htt_tx_txq_update(hw, f_txq); in ath10k_mac_op_wake_tx_queue()