Home
last modified time | relevance | path

Searched refs:ampdu (Results 1 – 25 of 30) sorted by relevance

12

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dampdu.c146 static void brcms_c_scb_ampdu_update_max_txlen(struct ampdu_info *ampdu, u8 dur) in brcms_c_scb_ampdu_update_max_txlen() argument
154 ampdu->max_txlen[mcs][0][0] = (rate * dur) >> 3; in brcms_c_scb_ampdu_update_max_txlen()
157 ampdu->max_txlen[mcs][1][0] = (rate * dur) >> 3; in brcms_c_scb_ampdu_update_max_txlen()
160 ampdu->max_txlen[mcs][0][1] = (rate * dur) >> 3; in brcms_c_scb_ampdu_update_max_txlen()
163 ampdu->max_txlen[mcs][1][1] = (rate * dur) >> 3; in brcms_c_scb_ampdu_update_max_txlen()
167 static bool brcms_c_ampdu_cap(struct ampdu_info *ampdu) in brcms_c_ampdu_cap() argument
169 if (BRCMS_PHY_11N_CAP(ampdu->wlc->band)) in brcms_c_ampdu_cap()
175 static int brcms_c_ampdu_set(struct ampdu_info *ampdu, bool on) in brcms_c_ampdu_set() argument
177 struct brcms_c_info *wlc = ampdu->wlc; in brcms_c_ampdu_set()
188 if (!brcms_c_ampdu_cap(ampdu)) { in brcms_c_ampdu_set()
[all …]
H A Dampdu.h47 void brcms_c_ampdu_detach(struct ampdu_info *ampdu);
48 void brcms_c_ampdu_dotxstatus(struct ampdu_info *ampdu, struct scb *scb,
51 void brcms_c_ampdu_shm_upd(struct ampdu_info *ampdu);
H A DMakefile26 ampdu.o \
H A Dmain.h479 struct ampdu_info *ampdu; member
H A Dmain.c890 brcms_c_ampdu_dotxstatus(wlc->ampdu, scb, p, txs); in brcms_c_dotxstatus()
4345 wlc->ampdu = brcms_c_ampdu_attach(wlc); in brcms_c_attach_module()
4346 if (wlc->ampdu == NULL) { in brcms_c_attach_module()
4795 if (wlc->ampdu) { in brcms_c_detach_module()
4796 brcms_c_ampdu_detach(wlc->ampdu); in brcms_c_detach_module()
4797 wlc->ampdu = NULL; in brcms_c_detach_module()
6624 brcm_c_ampdu_null_delim_cnt(wlc->ampdu, scb, rspec, phylen); in brcms_c_d11hdrs_mac80211()
7843 brcms_c_ampdu_shm_upd(wlc->ampdu); in brcms_c_init()
/linux/drivers/net/wireless/ath/carl9170/
H A Dwlan.h193 u8 ampdu:1; member
239 u8 ampdu:1; member
H A Dtx.c828 bool ampdu, bool multi) in carl9170_tx_rts_check() argument
832 if (ampdu) in carl9170_tx_rts_check()
898 bool ampdu; in carl9170_tx_apply_rateset() local
902 ampdu = !!(info->flags & IEEE80211_TX_CTL_AMPDU); in carl9170_tx_apply_rateset()
929 if (ampdu && txrate->flags & IEEE80211_TX_RC_MCS) in carl9170_tx_apply_rateset()
932 if (carl9170_tx_rts_check(ar, txrate, ampdu, no_ack)) in carl9170_tx_apply_rateset()
948 if (carl9170_tx_rts_check(ar, txrate, ampdu, no_ack)) in carl9170_tx_apply_rateset()
955 if (ampdu && (txrate->flags & IEEE80211_TX_RC_MCS)) in carl9170_tx_apply_rateset()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_txrx.c145 bool ampdu = IEEE80211_SKB_CB(tx_info->skb)->flags & IEEE80211_TX_CTL_AMPDU; in mt76x02_tx_prepare_skb() local
166 if (mt76_is_skb_pktid(pid) && ampdu) in mt76x02_tx_prepare_skb()
H A Dmt76x02_usb_core.c72 bool ampdu = IEEE80211_SKB_CB(tx_info->skb)->flags & IEEE80211_TX_CTL_AMPDU; in mt76x02u_tx_prepare_skb() local
94 if ((mt76_is_skb_pktid(pid) && ampdu) || ep == MT_EP_OUT_HCCA) in mt76x02u_tx_prepare_skb()
H A Dmt76_connac_mcu.h410 u8 ampdu; member
H A Dmt76_connac_mcu.c915 phy->ampdu = FIELD_PREP(IEEE80211_HT_AMPDU_PARM_FACTOR, in mt76_connac_mcu_sta_tlv()
/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.c964 u8 amsdu, ampdu; in ath10k_read_htt_max_amsdu_ampdu() local
970 ampdu = ar->htt.max_num_ampdu; in ath10k_read_htt_max_amsdu_ampdu()
973 len = scnprintf(buf, sizeof(buf), "%u %u\n", amsdu, ampdu); in ath10k_read_htt_max_amsdu_ampdu()
985 unsigned int amsdu, ampdu; in ath10k_write_htt_max_amsdu_ampdu() local
992 res = sscanf(buf, "%u %u", &amsdu, &ampdu); in ath10k_write_htt_max_amsdu_ampdu()
999 res = ath10k_htt_h2t_aggr_cfg_msg(&ar->htt, ampdu, amsdu); in ath10k_write_htt_max_amsdu_ampdu()
1005 ar->htt.max_num_ampdu = ampdu; in ath10k_write_htt_max_amsdu_ampdu()
H A Dcore.h557 int ampdu[ATH10K_TID_MAX]; member
636 int ampdu[ATH10K_TID_MAX]; member
H A Dmac.c3204 if (arvif->retry_long[i] || arvif->ampdu[i] || in ath10k_new_peer_tid_config()
3210 arg.aggr_control = arvif->ampdu[i]; in ath10k_new_peer_tid_config()
3236 arsta->ampdu[i] = -1; in ath10k_new_peer_tid_config()
7083 arsta->ampdu[arg->tid] == in ath10k_mac_set_tid_config()
7132 arsta->ampdu[arg->tid] = arg->aggr_control; in ath10k_mac_set_tid_config()
7151 arvif->ampdu[arg->tid] == in ath10k_mac_set_tid_config()
7157 arvif->ampdu[arg->tid] = arg->aggr_control; in ath10k_mac_set_tid_config()
7173 arvif->ampdu[arg->tid] = arg->aggr_control; in ath10k_mac_set_tid_config()
7311 arsta->ampdu[i] = -1; in ath10k_mac_reset_tid_config()
7318 arvif->ampdu[i] = 0; in ath10k_mac_reset_tid_config()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c1102 bool ampdu; in mt7603_fill_txs() local
1113 ampdu = !fixed_rate && (txs & MT_TXS4_AMPDU); in mt7603_fill_txs()
1121 if (!ampdu && (txs & MT_TXS0_RTS_TIMEOUT)) in mt7603_fill_txs()
1134 if (ampdu || (info->flags & IEEE80211_TX_CTL_AMPDU)) in mt7603_fill_txs()
/linux/net/mac80211/
H A Dairtime.c759 int len, bool ampdu) in ieee80211_calc_expected_tx_airtime() argument
787 if (stat.encoding == RX_ENC_LEGACY || !ampdu) in ieee80211_calc_expected_tx_airtime()
H A Dieee80211_i.h2094 struct sk_buff *skb, bool ampdu,
2739 int len, bool ampdu);
H A Dtx.c3670 struct sk_buff *skb, bool ampdu, in __ieee80211_xmit_fast() argument
3989 bool ampdu = txq->ac != IEEE80211_AC_VO; in ieee80211_tx_dequeue() local
3993 skb->len, ampdu); in ieee80211_tx_dequeue()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c1324 bool ampdu, cck = false; in mt7615_fill_txs() local
1330 ampdu = txs & MT_TXS1_AMPDU; in mt7615_fill_txs()
1341 if (!ampdu && (txs & MT_TXS0_RTS_TIMEOUT)) in mt7615_fill_txs()
1354 if (ampdu || (info->flags & IEEE80211_TX_CTL_AMPDU)) in mt7615_fill_txs()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c1186 txq->ampdu = true; in iwl_trans_pcie_txq_enable()
1267 txq->ampdu = !shared_mode; in iwl_trans_pcie_txq_set_shared_mode()
1301 trans_pcie->txqs.txq[txq_id]->ampdu = false; in iwl_trans_pcie_txq_disable()
2165 WARN_ONCE(txq->ampdu && in iwl_trans_pcie_tx()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h803 bool ampdu; member
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c210 struct mwl8k_ampdu_stream ampdu[MWL8K_MAX_AMPDU_QUEUES]; member
1802 stream = &priv->ampdu[i]; in mwl8k_add_stream()
1850 stream = &priv->ampdu[i]; in mwl8k_lookup_stream()
3847 streams = &priv->ampdu[stream_index]; in mwl8k_watchdog_ba_events()
4174 s = &priv->ampdu[i]; in mwl8k_cmd_set_new_stn_del()
5944 memset(priv->ampdu, 0, sizeof(priv->ampdu)); in mwl8k_probe_hw()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c5591 u32 ampdu, val32; in rtl8xxxu_tx() local
5595 ampdu = (u32)sta->deflink.ht_cap.ampdu_density; in rtl8xxxu_tx()
5596 val32 = ampdu << TXDESC_AMPDU_DENSITY_SHIFT; in rtl8xxxu_tx()
/linux/include/net/
H A Dcfg80211.h870 enum nl80211_tid_config ampdu; member
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c1627 phy->ampdu = FIELD_PREP(IEEE80211_HT_AMPDU_PARM_FACTOR, af) | in mt7925_mcu_sta_phy_tlv()

12