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

/linux-master/drivers/usb/c67x00/
H A Dc67x00-hcd.h51 #define MAX_PERIODIC_BW(full_bw) full_bw
/linux-master/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c21 int full_bw; member in struct:sdw_group_params
170 params[i].full_bw = bus->params.curr_dr_freq / params[i].rate;
186 params[i].payload_bw + params[i].full_bw - 1) /
187 params[i].full_bw;
/linux-master/net/ipv4/
H A Dtcp_bbr.c119 u32 full_bw; /* recent bw, to estimate if pipe is full */ member in struct:bbr
882 bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE;
884 bbr->full_bw = bbr_max_bw(sk);
1064 bbr->full_bw = 0;
1094 bbr->full_bw = 0; /* spurious slow-down; reset full pipe detection */
1137 bbr->full_bw = 0;

Completed in 470 milliseconds