Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.c2063 ath5k_tx_queue(ah->hw, skb, ah->cabq, NULL); in ath5k_beacon_send()
2065 if (ah->cabq->txq_len >= ah->cabq->txq_max) in ath5k_beacon_send()
3069 ah->cabq = ath5k_txq_setup(ah, AR5K_TX_QUEUE_CAB, 0); in ath5k_init()
3070 if (IS_ERR(ah->cabq)) { in ath5k_init()
3072 ret = PTR_ERR(ah->cabq); in ath5k_init()
H A Dath5k.h1336 struct ath5k_txq *cabq; /* content after beacon */ member
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c558 priv->cabq = ath9k_htc_cabq_setup(priv); in ath9k_init_queues()
559 if (priv->cabq == -1) { in ath9k_init_queues()
H A Dhtc.h527 int cabq; member
H A Dath9k.h710 struct ath_txq *cabq; member
H A Dinit.c410 sc->beacon.cabq = ath_txq_setup(sc, ATH9K_TX_QUEUE_CAB, 0); in ath9k_init_queues()
H A Dxmit.c1861 int qnum = sc->beacon.cabq->axq_qnum; in ath_cabq_update()
2396 .txq = sc->beacon.cabq in ath_tx_cabq()