Searched refs:max_tid_amsdu_len (Results 1 – 6 of 6) sorted by relevance
507 link_sta->agg.max_tid_amsdu_len[i] = in iwl_mvm_tlc_update_notif()514 link_sta->agg.max_tid_amsdu_len[i] = 1; in iwl_mvm_tlc_update_notif()
466 for (i = 0; i < ARRAY_SIZE(link_sta->agg.max_tid_amsdu_len); i++) in iwl_dbgfs_amsdu_len_write()467 link_sta->agg.max_tid_amsdu_len[i] = amsdu_len; in iwl_dbgfs_amsdu_len_write()
1521 sta->deflink.agg.max_tid_amsdu_len[i] = in rs_set_amsdu_len()1528 sta->deflink.agg.max_tid_amsdu_len[i] = 1; in rs_set_amsdu_len()
2335 for (i = 0; i < ARRAY_SIZE(sta->cur.max_tid_amsdu_len); i++) in __ieee80211_sta_recalc_aggregates()2336 sta->cur.max_tid_amsdu_len[i] = in __ieee80211_sta_recalc_aggregates()2337 min(sta->cur.max_tid_amsdu_len[i], in __ieee80211_sta_recalc_aggregates()2338 link_sta->agg.max_tid_amsdu_len[i]); in __ieee80211_sta_recalc_aggregates()
3447 if (sta->sta.cur->max_tid_amsdu_len[tid]) in ieee80211_amsdu_aggregate()3449 sta->sta.cur->max_tid_amsdu_len[tid]); in ieee80211_amsdu_aggregate()
2386 u16 max_tid_amsdu_len[IEEE80211_NUM_TIDS]; member