Searched defs:txctl (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_phy.c85 u32 txctl; local
103 txctl = REG_READ(ah, AR_PHY_CCK_TX_CTRL);
107 txctl | AR_PHY_CCK_TX_CTRL_JAPAN);
110 txctl & ~AR_PHY_CCK_TX_CTRL_JAPAN);
H A Dath9k_main.c645 struct ath_tx_control txctl; local
648 memset(&txctl, 0, sizeof(struct ath_tx_control));
649 txctl.txq = sc->tx.txq_map[0];
653 ret = ath_tx_start(dev, iob, &txctl);
H A Dath9k_xmit.c550 struct ath_tx_control *txctl)
558 bf->bf_state.bfs_paprd = txctl->paprd;
560 if (txctl->paprd)
565 ath_tx_send_normal(sc, txctl->txq, tid, &bf_head);
570 struct ath_tx_control *txctl)
573 struct ath_txq *txq = txctl->txq;
582 bf = ath_tx_setup_buffer(dev, txctl->txq, iob);
592 ath_tx_start_dma(sc, bf, txctl);
549 ath_tx_start_dma(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_control *txctl) argument
569 ath_tx_start(struct net80211_device *dev, struct io_buffer *iob, struct ath_tx_control *txctl) argument
H A Dath9k_ar5008_phy.c196 u32 txctl; local
212 txctl = REG_READ(ah, AR_PHY_CCK_TX_CTRL);
216 txctl | AR_PHY_CCK_TX_CTRL_JAPAN);
219 txctl & ~AR_PHY_CCK_TX_CTRL_JAPAN);

Completed in 187 milliseconds