Home
last modified time | relevance | path

Searched defs:beta (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/net/ipv4/
Dtcp_illinois.c51 u32 beta; /* Muliplicative decrease */ member
191 static u32 beta(u32 da, u32 dm) in beta() function
Dtcp_vegas.c44 static int beta = 4; variable
Dtcp_veno.c23 static const int beta = 3 << V_PARAM_SHIFT; variable
Dtcp_bic.c32 static int beta = 819; /* = 819/1024 (BICTCP_BETA_SCALE) */ variable
Dtcp_htcp.c27 u8 beta; /* Fixed point arith, << 7 */ member
/linux-3.3/drivers/net/wireless/ath/ath9k/
Dar9003_paprd.c398 int Q_scale_B, Q_beta, Q_alpha, alpha, beta, order_1, order_2; in create_pa_curve() local
/linux-3.3/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c1771 const unsigned short *alpha, const unsigned short *beta) in t4_load_mtus()