Home
last modified time | relevance | path

Searched refs:max_amsdu_len (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs-fw.c386 if (sta->max_amsdu_len < size) { in iwl_mvm_tlc_update_notif()
397 mvmsta->max_amsdu_len = size; in iwl_mvm_tlc_update_notif()
398 sta->max_rc_amsdu_len = mvmsta->max_amsdu_len; in iwl_mvm_tlc_update_notif()
459 u16 max_amsdu_len = rs_fw_get_max_amsdu_len(sta); in rs_fw_rate_init() local
467 .max_mpdu_len = cpu_to_le16(max_amsdu_len), in rs_fw_rate_init()
489 sta->max_amsdu_len = max_amsdu_len; in rs_fw_rate_init()
H A Dtx.c810 return min_t(unsigned int, mvmsta->max_amsdu_len, in iwl_mvm_max_amsdu_size()
890 unsigned int num_subframes, tcp_payload_len, subf_len, max_amsdu_len; in iwl_mvm_tx_tso() local
898 if (!mvmsta->max_amsdu_len || in iwl_mvm_tx_tso()
930 max_amsdu_len = in iwl_mvm_tx_tso()
931 min_t(unsigned int, sta->max_amsdu_len, in iwl_mvm_tx_tso()
941 max_amsdu_len = min_t(unsigned int, max_amsdu_len, 4095); in iwl_mvm_tx_tso()
951 num_subframes = (max_amsdu_len + pad) / (subf_len + pad); in iwl_mvm_tx_tso()
H A Dsta.h447 u16 max_amsdu_len; member
H A Drs.c1542 sta->max_amsdu_len = rs_fw_get_max_amsdu_len(sta); in rs_set_amsdu_len()
1557 mvmsta->max_amsdu_len = sta->max_amsdu_len; in rs_set_amsdu_len()
1559 mvmsta->max_amsdu_len = min_t(int, sta->max_amsdu_len, 8500); in rs_set_amsdu_len()
1561 sta->max_rc_amsdu_len = mvmsta->max_amsdu_len; in rs_set_amsdu_len()
2986 mvmsta->max_amsdu_len = sta->max_amsdu_len; in rs_drv_rate_init()
H A Ddebugfs.c488 mvmsta->orig_amsdu_len = sta->max_amsdu_len; in iwl_dbgfs_amsdu_len_write()
489 sta->max_amsdu_len = amsdu_len; in iwl_dbgfs_amsdu_len_write()
493 sta->max_amsdu_len = mvmsta->orig_amsdu_len; in iwl_dbgfs_amsdu_len_write()
509 pos = scnprintf(buf, sizeof(buf), "current %d ", sta->max_amsdu_len); in iwl_dbgfs_amsdu_len_read()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dhe.c41 sta->sta.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_11454; in ieee80211_update_from_he_6ghz_capa()
44 sta->sta.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_7991; in ieee80211_update_from_he_6ghz_capa()
48 sta->sta.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_3895; in ieee80211_update_from_he_6ghz_capa()
H A Dvht.c320 sta->sta.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_11454; in ieee80211_vht_cap_ie_to_sta_vht_cap()
323 sta->sta.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_7991; in ieee80211_vht_cap_ie_to_sta_vht_cap()
327 sta->sta.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_3895; in ieee80211_vht_cap_ie_to_sta_vht_cap()
H A Dht.c241 sta->sta.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_HT_7935; in ieee80211_ht_cap_ie_to_sta_ht_cap()
243 sta->sta.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_HT_3839; in ieee80211_ht_cap_ie_to_sta_ht_cap()
H A Dtx.c3299 int max_amsdu_len = sta->sta.max_amsdu_len; in ieee80211_amsdu_aggregate() local
3323 max_amsdu_len = min_t(int, max_amsdu_len, in ieee80211_amsdu_aggregate()
3327 max_amsdu_len = min_t(int, max_amsdu_len, in ieee80211_amsdu_aggregate()
3348 if (skb->len + head->len > max_amsdu_len) in ieee80211_amsdu_aggregate()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_sw_cap.c437 proto_role_cap->max_amsdu_len = in _phl_init_protocol_cap()
438 phl_com->proto_sw_cap[hw_band].max_amsdu_len; in _phl_init_protocol_cap()
599 proto_role_cap->max_amsdu_len = in _phl_init_protocol_cap()
600 phl_com->proto_sw_cap[hw_band].max_amsdu_len; in _phl_init_protocol_cap()
H A Dphl_def.h988 u8 max_amsdu_len:2; /* 0: 4k, 1: 8k, 2: 11k */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_sw_cap.c455 proto_role_cap->max_amsdu_len = in _phl_init_protocol_cap()
456 phl_com->proto_sw_cap[hw_band].max_amsdu_len; in _phl_init_protocol_cap()
617 proto_role_cap->max_amsdu_len = in _phl_init_protocol_cap()
618 phl_com->proto_sw_cap[hw_band].max_amsdu_len; in _phl_init_protocol_cap()
H A Dphl_def.h991 u8 max_amsdu_len:2; /* 0: 4k, 1: 8k, 2: 11k */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_phl.c1673 if (cap->max_amsdu_len < vht->max_mpdu_len) in update_phl_sta_cap_vht()
1674 cap->max_amsdu_len = vht->max_mpdu_len; in update_phl_sta_cap_vht()
1699 cap->max_amsdu_len = GET_HT_CAP_ELE_MAX_AMSDU_LENGTH(&ht->ht_cap); in update_phl_sta_cap_ht()
1730 cap->max_amsdu_len:2; /* HT, VHT, HE */ in rtw_update_phl_sta_cap()
H A Drtw_vht.c334 pvhtpriv->max_mpdu_len = dft_proto_cap->max_amsdu_len; in rtw_vht_get_dft_setting()
489 pvhtpriv->max_mpdu_len = proto_cap->max_amsdu_len; in rtw_vht_get_real_setting()
H A Drtw_mlme.c4360 if (padapter->phl_role->proto_role_cap.max_amsdu_len > 0) { in rtw_restructure_ht_ie()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_phl.c1669 if (cap->max_amsdu_len < vht->max_mpdu_len) in update_phl_sta_cap_vht()
1670 cap->max_amsdu_len = vht->max_mpdu_len; in update_phl_sta_cap_vht()
1695 cap->max_amsdu_len = GET_HT_CAP_ELE_MAX_AMSDU_LENGTH(&ht->ht_cap); in update_phl_sta_cap_ht()
1726 cap->max_amsdu_len:2; /* HT, VHT, HE */ in rtw_update_phl_sta_cap()
H A Drtw_vht.c334 pvhtpriv->max_mpdu_len = dft_proto_cap->max_amsdu_len; in rtw_vht_get_dft_setting()
489 pvhtpriv->max_mpdu_len = proto_cap->max_amsdu_len; in rtw_vht_get_real_setting()
H A Drtw_mlme.c4329 if (padapter->phl_role->proto_role_cap.max_amsdu_len > 0) { in rtw_restructure_ht_ie()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_cfg.c1228 phl_com->proto_sw_cap[0].max_amsdu_len = rtw_max_amsdu_len; in rtw_core_update_default_setting()
1229 phl_com->proto_sw_cap[1].max_amsdu_len = rtw_max_amsdu_len; in rtw_core_update_default_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_cfg.c1236 phl_com->proto_sw_cap[0].max_amsdu_len = rtw_max_amsdu_len; in rtw_core_update_default_setting()
1237 phl_com->proto_sw_cap[1].max_amsdu_len = rtw_max_amsdu_len; in rtw_core_update_default_setting()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1582 if (!sta->max_amsdu_len) in mt7915_mcu_sta_amsdu_tlv()
1589 amsdu->max_mpdu_size = sta->max_amsdu_len >= in mt7915_mcu_sta_amsdu_tlv()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h2117 u16 max_amsdu_len; member