Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h680 uint64_t red_bw; member
H A Dbbr.c2974 bw = bbr->r_ctl.red_bw; in __bbr_get_bw()
3890 bbr->r_ctl.red_bw = get_filter_value(&bbr->r_ctl.rc_delrate); in bbr_setup_red_bw()
3892 if (bbr->r_ctl.red_bw > bbr->r_ctl.rc_bbr_cur_del_rate) in bbr_setup_red_bw()
3893 bbr->r_ctl.red_bw = bbr->r_ctl.rc_bbr_cur_del_rate; in bbr_setup_red_bw()
3894 if (bbr->r_ctl.red_bw < (get_filter_value(&bbr->r_ctl.rc_delrate) / 2)) in bbr_setup_red_bw()
3895 bbr->r_ctl.red_bw = get_filter_value(&bbr->r_ctl.rc_delrate) / 2; in bbr_setup_red_bw()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddebugfs_htt_stats.h1465 __le32 red_bw[ATH12K_HTT_RX_NUM_REDUCED_CHAN_TYPES][ATH12K_HTT_RX_NUM_BW_CNTRS]; member
1486 __le32 red_bw[ATH12K_HTT_RX_NUM_REDUCED_CHAN_TYPES][ATH12K_HTT_RX_NUM_BW_CNTRS]; member
H A Ddebugfs_htt_stats.c2999 len += print_array_to_buf(buf, len, "", htt_stats_buf->red_bw[j], in ath12k_htt_print_ul_ofdma_trigger_stats()
3154 le32_to_cpu(htt_stats_buf->red_bw[i][j])); in ath12k_htt_print_ul_mumimo_trig_stats()