Home
last modified time | relevance | path

Searched refs:ath_txq (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c175 struct ath_txq *txq = &sc->sc_txq[tid->ac->qnum]; in arn_tx_pause_tid()
290 struct ath_txq *txq, in arn_tid_drain()
930 struct ath_txq *
935 struct ath_txq *txq = NULL; in arn_test_get_txq()
1085 struct ath_txq *txq, in arn_tx_send_ht_normal()
1109 struct ath_txq *txq, in arn_tx_txqaddbuf()
1541 struct ath_txq *
1591 struct ath_txq *txq = &sc->sc_txq[qnum]; in arn_txq_setup()
1634 struct ath_txq *txq; in arn_tx_setup()
1864 struct ath_txq *txq; in arn_tx_start()
[all …]
H A Darn_core.h460 struct ath_txq { struct
525 struct ath_txq *txq;
556 struct ath_txq *arn_txq_setup(struct arn_softc *sc, int qtype, int subtype);
557 void arn_tx_cleanupq(struct arn_softc *sc, struct ath_txq *txq);
560 void arn_tx_draintxq(struct arn_softc *sc, struct ath_txq *txq);
561 void arn_txq_schedule(struct arn_softc *sc, struct ath_txq *txq);
931 struct ath_txq sc_txq[ATH9K_NUM_TX_QUEUES];
938 struct ath_txq *sc_cabq;
H A Darn_main.c1683 struct ath_txq *txq; in arn_node_free()
2653 struct ath_txq *txq; in arn_tx_queue_update()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h246 struct ath_txq { struct
300 struct ath_txq asc_txq[HAL_NUM_TX_QUEUES]; /* tx queues */
301 struct ath_txq *asc_ac2q[5]; /* WME AC -> h/w qnum */
H A Dath_aux.c137 struct ath_txq *txq; in ath_set_data_queue()
209 struct ath_txq *txq = &asc->asc_txq[i]; in ath_txq_cleanup()
367 ath_drainq(ath_t *asc, struct ath_txq *txq) in ath_drainq()
399 struct ath_txq *txq; in ath_draintxq()
H A Dath_main.c679 struct ath_txq *txq; in ath_tx_start()
1096 ath_tx_processq(ath_t *asc, struct ath_txq *txq) in ath_tx_processq()
1222 struct ath_txq *txq; in ath_node_free()
2344 struct ath_txq *txq = &asc->asc_txq[i]; in ath_attach()