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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c495 * Getting min_w_val will be set according to line speed .
500 u32 min_w_val = 0; local
501 /* Calculate min_w_val.*/
504 min_w_val = ETS_E3B0_NIG_MIN_W_VAL_20GBPS;
506 min_w_val = ETS_E3B0_NIG_MIN_W_VAL_UP_TO_10GBPS;
508 min_w_val = ETS_E3B0_NIG_MIN_W_VAL_20GBPS;
512 return min_w_val;
516 * Getting credit upper bound form min_w_val.
519 static u32 bnx2x_ets_get_credit_upper_bound(const u32 min_w_val) argument
521 const u32 credit_upper_bound = (u32)MAXVAL((150 * min_w_val),
530 bnx2x_ets_e3b0_set_credit_upper_bound_nig( const struct link_params *params, const u32 min_w_val) argument
574 const u32 min_w_val = bnx2x_ets_get_min_w_val_nig(vars); local
652 bnx2x_ets_e3b0_set_credit_upper_bound_pbf( const struct link_params *params, const u32 min_w_val) argument
[all...]

Completed in 105 milliseconds