Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c104 u32 *mantissa, u32 *div_exp) in otx2_get_egress_rate_cfg() argument
119 *div_exp = 0; in otx2_get_egress_rate_cfg()
140 u32 exp, mantissa, div_exp; in otx2_set_matchall_egress_rate() local
148 otx2_get_egress_rate_cfg(maxrate, &exp, &mantissa, &div_exp); in otx2_set_matchall_egress_rate()
162 FIELD_PREP(TLX_RATE_DIVIDER_EXPONENT, div_exp) | in otx2_set_matchall_egress_rate()