Home
last modified time | relevance | path

Searched refs:full_bw (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/usb/c67x00/
Dc67x00-hcd.h51 #define MAX_PERIODIC_BW(full_bw) full_bw argument
/linux-6.12.1/drivers/soundwire/
Dgeneric_bandwidth_allocation.c21 int full_bw; member
168 params[i].full_bw = bus->params.curr_dr_freq / params[i].rate; in sdw_compute_group_params()
184 params[i].payload_bw + params[i].full_bw - 1) / in sdw_compute_group_params()
185 params[i].full_bw; in sdw_compute_group_params()
/linux-6.12.1/net/ipv4/
Dtcp_bbr.c119 u32 full_bw; /* recent bw, to estimate if pipe is full */ member
882 bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE; in bbr_check_full_bw_reached()
884 bbr->full_bw = bbr_max_bw(sk); in bbr_check_full_bw_reached()
1064 bbr->full_bw = 0; in bbr_init()
1094 bbr->full_bw = 0; /* spurious slow-down; reset full pipe detection */ in bbr_undo_cwnd()
1137 bbr->full_bw = 0; in bbr_set_state()