/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | ampdu.c | 152 static void brcms_c_scb_ampdu_update_max_txlen(struct ampdu_info *ampdu, u8 dur) in brcms_c_scb_ampdu_update_max_txlen() argument 160 ampdu->max_txlen[mcs][0][0] = (rate * dur) >> 3; in brcms_c_scb_ampdu_update_max_txlen() 163 ampdu->max_txlen[mcs][1][0] = (rate * dur) >> 3; in brcms_c_scb_ampdu_update_max_txlen() 166 ampdu->max_txlen[mcs][0][1] = (rate * dur) >> 3; in brcms_c_scb_ampdu_update_max_txlen() 169 ampdu->max_txlen[mcs][1][1] = (rate * dur) >> 3; in brcms_c_scb_ampdu_update_max_txlen() 173 static bool brcms_c_ampdu_cap(struct ampdu_info *ampdu) in brcms_c_ampdu_cap() argument 175 if (BRCMS_PHY_11N_CAP(ampdu->wlc->band)) in brcms_c_ampdu_cap() 181 static int brcms_c_ampdu_set(struct ampdu_info *ampdu, bool on) in brcms_c_ampdu_set() argument 183 struct brcms_c_info *wlc = ampdu->wlc; in brcms_c_ampdu_set() 194 if (!brcms_c_ampdu_cap(ampdu)) { in brcms_c_ampdu_set() [all …]
|
H A D | ampdu.h | 47 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 D | Makefile | 26 ampdu.o \
|
H A D | main.h | 479 struct ampdu_info *ampdu; member
|
H A D | main.c | 897 brcms_c_ampdu_dotxstatus(wlc->ampdu, scb, p, txs); in brcms_c_dotxstatus() 4352 wlc->ampdu = brcms_c_ampdu_attach(wlc); in brcms_c_attach_module() 4353 if (wlc->ampdu == NULL) { in brcms_c_attach_module() 4802 if (wlc->ampdu) { in brcms_c_detach_module() 4803 brcms_c_ampdu_detach(wlc->ampdu); in brcms_c_detach_module() 4804 wlc->ampdu = NULL; in brcms_c_detach_module() 6631 brcm_c_ampdu_null_delim_cnt(wlc->ampdu, scb, rspec, phylen); in brcms_c_d11hdrs_mac80211() 7850 brcms_c_ampdu_shm_upd(wlc->ampdu); in brcms_c_init()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | wlan.h | 193 u8 ampdu:1; member 239 u8 ampdu:1; member
|
H A D | tx.c | 828 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()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_txrx.c | 145 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 D | mt76x02_usb_core.c | 72 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 D | mt76_connac_mcu.h | 404 u8 ampdu; member
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | debug.c | 964 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, &du); 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 D | core.h | 556 int ampdu[ATH10K_TID_MAX]; member 635 int ampdu[ATH10K_TID_MAX]; member
|
H A D | mac.c | 3210 if (arvif->retry_long[i] || arvif->ampdu[i] || in ath10k_new_peer_tid_config() 3216 arg.aggr_control = arvif->ampdu[i]; in ath10k_new_peer_tid_config() 3242 arsta->ampdu[i] = -1; in ath10k_new_peer_tid_config() 7075 arsta->ampdu[arg->tid] == in ath10k_mac_set_tid_config() 7124 arsta->ampdu[arg->tid] = arg->aggr_control; in ath10k_mac_set_tid_config() 7143 arvif->ampdu[arg->tid] == in ath10k_mac_set_tid_config() 7149 arvif->ampdu[arg->tid] = arg->aggr_control; in ath10k_mac_set_tid_config() 7165 arvif->ampdu[arg->tid] = arg->aggr_control; in ath10k_mac_set_tid_config() 7303 arsta->ampdu[i] = -1; in ath10k_mac_reset_tid_config() 7310 arvif->ampdu[i] = 0; in ath10k_mac_reset_tid_config() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | tx.c | 755 txq->ampdu = true; in iwl_trans_pcie_txq_enable() 835 txq->ampdu = !shared_mode; in iwl_trans_pcie_txq_set_shared_mode() 869 trans->txqs.txq[txq_id]->ampdu = false; in iwl_trans_pcie_txq_disable() 1484 WARN_ONCE(txq->ampdu && in iwl_trans_pcie_tx()
|
H A D | trans.c | 2650 txq->n_window, txq->ampdu); in iwl_dbgfs_tx_queue_seq_show()
|
/openbmc/linux/net/mac80211/ |
H A D | airtime.c | 631 int len, bool ampdu) in ieee80211_calc_expected_tx_airtime() argument 661 if (stat.encoding == RX_ENC_LEGACY || !ampdu) in ieee80211_calc_expected_tx_airtime()
|
H A D | ieee80211_i.h | 2080 struct sk_buff *skb, bool ampdu, 2618 int len, bool ampdu);
|
H A D | tx.c | 3654 struct sk_buff *skb, bool ampdu, in __ieee80211_xmit_fast() argument 3970 bool ampdu = txq->ac != IEEE80211_AC_VO; in ieee80211_tx_dequeue() local 3974 skb->len, ampdu); in ieee80211_tx_dequeue()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | mac.c | 1102 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()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mac.c | 1324 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()
|
/openbmc/linux/drivers/net/wireless/marvell/ |
H A D | mwl8k.c | 210 struct mwl8k_ampdu_stream ampdu[MWL8K_MAX_AMPDU_QUEUES]; member 1797 stream = &priv->ampdu[i]; in mwl8k_add_stream() 1845 stream = &priv->ampdu[i]; in mwl8k_lookup_stream() 3842 streams = &priv->ampdu[stream_index]; in mwl8k_watchdog_ba_events() 4169 s = &priv->ampdu[i]; in mwl8k_cmd_set_new_stn_del() 5935 memset(priv->ampdu, 0, sizeof(priv->ampdu)); in mwl8k_probe_hw()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.h | 975 bool ampdu; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 5579 u32 ampdu, val32; in rtl8xxxu_tx() local 5583 ampdu = (u32)sta->deflink.ht_cap.ampdu_density; in rtl8xxxu_tx() 5584 val32 = ampdu << TXDESC_AMPDU_DENSITY_SHIFT; in rtl8xxxu_tx()
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800lib.c | 1025 int aggr, ampdu, wcid, ack_req; in rt2800_txdone_entry() local 1034 ampdu = rt2x00_get_field32(word, TXWI_W0_AMPDU); in rt2800_txdone_entry() 1061 if (unlikely((aggr == 1 && ampdu == 0 && real_mcs != mcs)) || !match) { in rt2800_txdone_entry() 1066 if (aggr == 1 || ampdu == 1) in rt2800_txdone_entry()
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 798 enum nl80211_tid_config ampdu; member
|