Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dtxrx.c52 struct ath10k_txq *artxq; in ath10k_txrx_tx_unref() local
79 artxq = (void *)txq->drv_priv; in ath10k_txrx_tx_unref()
80 artxq->num_fw_queued--; in ath10k_txrx_tx_unref()
H A Dmac.c4261 struct ath10k_txq *artxq; in ath10k_mac_txq_init() local
4266 artxq = (void *)txq->drv_priv; in ath10k_mac_txq_init()
4267 INIT_LIST_HEAD(&artxq->list); in ath10k_mac_txq_init()
4315 struct ath10k_txq *artxq = (void *)txq->drv_priv; in ath10k_mac_tx_can_push() local
4324 if (artxq->num_fw_queued < artxq->num_push_allowed) in ath10k_mac_tx_can_push()
4381 struct ath10k_txq *artxq = (void *)txq->drv_priv; in ath10k_mac_tx_push_txq() local
4446 artxq->num_fw_queued++; in ath10k_mac_tx_push_txq()
H A Dhtt_rx.c3539 struct ath10k_txq *artxq; in ath10k_htt_rx_tx_mode_switch_ind() local
3625 artxq = (void *)txq->drv_priv; in ath10k_htt_rx_tx_mode_switch_ind()
3626 artxq->num_push_allowed = le16_to_cpu(record->num_max_msdus); in ath10k_htt_rx_tx_mode_switch_ind()