Home
last modified time | relevance | path

Searched refs:txctl (Results 1 – 17 of 17) sorted by relevance

/drivers/net/wireless/ath/ath9k/
A Dtx99.c112 struct ath_tx_control txctl; in ath9k_tx99_init() local
125 memset(&txctl, 0, sizeof(txctl)); in ath9k_tx99_init()
126 txctl.txq = sc->tx.txq_map[IEEE80211_AC_VO]; in ath9k_tx99_init()
144 r = ath9k_tx99_send(sc, sc->tx99_skb, &txctl); in ath9k_tx99_init()
A Dlink.c207 struct ath_tx_control txctl; in ath_paprd_send_frame() local
210 memset(&txctl, 0, sizeof(txctl)); in ath_paprd_send_frame()
211 txctl.txq = sc->tx.txq_map[IEEE80211_AC_BE]; in ath_paprd_send_frame()
222 txctl.paprd = BIT(chain); in ath_paprd_send_frame()
224 if (ath_tx_start(hw, skb, &txctl) != 0) { in ath_paprd_send_frame()
A Dxmit.c76 struct ath_tx_control *txctl);
238 struct ath_tx_control txctl = { in ath_tid_pull() local
2288 struct ath_tx_control *txctl) in ath_tx_prepare() argument
2326 struct ath_tx_control *txctl) in ath_tx_start() argument
2333 struct ath_txq *txq = txctl->txq; in ath_tx_start()
2356 if (txctl->sta) { in ath_tx_start()
2370 if (txctl->paprd) in ath_tx_start()
2379 if (txctl->paprd) in ath_tx_start()
2395 struct ath_tx_control txctl = { in ath_tx_cabq() local
2446 ath_txq_lock(sc, txctl.txq); in ath_tx_cabq()
[all …]
A Dar9002_phy.c80 u32 txctl; in ar9002_hw_set_channel() local
98 txctl = REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar9002_hw_set_channel()
102 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar9002_hw_set_channel()
105 txctl & ~AR_PHY_CCK_TX_CTRL_JAPAN); in ar9002_hw_set_channel()
A Dchannel.c989 struct ath_tx_control txctl = {}; in ath_scan_send_probe() local
1011 txctl.txq = sc->tx.txq_map[IEEE80211_AC_VO]; in ath_scan_send_probe()
1012 if (ath_tx_start(sc->hw, skb, &txctl)) in ath_scan_send_probe()
1102 struct ath_tx_control txctl; in ath_chanctx_send_vif_ps_frame() local
1131 memset(&txctl, 0, sizeof(txctl)); in ath_chanctx_send_vif_ps_frame()
1132 txctl.txq = sc->tx.txq_map[IEEE80211_AC_VO]; in ath_chanctx_send_vif_ps_frame()
1133 txctl.sta = sta; in ath_chanctx_send_vif_ps_frame()
1134 if (ath_tx_start(sc->hw, skb, &txctl)) { in ath_chanctx_send_vif_ps_frame()
A Dar5008_phy.c217 u32 txctl; in ar5008_hw_set_channel() local
233 txctl = REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar5008_hw_set_channel()
237 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar5008_hw_set_channel()
240 txctl & ~AR_PHY_CCK_TX_CTRL_JAPAN); in ar5008_hw_set_channel()
A Dath9k.h599 struct ath_tx_control *txctl);
1090 struct ath_tx_control *txctl);
1097 struct ath_tx_control *txctl) in ath9k_tx99_send() argument
A Dmain.c759 struct ath_tx_control txctl; in ath9k_tx() local
813 memset(&txctl, 0, sizeof(struct ath_tx_control)); in ath9k_tx()
814 txctl.txq = sc->tx.txq_map[skb_get_queue_mapping(skb)]; in ath9k_tx()
815 txctl.sta = control->sta; in ath9k_tx()
819 if (ath_tx_start(hw, skb, &txctl) != 0) { in ath9k_tx()
821 TX_STAT_INC(sc, txctl.txq->axq_qnum, txfailed); in ath9k_tx()
/drivers/net/ethernet/sfc/falcon/
A Dtxc43128_phy.c379 int txctl = ef4_mdio_read(efx, mmd, TXC_ALRGS_ATXCTL); in txc_analog_lane_power() local
383 txctl &= ~txpd; in txc_analog_lane_power()
386 txctl |= txpd; in txc_analog_lane_power()
390 ef4_mdio_write(efx, mmd, TXC_ALRGS_ATXCTL, txctl); in txc_analog_lane_power()
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dbus.h99 int (*txctl)(struct device *dev, unsigned char *msg, uint len); member
212 return bus->ops->txctl(bus->dev, msg, len); in brcmf_bus_txctl()
A Dusb.c1169 .txctl = brcmf_usb_tx_ctlpkt,
A Dpcie.c1584 .txctl = brcmf_pcie_tx_ctlpkt,
A Dsdio.c4192 .txctl = brcmf_sdio_bus_txctl,
/drivers/net/wireless/broadcom/b43legacy/
A Dpio.c274 u16 txctl; in tx_tasklet() local
279 txctl = b43legacy_pio_read(queue, B43legacy_PIO_TXCTL); in tx_tasklet()
280 if (txctl & B43legacy_PIO_TXCTL_SUSPEND) in tx_tasklet()
/drivers/net/wireless/broadcom/b43/
A Dxmit.h209 struct ieee80211_tx_info *txctl, u16 cookie);
/drivers/net/ethernet/toshiba/
A Dtc35815.c2065 unsigned long txctl = TX_CTL_CMD; in tc35815_chip_init() local
2098 txctl &= ~Tx_EnLCarr; in tc35815_chip_init()
2101 txctl &= ~Tx_EnLCarr; in tc35815_chip_init()
2102 tc_writel(txctl, &tr->Tx_Ctl); in tc35815_chip_init()
/drivers/net/wireless/ath/ath5k/
A Ddesc.c320 txctl##_c |= AR5K_4W_TX_DESC_CTL##_c##_##_flag; \ in ath5k_hw_setup_4word_tx_desc()

Completed in 61 milliseconds