Searched refs:bhalq (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/wireless/ath/ath5k/ |
D | base.c | 1047 ret = ath5k_hw_get_tx_queueprops(ah, ah->bhalq, &qi); in ath5k_beaconq_config() 1073 ret = ath5k_hw_set_tx_queueprops(ah, ah->bhalq, &qi); in ath5k_beaconq_config() 1079 ret = ath5k_hw_reset_tx_queue(ah, ah->bhalq); /* push to h/w */ in ath5k_beaconq_config() 1945 if (unlikely(ath5k_hw_num_tx_pending(ah, ah->bhalq) != 0)) { in ath5k_beacon_send() 1990 if (unlikely(ath5k_hw_stop_beacon_queue(ah, ah->bhalq))) { in ath5k_beacon_send() 1991 ATH5K_WARN(ah, "beacon queue %u didn't start/stop ?\n", ah->bhalq); in ath5k_beacon_send() 2009 trace_ath5k_tx(ah, bf->skb, &ah->txqs[ah->bhalq]); in ath5k_beacon_send() 2011 ath5k_hw_set_txdp(ah, ah->bhalq, bf->daddr); in ath5k_beacon_send() 2012 ath5k_hw_start_tx_dma(ah, ah->bhalq); in ath5k_beacon_send() 2014 ah->bhalq, (unsigned long long)bf->daddr, bf->desc); in ath5k_beacon_send() [all …]
|
D | ath5k.h | 1331 unsigned int bhalq, /* SW q for outgoing beacons */ member
|