Home
last modified time | relevance | path

Searched refs:max_agg_wait (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dcore.c2288 if (!sta || rtwsta->max_agg_wait <= 0) in rtw89_core_txq_agg_wait()
2302 if (*frame_cnt == 1 && rtwtxq->wait_cnt < rtwsta->max_agg_wait) { in rtw89_core_txq_agg_wait()
H A Ddebug.c3287 seq_printf(m, "\t==> agg_wait=%d (%d)\n", rtwsta->max_agg_wait, in rtw89_sta_info_get_iter()
H A Dcore.h2824 int max_agg_wait; member
H A Dphy.c2361 rtwsta->max_agg_wait = sta->deflink.agg.max_rc_amsdu_len / 1500 - 1; in rtw89_phy_c2h_ra_rpt_iter()