Searched refs:ath_txq (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/io/arn/ |
H A D | arn_xmit.c | 97 static void arn_tx_send_ht_normal(struct arn_softc *sc, struct ath_txq *txq, 101 static void arn_tx_txqaddbuf(struct arn_softc *sc, struct ath_txq *txq, 148 arn_tx_queue_tid(struct ath_txq *txq, struct ath_atx_tid *tid) in arn_tx_queue_tid() 175 struct ath_txq *txq = &sc->sc_txq[tid->ac->qnum]; in arn_tx_pause_tid() 188 struct ath_txq *txq = &sc->sc_txq[tid->ac->qnum]; in arn_tx_resume_tid() 214 struct ath_txq *txq = &sc->sc_txq[tid->ac->qnum]; in arn_tx_flush_tid() 290 struct ath_txq *txq, in arn_tid_drain() 355 arn_tx_complete_aggr(struct arn_softc *sc, struct ath_txq *txq, in arn_tx_complete_aggr() 722 arn_tx_sched_aggr(struct arn_softc *sc, struct ath_txq *txq, in arn_tx_sched_aggr() 797 struct ath_txq *txq = &sc->sc_txq[txtid->ac->qnum]; in arn_tx_aggr_stop() [all …]
|
H A D | arn_core.h | 460 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 D | arn_main.c | 1730 struct ath_txq *txq; in arn_node_free() 2703 struct ath_txq *txq; in arn_tx_queue_update()
|
/titanic_50/usr/src/uts/common/io/ath/ |
H A D | ath_impl.h | 246 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 D | ath_aux.c | 137 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 D | ath_main.c | 679 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()
|