Searched refs:max_tid_amsdu_len (Results 1 – 6 of 6) sorted by relevance
501 link_sta->agg.max_tid_amsdu_len[i] = in iwl_mvm_tlc_update_notif()508 link_sta->agg.max_tid_amsdu_len[i] = 1; in iwl_mvm_tlc_update_notif()
459 for (i = 0; i < ARRAY_SIZE(link_sta->agg.max_tid_amsdu_len); i++) in iwl_dbgfs_amsdu_len_write()460 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()
2344 for (i = 0; i < ARRAY_SIZE(sta->cur.max_tid_amsdu_len); i++) in __ieee80211_sta_recalc_aggregates()2345 sta->cur.max_tid_amsdu_len[i] = in __ieee80211_sta_recalc_aggregates()2346 min(sta->cur.max_tid_amsdu_len[i], in __ieee80211_sta_recalc_aggregates()2347 link_sta->agg.max_tid_amsdu_len[i]); in __ieee80211_sta_recalc_aggregates()
3432 if (sta->sta.cur->max_tid_amsdu_len[tid]) in ieee80211_amsdu_aggregate()3434 sta->sta.cur->max_tid_amsdu_len[tid]); in ieee80211_amsdu_aggregate()
2248 u16 max_tid_amsdu_len[IEEE80211_NUM_TIDS]; member