Searched refs:cabq (Results 1 – 9 of 9) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | beacon.c | 119 struct ath_txq *cabq = sc->beacon.cabq; in ath9k_beacon_generate() local 173 spin_lock_bh(&cabq->axq_lock); in ath9k_beacon_generate() 174 cabq_depth = cabq->axq_depth; in ath9k_beacon_generate() 175 spin_unlock_bh(&cabq->axq_lock); in ath9k_beacon_generate() 181 ath_draintxq(sc, cabq); in ath9k_beacon_generate()
|
D | htc_drv_init.c | 414 priv->cabq = ath9k_htc_cabq_setup(priv); in ath9k_init_queues() 415 if (priv->cabq == -1) { in ath9k_init_queues()
|
D | htc.h | 512 int cabq; member
|
D | ath9k.h | 674 struct ath_txq *cabq; member
|
D | init.c | 321 sc->beacon.cabq = ath_txq_setup(sc, ATH9K_TX_QUEUE_CAB, 0); in ath9k_init_queues()
|
D | xmit.c | 1716 int qnum = sc->beacon.cabq->axq_qnum; in ath_cabq_update() 2330 .txq = sc->beacon.cabq in ath_tx_cabq()
|
D | debug.c | 737 len += print_queue(sc, sc->beacon.cabq, buf + len, size - len); in read_file_queues()
|
/drivers/net/wireless/ath/ath5k/ |
D | base.c | 2002 ath5k_tx_queue(ah->hw, skb, ah->cabq, NULL); in ath5k_beacon_send() 2004 if (ah->cabq->txq_len >= ah->cabq->txq_max) in ath5k_beacon_send() 2987 ah->cabq = ath5k_txq_setup(ah, AR5K_TX_QUEUE_CAB, 0); in ath5k_init() 2988 if (IS_ERR(ah->cabq)) { in ath5k_init() 2990 ret = PTR_ERR(ah->cabq); in ath5k_init()
|
D | ath5k.h | 1334 struct ath5k_txq *cabq; /* content after beacon */ member
|