/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | tx99.c | 114 struct ath_tx_control txctl; in ath9k_tx99_init() local 127 memset(&txctl, 0, sizeof(txctl)); in ath9k_tx99_init() 128 txctl.txq = sc->tx.txq_map[IEEE80211_AC_VO]; in ath9k_tx99_init() 147 r = ath9k_tx99_send(sc, sc->tx99_skb, &txctl); in ath9k_tx99_init()
|
D | xmit.c | 2222 struct ath_tx_control *txctl) in ath_tx_prepare() argument 2226 struct ieee80211_sta *sta = txctl->sta; in ath_tx_prepare() 2235 txctl->an = (struct ath_node *)sta->drv_priv; in ath_tx_prepare() 2238 txctl->an = &avp->mcast_node; in ath_tx_prepare() 2269 struct ath_tx_control *txctl) in ath_tx_start() argument 2273 struct ieee80211_sta *sta = txctl->sta; in ath_tx_start() 2278 struct ath_txq *txq = txctl->txq; in ath_tx_start() 2288 txctl->force_channel = true; in ath_tx_start() 2292 ret = ath_tx_prepare(hw, skb, txctl); in ath_tx_start() 2324 sc->cur_chan->stopped) && !txctl->force_channel) { in ath_tx_start() [all …]
|
D | link.c | 174 struct ath_tx_control txctl; in ath_paprd_send_frame() local 177 memset(&txctl, 0, sizeof(txctl)); in ath_paprd_send_frame() 178 txctl.txq = sc->tx.txq_map[IEEE80211_AC_BE]; in ath_paprd_send_frame() 189 txctl.paprd = BIT(chain); in ath_paprd_send_frame() 191 if (ath_tx_start(hw, skb, &txctl) != 0) { in ath_paprd_send_frame()
|
D | ar9002_phy.c | 80 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()
|
D | channel.c | 970 struct ath_tx_control txctl = {}; in ath_scan_send_probe() local 992 txctl.txq = sc->tx.txq_map[IEEE80211_AC_VO]; in ath_scan_send_probe() 993 txctl.force_channel = true; in ath_scan_send_probe() 994 if (ath_tx_start(sc->hw, skb, &txctl)) in ath_scan_send_probe() 1084 struct ath_tx_control txctl; in ath_chanctx_send_vif_ps_frame() local 1112 memset(&txctl, 0, sizeof(txctl)); in ath_chanctx_send_vif_ps_frame() 1113 txctl.txq = sc->tx.txq_map[IEEE80211_AC_VO]; in ath_chanctx_send_vif_ps_frame() 1114 txctl.sta = sta; in ath_chanctx_send_vif_ps_frame() 1115 txctl.force_channel = true; in ath_chanctx_send_vif_ps_frame() 1116 if (ath_tx_start(sc->hw, skb, &txctl)) { in ath_chanctx_send_vif_ps_frame()
|
D | ath9k.h | 569 struct ath_tx_control *txctl); 1052 struct ath_tx_control *txctl); 1059 struct ath_tx_control *txctl) in ath9k_tx99_send() argument
|
D | ar5008_phy.c | 199 u32 txctl; in ar5008_hw_set_channel() local 215 txctl = REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar5008_hw_set_channel() 219 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar5008_hw_set_channel() 222 txctl & ~AR_PHY_CCK_TX_CTRL_JAPAN); in ar5008_hw_set_channel()
|
D | main.c | 751 struct ath_tx_control txctl; in ath9k_tx() local 805 memset(&txctl, 0, sizeof(struct ath_tx_control)); in ath9k_tx() 806 txctl.txq = sc->tx.txq_map[skb_get_queue_mapping(skb)]; in ath9k_tx() 807 txctl.sta = control->sta; in ath9k_tx() 811 if (ath_tx_start(hw, skb, &txctl) != 0) { in ath9k_tx() 813 TX_STAT_INC(txctl.txq->axq_qnum, txfailed); in ath9k_tx()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | txc43128_phy.c | 382 int txctl = efx_mdio_read(efx, mmd, TXC_ALRGS_ATXCTL); in txc_analog_lane_power() local 386 txctl &= ~txpd; in txc_analog_lane_power() 389 txctl |= txpd; in txc_analog_lane_power() 393 efx_mdio_write(efx, mmd, TXC_ALRGS_ATXCTL, txctl); in txc_analog_lane_power()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | bus.h | 80 int (*txctl)(struct device *dev, unsigned char *msg, uint len); member 167 return bus->ops->txctl(bus->dev, msg, len); in brcmf_bus_txctl()
|
D | usb.c | 1169 .txctl = brcmf_usb_tx_ctlpkt,
|
D | pcie.c | 1425 .txctl = brcmf_pcie_tx_ctlpkt,
|
D | sdio.c | 4032 .txctl = brcmf_sdio_bus_txctl,
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,armada-375-pinctrl.txt | 44 mpp28 28 gpio, led(p3), ge1(txctl), sd(clk) 73 mpp57 57 gpio, ge0(txctl), ge1(txctl), dev(we0)
|
D | marvell,armada-xp-pinctrl.txt | 26 mpp5 5 gpio, ge0(txctl), lcd(d5) 38 mpp17 17 gpio, ge0(col), ge1(txctl), spi1(miso), lcd(d17)
|
D | marvell,armada-370-pinctrl.txt | 26 mpp10 10 gpio, ge0(txctl), uart0(cts), tdm(fsync), audio(sdi) 45 mpp24 24 gpio, ge0(col), ge1(txctl), spi1(cs0)
|
D | marvell,armada-38x-pinctrl.txt | 29 mpp11 11 gpio, ge0(txctl), dev(ad13) 50 mpp32 32 gpio, ge1(txctl), dev(we0)
|
D | marvell,armada-39x-pinctrl.txt | 51 mpp32 32 gpio, dev(we0), ge(txctl)
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | cthw20k2.c | 819 unsigned int txctl[8]; member 984 set_field(&ctl->txctl[idx], ATXCTL_EN, 1); in daio_mgr_enb_dao() 993 set_field(&ctl->txctl[idx], ATXCTL_EN, 0); in daio_mgr_dsb_dao() 1006 set_field(&ctl->txctl[idx], ATXCTL_NUC, 0); in daio_mgr_dao_init() 1009 set_field(&ctl->txctl[idx], ATXCTL_NUC, 1); in daio_mgr_dao_init() 1012 set_field(&ctl->txctl[idx], ATXCTL_NUC, 2); in daio_mgr_dao_init() 1015 set_field(&ctl->txctl[idx], ATXCTL_NUC, 3); in daio_mgr_dao_init() 1021 set_field(&ctl->txctl[idx], ATXCTL_CD, (!(conf & 0x7))); in daio_mgr_dao_init() 1023 set_field(&ctl->txctl[idx], ATXCTL_LIV, (conf >> 4) & 0x1); in daio_mgr_dao_init() 1025 set_field(&ctl->txctl[idx], ATXCTL_RIV, (conf >> 4) & 0x1); in daio_mgr_dao_init() [all …]
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | pio.c | 287 u16 txctl; in tx_tasklet() local 292 txctl = b43legacy_pio_read(queue, B43legacy_PIO_TXCTL); in tx_tasklet() 293 if (txctl & B43legacy_PIO_TXCTL_SUSPEND) in tx_tasklet()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | xmit.h | 208 struct ieee80211_tx_info *txctl, u16 cookie);
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | tc35815.c | 2112 unsigned long txctl = TX_CTL_CMD; in tc35815_chip_init() local 2145 txctl &= ~Tx_EnLCarr; in tc35815_chip_init() 2148 txctl &= ~Tx_EnLCarr; in tc35815_chip_init() 2149 tc_writel(txctl, &tr->Tx_Ctl); in tc35815_chip_init()
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | desc.c | 320 txctl##_c |= AR5K_4W_TX_DESC_CTL##_c##_##_flag; \ in ath5k_hw_setup_4word_tx_desc()
|