Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/c67x00/
Dc67x00-hcd.h51 #define MAX_PERIODIC_BW(full_bw) full_bw argument
/Linux-v4.19/net/ipv4/
Dtcp_bbr.c117 u32 full_bw; /* recent bw, to estimate if pipe is full */ member
720 bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE; in bbr_check_full_bw_reached()
722 bbr->full_bw = bbr_max_bw(sk); in bbr_check_full_bw_reached()
875 bbr->full_bw = 0; in bbr_init()
898 bbr->full_bw = 0; /* spurious slow-down; reset full pipe detection */ in bbr_undo_cwnd()
941 bbr->full_bw = 0; in bbr_set_state()