Home
last modified time | relevance | path

Searched refs:ampdu (Results 1 – 25 of 31) 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.c889 brcms_c_ampdu_dotxstatus(wlc->ampdu, scb, p, txs); in brcms_c_dotxstatus()
4344 wlc->ampdu = brcms_c_ampdu_attach(wlc); in brcms_c_attach_module()
4345 if (wlc->ampdu == NULL) { in brcms_c_attach_module()
4794 if (wlc->ampdu) { in brcms_c_detach_module()
4795 brcms_c_ampdu_detach(wlc->ampdu); in brcms_c_detach_module()
4796 wlc->ampdu = NULL; in brcms_c_detach_module()
6623 brcm_c_ampdu_null_delim_cnt(wlc->ampdu, scb, rspec, phylen); in brcms_c_d11hdrs_mac80211()
7842 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.c827 bool ampdu, bool multi) in carl9170_tx_rts_check() argument
831 if (ampdu) in carl9170_tx_rts_check()
897 bool ampdu; in carl9170_tx_apply_rateset() local
901 ampdu = !!(info->flags & IEEE80211_TX_CTL_AMPDU); in carl9170_tx_apply_rateset()
928 if (ampdu && txrate->flags & IEEE80211_TX_RC_MCS) in carl9170_tx_apply_rateset()
931 if (carl9170_tx_rts_check(ar, txrate, ampdu, no_ack)) in carl9170_tx_apply_rateset()
947 if (carl9170_tx_rts_check(ar, txrate, ampdu, no_ack)) in carl9170_tx_apply_rateset()
954 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.c966 u8 amsdu, ampdu; in ath10k_read_htt_max_amsdu_ampdu() local
972 ampdu = ar->htt.max_num_ampdu; in ath10k_read_htt_max_amsdu_ampdu()
975 len = scnprintf(buf, sizeof(buf), "%u %u\n", amsdu, ampdu); in ath10k_read_htt_max_amsdu_ampdu()
987 unsigned int amsdu, ampdu; in ath10k_write_htt_max_amsdu_ampdu() local
994 res = sscanf(buf, "%u %u", &amsdu, &ampdu); in ath10k_write_htt_max_amsdu_ampdu()
1001 res = ath10k_htt_h2t_aggr_cfg_msg(&ar->htt, ampdu, amsdu); in ath10k_write_htt_max_amsdu_ampdu()
1007 ar->htt.max_num_ampdu = ampdu; in ath10k_write_htt_max_amsdu_ampdu()
H A Dcore.h559 int ampdu[ATH10K_TID_MAX]; member
638 int ampdu[ATH10K_TID_MAX]; member
H A Dmac.c3233 if (arvif->retry_long[i] || arvif->ampdu[i] || in ath10k_new_peer_tid_config()
3239 arg.aggr_control = arvif->ampdu[i]; in ath10k_new_peer_tid_config()
3265 arsta->ampdu[i] = -1; in ath10k_new_peer_tid_config()
7112 arsta->ampdu[arg->tid] == in ath10k_mac_set_tid_config()
7161 arsta->ampdu[arg->tid] = arg->aggr_control; in ath10k_mac_set_tid_config()
7180 arvif->ampdu[arg->tid] == in ath10k_mac_set_tid_config()
7186 arvif->ampdu[arg->tid] = arg->aggr_control; in ath10k_mac_set_tid_config()
7202 arvif->ampdu[arg->tid] = arg->aggr_control; in ath10k_mac_set_tid_config()
7340 arsta->ampdu[i] = -1; in ath10k_mac_reset_tid_config()
7347 arvif->ampdu[i] = 0; in ath10k_mac_reset_tid_config()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c1099 bool ampdu; in mt7603_fill_txs() local
1110 ampdu = !fixed_rate && (txs & MT_TXS4_AMPDU); in mt7603_fill_txs()
1118 if (!ampdu && (txs & MT_TXS0_RTS_TIMEOUT)) in mt7603_fill_txs()
1131 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.h2177 struct sk_buff *skb, bool ampdu,
2834 int len, bool ampdu);
H A Dtx.c3675 struct sk_buff *skb, bool ampdu, in __ieee80211_xmit_fast() argument
3997 bool ampdu = txq->ac != IEEE80211_AC_VO; in ieee80211_tx_dequeue() local
4001 skb->len, ampdu); in ieee80211_tx_dequeue()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c1317 bool ampdu, cck = false; in mt7615_fill_txs() local
1323 ampdu = txs & MT_TXS1_AMPDU; in mt7615_fill_txs()
1334 if (!ampdu && (txs & MT_TXS0_RTS_TIMEOUT)) in mt7615_fill_txs()
1347 if (ampdu || (info->flags & IEEE80211_TX_CTL_AMPDU)) in mt7615_fill_txs()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtx.c1184 txq->ampdu = true; in iwl_trans_pcie_txq_enable()
1265 txq->ampdu = !shared_mode; in iwl_trans_pcie_txq_set_shared_mode()
1299 trans_pcie->txqs.txq[txq_id]->ampdu = false; in iwl_trans_pcie_txq_disable()
2171 WARN_ONCE(txq->ampdu && in iwl_trans_pcie_tx()
H A Dtrans.c2794 txq->n_window, txq->ampdu); in iwl_dbgfs_tx_queue_seq_show()
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c210 struct mwl8k_ampdu_stream ampdu[MWL8K_MAX_AMPDU_QUEUES]; member
1806 stream = &priv->ampdu[i]; in mwl8k_add_stream()
1854 stream = &priv->ampdu[i]; in mwl8k_lookup_stream()
3913 streams = &priv->ampdu[stream_index]; in mwl8k_watchdog_ba_events()
4240 s = &priv->ampdu[i]; in mwl8k_cmd_set_new_stn_del()
6011 memset(priv->ampdu, 0, sizeof(priv->ampdu)); in mwl8k_probe_hw()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c5504 u32 ampdu, val32; in rtl8xxxu_tx() local
5508 ampdu = (u32)sta->deflink.ht_cap.ampdu_density; in rtl8xxxu_tx()
5509 val32 = ampdu << TXDESC_AMPDU_DENSITY_SHIFT; in rtl8xxxu_tx()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c1028 int aggr, ampdu, wcid, ack_req; in rt2800_txdone_entry() local
1037 ampdu = rt2x00_get_field32(word, TXWI_W0_AMPDU); in rt2800_txdone_entry()
1064 if (unlikely((aggr == 1 && ampdu == 0 && real_mcs != mcs)) || !match) { in rt2800_txdone_entry()
1069 if (aggr == 1 || ampdu == 1) in rt2800_txdone_entry()
/linux/include/net/
H A Dcfg80211.h912 enum nl80211_tid_config ampdu; member

12