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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.c1226 * Getting min_w_val will be set according to line speed .
1231 uint32_t min_w_val = 0; local
1232 /* Calculate min_w_val.*/
1235 min_w_val = ELINK_ETS_E3B0_NIG_MIN_W_VAL_20GBPS;
1237 min_w_val = ELINK_ETS_E3B0_NIG_MIN_W_VAL_UP_TO_10GBPS;
1239 min_w_val = ELINK_ETS_E3B0_NIG_MIN_W_VAL_20GBPS;
1243 return min_w_val;
1247 * Getting credit upper bound form min_w_val.
1250 static uint32_t elink_ets_get_credit_upper_bound(const uint32_t min_w_val) argument
1252 const uint32_t credit_upper_bound = (uint32_t)ELINK_MAXVAL((150 * min_w_val),
1261 elink_ets_e3b0_set_credit_upper_bound_nig( const struct elink_params *params, const uint32_t min_w_val) argument
1305 const uint32_t min_w_val = elink_ets_get_min_w_val_nig(vars); local
1383 elink_ets_e3b0_set_credit_upper_bound_pbf( const struct elink_params *params, const uint32_t min_w_val) argument
[all...]

Completed in 77 milliseconds