Searched refs:idle_slope (Results 1 – 3 of 3) sorted by relevance
518 …cbs_param -> idle_slope = (INT)((long long)1000000 / interval * frames_per_interval * max_frame_si… in nx_srp_cbs_config_get()519 if (cbs_param -> idle_slope >= port_rate) in nx_srp_cbs_config_get()521 …eslope : %dMbps must be set less than port rate : %dMbps.\n", cbs_param -> idle_slope, port_rate); in nx_srp_cbs_config_get()524 cbs_param -> send_slope = cbs_param -> idle_slope - port_rate; in nx_srp_cbs_config_get()525 …cbs_param -> hi_credit = (INT)((long long)cbs_param -> idle_slope * non_sr_frame_size / port_rate); in nx_srp_cbs_config_get()532 …cbs_param -> idle_slope = (INT)((long long)1000000 / interval * frames_per_interval * max_frame_si… in nx_srp_cbs_config_get()533 if (cbs_param -> idle_slope >= port_rate) in nx_srp_cbs_config_get()535 …eslope : %dMbps must be set less than port rate : %dMbps.\n", cbs_param -> idle_slope, port_rate); in nx_srp_cbs_config_get()538 cbs_param -> send_slope = cbs_param -> idle_slope - port_rate; in nx_srp_cbs_config_get()539 …NT)((long long)cbs_param -> idle_slope * non_sr_frame_size / (port_rate - idle_slope_a) + (long lo… in nx_srp_cbs_config_get()[all …]
143 INT idle_slope; /* Mbps */ member
800 cbs_param.idle_slope = 30; // 30Mbps, 30 percent bandwidth reserve for cbs queue in thread_0_entry()