Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H 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()
H A Dlink.c178 struct ath_tx_control txctl; in ath_paprd_send_frame() local
181 memset(&txctl, 0, sizeof(txctl)); in ath_paprd_send_frame()
182 txctl.txq = sc->tx.txq_map[IEEE80211_AC_BE]; in ath_paprd_send_frame()
193 txctl.paprd = BIT(chain); in ath_paprd_send_frame()
195 if (ath_tx_start(hw, skb, &txctl) != 0) { in ath_paprd_send_frame()
H A Dxmit.c71 struct ath_tx_control *txctl);
192 struct ath_tx_control txctl = { in ath_tid_pull() local
204 ret = ath_tx_prepare(hw, skb, &txctl); in ath_tid_pull()
2228 struct ath_tx_control *txctl) in ath_tx_prepare()
2232 struct ieee80211_sta *sta = txctl->sta; in ath_tx_prepare()
2241 txctl->an = (struct ath_node *)sta->drv_priv; in ath_tx_prepare()
2244 txctl->an = &avp->mcast_node; in ath_tx_prepare()
2275 struct ath_tx_control *txctl) in ath_tx_start()
2278 struct ieee80211_sta *sta = txctl->sta; in ath_tx_start()
2282 struct ath_txq *txq = txctl in ath_tx_start()
2227 ath_tx_prepare(struct ieee80211_hw *hw, struct sk_buff *skb, struct ath_tx_control *txctl) ath_tx_prepare() argument
2274 ath_tx_start(struct ieee80211_hw *hw, struct sk_buff *skb, struct ath_tx_control *txctl) ath_tx_start() argument
2344 struct ath_tx_control txctl = { ath_tx_cabq() local
2860 ath9k_tx99_send(struct ath_softc *sc, struct sk_buff *skb, struct ath_tx_control *txctl) ath9k_tx99_send() argument
[all...]
H 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()
H A Dchannel.c994 struct ath_tx_control txctl = {}; in ath_scan_send_probe() local
1016 txctl.txq = sc->tx.txq_map[IEEE80211_AC_VO]; in ath_scan_send_probe()
1017 if (ath_tx_start(sc->hw, skb, &txctl)) in ath_scan_send_probe()
1107 struct ath_tx_control txctl; in ath_chanctx_send_vif_ps_frame() local
1136 memset(&txctl, 0, sizeof(txctl)); in ath_chanctx_send_vif_ps_frame()
1137 txctl.txq = sc->tx.txq_map[IEEE80211_AC_VO]; in ath_chanctx_send_vif_ps_frame()
1138 txctl.sta = sta; in ath_chanctx_send_vif_ps_frame()
1139 if (ath_tx_start(sc->hw, skb, &txctl)) { in ath_chanctx_send_vif_ps_frame()
H A Dath9k.h598 struct ath_tx_control *txctl);
1087 struct ath_tx_control *txctl);
1094 struct ath_tx_control *txctl) in ath9k_tx99_send()
1092 ath9k_tx99_send(struct ath_softc *sc, struct sk_buff *skb, struct ath_tx_control *txctl) ath9k_tx99_send() argument
H A Dar5008_phy.c224 u32 txctl; in ar5008_hw_set_channel() local
240 txctl = REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar5008_hw_set_channel()
244 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar5008_hw_set_channel()
247 txctl & ~AR_PHY_CCK_TX_CTRL_JAPAN); in ar5008_hw_set_channel()
H A Dmain.c760 struct ath_tx_control txctl; in ath9k_tx() local
814 memset(&txctl, 0, sizeof(struct ath_tx_control)); in ath9k_tx()
815 txctl.txq = sc->tx.txq_map[skb_get_queue_mapping(skb)]; in ath9k_tx()
816 txctl.sta = control->sta; in ath9k_tx()
820 if (ath_tx_start(hw, skb, &txctl) != 0) { in ath9k_tx()
822 TX_STAT_INC(sc, txctl.txq->axq_qnum, txfailed); in ath9k_tx()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H 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()
H A Dlink.c178 struct ath_tx_control txctl; in ath_paprd_send_frame() local
181 memset(&txctl, 0, sizeof(txctl)); in ath_paprd_send_frame()
182 txctl.txq = sc->tx.txq_map[IEEE80211_AC_BE]; in ath_paprd_send_frame()
193 txctl.paprd = BIT(chain); in ath_paprd_send_frame()
195 if (ath_tx_start(hw, skb, &txctl) != 0) { in ath_paprd_send_frame()
H A Dxmit.c77 struct ath_tx_control *txctl);
239 struct ath_tx_control txctl = { in ath_tid_pull() local
251 ret = ath_tx_prepare(hw, skb, &txctl); in ath_tid_pull()
2287 struct ath_tx_control *txctl) in ath_tx_prepare()
2291 struct ieee80211_sta *sta = txctl->sta; in ath_tx_prepare()
2300 txctl->an = (struct ath_node *)sta->drv_priv; in ath_tx_prepare()
2303 txctl->an = &avp->mcast_node; in ath_tx_prepare()
2334 struct ath_tx_control *txctl) in ath_tx_start()
2337 struct ieee80211_sta *sta = txctl->sta; in ath_tx_start()
2341 struct ath_txq *txq = txctl in ath_tx_start()
2286 ath_tx_prepare(struct ieee80211_hw *hw, struct sk_buff *skb, struct ath_tx_control *txctl) ath_tx_prepare() argument
2333 ath_tx_start(struct ieee80211_hw *hw, struct sk_buff *skb, struct ath_tx_control *txctl) ath_tx_start() argument
2403 struct ath_tx_control txctl = { ath_tx_cabq() local
2919 ath9k_tx99_send(struct ath_softc *sc, struct sk_buff *skb, struct ath_tx_control *txctl) ath9k_tx99_send() argument
[all...]
H 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()
H A Dchannel.c994 struct ath_tx_control txctl = {}; in ath_scan_send_probe() local
1016 txctl.txq = sc->tx.txq_map[IEEE80211_AC_VO]; in ath_scan_send_probe()
1017 if (ath_tx_start(sc->hw, skb, &txctl)) in ath_scan_send_probe()
1107 struct ath_tx_control txctl; in ath_chanctx_send_vif_ps_frame() local
1136 memset(&txctl, 0, sizeof(txctl)); in ath_chanctx_send_vif_ps_frame()
1137 txctl.txq = sc->tx.txq_map[IEEE80211_AC_VO]; in ath_chanctx_send_vif_ps_frame()
1138 txctl.sta = sta; in ath_chanctx_send_vif_ps_frame()
1139 if (ath_tx_start(sc->hw, skb, &txctl)) { in ath_chanctx_send_vif_ps_frame()
H A Dath9k.h599 struct ath_tx_control *txctl);
1088 struct ath_tx_control *txctl);
1095 struct ath_tx_control *txctl) in ath9k_tx99_send()
1093 ath9k_tx99_send(struct ath_softc *sc, struct sk_buff *skb, struct ath_tx_control *txctl) ath9k_tx99_send() argument
H 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H 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()
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dcthw20k2.c809 unsigned int txctl[8]; member
974 set_field(&ctl->txctl[idx], ATXCTL_EN, 1); in daio_mgr_enb_dao()
983 set_field(&ctl->txctl[idx], ATXCTL_EN, 0); in daio_mgr_dsb_dao()
996 set_field(&ctl->txctl[idx], ATXCTL_NUC, 0); in daio_mgr_dao_init()
999 set_field(&ctl->txctl[idx], ATXCTL_NUC, 1); in daio_mgr_dao_init()
1002 set_field(&ctl->txctl[idx], ATXCTL_NUC, 2); in daio_mgr_dao_init()
1005 set_field(&ctl->txctl[idx], ATXCTL_NUC, 3); in daio_mgr_dao_init()
1011 set_field(&ctl->txctl[idx], ATXCTL_CD, (!(conf & 0x7))); in daio_mgr_dao_init()
1013 set_field(&ctl->txctl[idx], ATXCTL_LIV, (conf >> 4) & 0x1); in daio_mgr_dao_init()
1015 set_field(&ctl->txctl[id in daio_mgr_dao_init()
[all...]
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dcthw20k2.c809 unsigned int txctl[8]; member
974 set_field(&ctl->txctl[idx], ATXCTL_EN, 1); in daio_mgr_enb_dao()
983 set_field(&ctl->txctl[idx], ATXCTL_EN, 0); in daio_mgr_dsb_dao()
996 set_field(&ctl->txctl[idx], ATXCTL_NUC, 0); in daio_mgr_dao_init()
999 set_field(&ctl->txctl[idx], ATXCTL_NUC, 1); in daio_mgr_dao_init()
1002 set_field(&ctl->txctl[idx], ATXCTL_NUC, 2); in daio_mgr_dao_init()
1005 set_field(&ctl->txctl[idx], ATXCTL_NUC, 3); in daio_mgr_dao_init()
1011 set_field(&ctl->txctl[idx], ATXCTL_CD, (!(conf & 0x7))); in daio_mgr_dao_init()
1013 set_field(&ctl->txctl[idx], ATXCTL_LIV, (conf >> 4) & 0x1); in daio_mgr_dao_init()
1015 set_field(&ctl->txctl[id in daio_mgr_dao_init()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbus.h57 * @txctl: transmit a control request message to dongle.
74 int (*txctl)(struct device *dev, unsigned char *msg, uint len); member
180 return bus->ops->txctl(bus->dev, msg, len); in brcmf_bus_txctl()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbus.h81 * @txctl: transmit a control request message to dongle.
99 int (*txctl)(struct device *dev, unsigned char *msg, uint len); member
212 return bus->ops->txctl(bus->dev, msg, len); in brcmf_bus_txctl()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H 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()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H 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()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dxmit.h209 struct ieee80211_tx_info *txctl, u16 cookie);
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dxmit.h209 struct ieee80211_tx_info *txctl, u16 cookie);

Completed in 55 milliseconds

12