Searched refs:max_tid_amsdu_len (Results 1 – 6 of 6) sorted by relevance
359 sta->deflink.agg.max_tid_amsdu_len[i] = in iwl_mvm_tlc_update_notif()366 sta->deflink.agg.max_tid_amsdu_len[i] = 1; in iwl_mvm_tlc_update_notif()
436 for (i = 0; i < ARRAY_SIZE(sta->deflink.agg.max_tid_amsdu_len); i++) in iwl_dbgfs_amsdu_len_write()437 sta->deflink.agg.max_tid_amsdu_len[i] = amsdu_len; in iwl_dbgfs_amsdu_len_write()
1518 sta->deflink.agg.max_tid_amsdu_len[i] = in rs_set_amsdu_len()1525 sta->deflink.agg.max_tid_amsdu_len[i] = 1; in rs_set_amsdu_len()
2157 for (i = 0; i < ARRAY_SIZE(sta->cur.max_tid_amsdu_len); i++) in ieee80211_sta_recalc_aggregates()2158 sta->cur.max_tid_amsdu_len[i] = in ieee80211_sta_recalc_aggregates()2159 min(sta->cur.max_tid_amsdu_len[i], in ieee80211_sta_recalc_aggregates()2160 link_sta->agg.max_tid_amsdu_len[i]); in ieee80211_sta_recalc_aggregates()
3422 if (sta->sta.cur->max_tid_amsdu_len[tid]) in ieee80211_amsdu_aggregate()3424 sta->sta.cur->max_tid_amsdu_len[tid]); in ieee80211_amsdu_aggregate()
2171 u16 max_tid_amsdu_len[IEEE80211_NUM_TIDS]; member