Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dmac.c4298 struct ath10k_txq *f_artxq; in ath10k_mac_op_wake_tx_queue() local
4306 f_artxq = list_first_entry(&ar->txqs, struct ath10k_txq, list); in ath10k_mac_op_wake_tx_queue()
4307 f_txq = container_of((void *)f_artxq, struct ieee80211_txq, drv_priv); in ath10k_mac_op_wake_tx_queue()
4308 list_del_init(&f_artxq->list); in ath10k_mac_op_wake_tx_queue()
4316 list_add_tail(&f_artxq->list, &ar->txqs); in ath10k_mac_op_wake_tx_queue()