Searched defs:txq (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dbase.h124 struct ath5k_txq txq; /* tx queue */ member in struct:ath5k_softc
H A Dath5k.c239 struct ath5k_txq *txq);
247 struct ath5k_txq *txq);
858 struct ath5k_txq *txq = &sc->txq; local
892 list_add_tail(&bf->list, &txq->q);
893 if (txq->link == NULL) /* is this first packet? */
894 ath5k_hw_set_txdp(ah, txq->qnum, bf->daddr);
896 *txq->link = bf->daddr;
898 txq->link = &ds->ds_link;
899 ath5k_hw_start_tx_dma(ah, txq
993 struct ath5k_txq *txq; local
1033 ath5k_txq_drainq(struct ath5k_softc *sc, struct ath5k_txq *txq) argument
1267 ath5k_tx_processq(struct ath5k_softc *sc, struct ath5k_txq *txq) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c42 static void ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq,
46 struct ath_txq *txq, struct list_head *bf_q,
48 static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq,
63 static void ath_tx_queue_tid(struct ath_txq *txq, struct ath_atx_tid *tid) argument
80 list_add_tail(&ac->list, &txq->axq_acq);
148 if ((unsigned int)axq_qnum >= ARRAY_SIZE(sc->tx.txq)) {
150 axq_qnum, ARRAY_SIZE(sc->tx.txq));
155 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; local
157 txq
181 ath_draintxq(struct ath_softc *sc, struct ath_txq *txq, int retry_tx __unused) argument
219 struct ath_txq *txq; local
255 ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq) argument
264 ath_txq_schedule(struct ath_softc *sc __unused, struct ath_txq *txq) argument
323 ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq, struct list_head *head) argument
363 ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_head) argument
498 ath_tx_setup_buffer(struct net80211_device *dev, struct ath_txq *txq, struct io_buffer *iob) argument
573 struct ath_txq *txq = txctl->txq; local
601 ath_tx_complete(struct ath_softc *sc, struct io_buffer *iob, int tx_flags __unused, struct ath_tx_status *ts, struct ath_txq *txq) argument
623 ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, struct ath_txq *txq, struct list_head *bf_q, struct ath_tx_status *ts, int txok, int sendbar) argument
656 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq) argument
743 struct ath_txq *txq; local
[all...]
H A Dath9k.h196 struct ath_txq *txq; member in struct:ath_atx_ac
264 struct ath_txq *txq; member in struct:ath_tx_control
283 struct ath_txq txq[ATH9K_NUM_TX_QUEUES]; member in struct:ath_tx
315 void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq);
318 struct ath_txq *txq, int retry_tx);
319 void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq);
H A Dhw.h694 struct ath9k_tx_queue_info txq[ATH9K_NUM_TX_QUEUES]; member in struct:ath_hw

Completed in 77 milliseconds