Home
last modified time | relevance | path

Searched refs:c_1 (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_serdes_hssp.c1386 uint32_t c_1; in al_serdes_tx_deemph_inc() local
1391 __func__, c0, c1, c_1); in al_serdes_tx_deemph_inc()
1415 c_1++; in al_serdes_tx_deemph_inc()
1428 __func__, c0, c1, c_1); in al_serdes_tx_deemph_inc()
1443 uint32_t c_1; in al_serdes_tx_deemph_dec() local
1448 __func__, c0, c1, c_1); in al_serdes_tx_deemph_dec()
1472 c_1--; in al_serdes_tx_deemph_dec()
1478 __func__, c0, c1, c_1); in al_serdes_tx_deemph_dec()
1491 uint32_t c_1; in al_serdes_tx_deemph_preset() local
1497 c_1 = AL_SERDES_TX_DEEMPH_C_MINUS_PRESET; in al_serdes_tx_deemph_preset()
[all …]
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_private.h234 u_int c_1 ; /* max_p/(max_th-min_th) (scaled) */ member
H A Dip_dn_glue.c120 u_int c_1 ; /* max_p/(max_th-min_th) (scaled) */ member
H A Dip_dn_io.c406 p_b = SCALE_MUL((int64_t)fs->c_1, (int64_t)q->avg) - fs->c_2; in red_drops()
H A Dip_dummynet.c1215 fs->c_1 = fs->max_p; in config_red()
1217 fs->c_1 = SCALE((int64_t)(fs->max_p)) / (fs->fs.max_th - fs->fs.min_th); in config_red()
1218 fs->c_2 = SCALE_MUL(fs->c_1, SCALE(fs->fs.min_th)); in config_red()