Lines Matching refs:cabq
120 struct ath_txq *cabq = sc->beacon.cabq;
172 * beacons, then drain the cabq by dropping all the frames in
173 * the cabq so that the current vifs cab traffic can be scheduled.
175 spin_lock_bh(&cabq->axq_lock);
176 cabq_depth = cabq->axq_depth;
177 spin_unlock_bh(&cabq->axq_lock);
182 "Flushing previous cabq traffic\n");
183 ath_draintxq(sc, cabq);
502 /* NB: cabq traffic should already be queued and primed */