Home
last modified time | relevance | path

Searched refs:max_tid_amsdu_len (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs-fw.c501 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()
H A Ddebugfs.c459 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()
H A Drs.c1521 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()
/openbmc/linux/net/mac80211/
H A Dsta_info.c2344 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()
H A Dtx.c3432 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()
/openbmc/linux/include/net/
H A Dmac80211.h2248 u16 max_tid_amsdu_len[IEEE80211_NUM_TIDS]; member