Searched refs:txctl (Results 1 - 12 of 12) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dtxc43128_phy.c382 int txctl = efx_mdio_read(efx, mmd, TXC_ALRGS_ATXCTL); local
386 txctl &= ~txpd;
389 txctl |= txpd;
393 efx_mdio_write(efx, mmd, TXC_ALRGS_ATXCTL, txctl);
/drivers/net/wireless/ath/ath9k/
H A Dar9002_phy.c80 u32 txctl; local
98 txctl = REG_READ(ah, AR_PHY_CCK_TX_CTRL);
102 txctl | AR_PHY_CCK_TX_CTRL_JAPAN);
105 txctl & ~AR_PHY_CCK_TX_CTRL_JAPAN);
H A Dxmit.c1693 struct sk_buff *skb, struct ath_tx_control *txctl)
1708 txctl->txq->axq_ampdu_depth >= ATH_AGGR_MIN_QDEPTH) {
1713 TX_STAT_INC(txctl->txq->axq_qnum, a_queued_sw);
1715 if (!txctl->an || !txctl->an->sleeping)
1716 ath_tx_queue_tid(txctl->txq, tid);
1720 bf = ath_tx_setup_buffer(sc, txctl->txq, tid, skb, false);
1732 TX_STAT_INC(txctl->txq->axq_qnum, a_queued_hw);
1734 ath_tx_fill_desc(sc, bf, txctl->txq, fi->framelen);
1735 ath_tx_txqaddbuf(sc, txctl
1692 ath_tx_send_ampdu(struct ath_softc *sc, struct ath_atx_tid *tid, struct sk_buff *skb, struct ath_tx_control *txctl) argument
1880 ath_tx_start_dma(struct ath_softc *sc, struct sk_buff *skb, struct ath_tx_control *txctl) argument
1919 ath_tx_start(struct ieee80211_hw *hw, struct sk_buff *skb, struct ath_tx_control *txctl) argument
[all...]
H A Dbeacon.c115 struct ath_tx_control txctl; local
117 memset(&txctl, 0, sizeof(struct ath_tx_control));
118 txctl.txq = sc->beacon.cabq;
122 if (ath_tx_start(hw, skb, &txctl) != 0) {
H A Dmain.c403 struct ath_tx_control txctl; local
406 memset(&txctl, 0, sizeof(txctl));
407 txctl.txq = sc->tx.txq_map[WME_AC_BE];
418 txctl.paprd = BIT(chain);
420 if (ath_tx_start(hw, skb, &txctl) != 0) {
1089 struct ath_tx_control txctl; local
1138 memset(&txctl, 0, sizeof(struct ath_tx_control));
1139 txctl.txq = sc->tx.txq_map[skb_get_queue_mapping(skb)];
1143 if (ath_tx_start(hw, skb, &txctl) !
[all...]
H A Dar5008_phy.c194 u32 txctl; local
210 txctl = REG_READ(ah, AR_PHY_CCK_TX_CTRL);
214 txctl | AR_PHY_CCK_TX_CTRL_JAPAN);
217 txctl & ~AR_PHY_CCK_TX_CTRL_JAPAN);
H A Dath9k.h340 struct ath_tx_control *txctl);
/drivers/net/wireless/b43legacy/
H A Dpio.c287 u16 txctl; local
292 txctl = b43legacy_pio_read(queue, B43legacy_PIO_TXCTL);
293 if (txctl & B43legacy_PIO_TXCTL_SUSPEND)
/drivers/net/wireless/b43/
H A Dxmit.h204 struct ieee80211_tx_info *txctl, u16 cookie);
/drivers/net/wireless/ath/ath5k/
H A Ddesc.c318 txctl##_c |= AR5K_4W_TX_DESC_CTL##_c##_##_flag; \
/drivers/net/ethernet/toshiba/
H A Dtc35815.c2119 unsigned long txctl = TX_CTL_CMD; local
2152 txctl &= ~Tx_EnLCarr;
2155 txctl &= ~Tx_EnLCarr;
2156 tc_writel(txctl, &tr->Tx_Ctl);
/drivers/net/wireless/bcmdhd/include/
H A Dwlioctl.h2834 uint32 txctl; /* tx management frames */
3076 uint32 txctl; /* tx management frames */

Completed in 240 milliseconds