Searched refs:send_slope (Results 1 – 3 of 3) sorted by relevance
524 cbs_param -> send_slope = cbs_param -> idle_slope - port_rate; in nx_srp_cbs_config_get()526 … cbs_param -> low_credit = (INT)((long long)cbs_param -> send_slope * max_frame_size / 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()540 … cbs_param -> low_credit = (INT)((long long)cbs_param -> send_slope * max_frame_size / port_rate); in nx_srp_cbs_config_get()642 srp_ptr -> talker[index].cbs_parameters.send_slope, in nx_srp_talker_cbs_set()
144 INT send_slope; /* Mbps */ member
801 cbs_param.send_slope = 30 - port_rate; in thread_0_entry()