Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/dev/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()
/freebsd/sys/contrib/dev/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.h414 u8 ampdu; member
/freebsd/tools/tools/net80211/scripts/
H A Dsetup.wdsrelay26 ifconfig $WLAN_STA -tso -ampdu
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h570 static inline int wpa_drv_ampdu(struct wpa_supplicant *wpa_s, int ampdu) in wpa_drv_ampdu() argument
572 if (!wpa_s->driver->ampdu) in wpa_drv_ampdu()
574 return wpa_s->driver->ampdu(wpa_s->drv_priv, ampdu); in wpa_drv_ampdu()
/freebsd/tools/tools/iwn/iwnstats/
H A Dmain.c206 le32toh(ht->ampdu), in iwn_stats_ht_phy_print()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Ddebug.c1007 u8 amsdu, ampdu; in ath10k_read_htt_max_amsdu_ampdu() local
1013 ampdu = ar->htt.max_num_ampdu; in ath10k_read_htt_max_amsdu_ampdu()
1016 len = scnprintf(buf, sizeof(buf), "%u %u\n", amsdu, ampdu); in ath10k_read_htt_max_amsdu_ampdu()
1028 unsigned int amsdu, ampdu; in ath10k_write_htt_max_amsdu_ampdu() local
1035 res = sscanf(buf, "%u %u", &amsdu, &ampdu); in ath10k_write_htt_max_amsdu_ampdu()
1042 res = ath10k_htt_h2t_aggr_cfg_msg(&ar->htt, ampdu, amsdu); in ath10k_write_htt_max_amsdu_ampdu()
1048 ar->htt.max_num_ampdu = ampdu; in ath10k_write_htt_max_amsdu_ampdu()
H A Dcore.h564 int ampdu[ATH10K_TID_MAX]; member
643 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()
7124 arsta->ampdu[arg->tid] == in ath10k_mac_set_tid_config()
7173 arsta->ampdu[arg->tid] = arg->aggr_control; in ath10k_mac_set_tid_config()
7192 arvif->ampdu[arg->tid] == in ath10k_mac_set_tid_config()
7198 arvif->ampdu[arg->tid] = arg->aggr_control; in ath10k_mac_set_tid_config()
7214 arvif->ampdu[arg->tid] = arg->aggr_control; in ath10k_mac_set_tid_config()
7352 arsta->ampdu[i] = -1; in ath10k_mac_reset_tid_config()
7359 arvif->ampdu[i] = 0; in ath10k_mac_reset_tid_config()
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h137 enum WlanIfaceDot11nPduType ampdu; member
H A Dwlan_sys.c1451 wif->ampdu = WlanIfaceDot11nPduType_disabled; in wlan_config_set_snmp_intval()
1454 wif->ampdu = WlanIfaceDot11nPduType_txOnly; in wlan_config_set_snmp_intval()
1457 wif->ampdu = WlanIfaceDot11nPduType_rxOnly; in wlan_config_set_snmp_intval()
1462 wif->ampdu = WlanIfaceDot11nPduType_txAndRx; in wlan_config_set_snmp_intval()
1934 wif->ampdu = WlanIfaceDot11nPduType_disabled; in wlan_config_check()
/freebsd/sys/contrib/dev/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()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c1320 bool ampdu, cck = false; in mt7615_fill_txs() local
1326 ampdu = txs & MT_TXS1_AMPDU; in mt7615_fill_txs()
1337 if (!ampdu && (txs & MT_TXS0_RTS_TIMEOUT)) in mt7615_fill_txs()
1350 if (ampdu || (info->flags & IEEE80211_TX_CTL_AMPDU)) in mt7615_fill_txs()
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx.c1191 txq->ampdu = true; in iwl_trans_pcie_txq_enable()
1272 txq->ampdu = !shared_mode; in iwl_trans_pcie_txq_set_shared_mode()
1306 trans_pcie->txqs.txq[txq_id]->ampdu = false; in iwl_trans_pcie_txq_disable()
2182 WARN_ONCE(txq->ampdu && in iwl_trans_pcie_tx()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h799 bool ampdu; member
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h4184 int (*ampdu)(void *priv, int ampdu); member
/freebsd/sbin/ifconfig/
H A Difieee80211.c1787 int ampdu; in set80211ampdu() local
1789 if (get80211val(ctx, IEEE80211_IOC_AMPDU, &ampdu) < 0) in set80211ampdu()
1793 ampdu &= ~d; in set80211ampdu()
1795 ampdu |= d; in set80211ampdu()
1796 set80211(ctx, IEEE80211_IOC_AMPDU, ampdu, 0, NULL); in set80211ampdu()
/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h309 uint8_t ampdu; member
/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h1634 uint32_t ampdu; member
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1009 int mask, noack, retry_long, rtscts, tids, amsdu, ampdu; member

12