Searched refs:estimated_bw (Results 1 – 6 of 6) sorted by relevance
57 link->dpia_bw_alloc_config.estimated_bw = 0; in reset_bw_alloc_struct()130 link->dpia_bw_alloc_config.estimated_bw = get_estimated_bw(link); in init_usb4_bw_struct()179 total_bw += link_temp->dpia_bw_alloc_config.estimated_bw; in get_host_router_total_bw()211 if (req_bw > link->dpia_bw_alloc_config.estimated_bw) in dc_link_set_usb4_req_bw_req()212 req_bw = link->dpia_bw_alloc_config.estimated_bw; in dc_link_set_usb4_req_bw_req()315 link->dpia_bw_alloc_config.estimated_bw = in dc_link_get_usb4_req_bw_resp()382 if (link->dpia_bw_alloc_config.estimated_bw < estimated) { in dc_link_get_usb4_req_bw_resp()383 available = estimated - link->dpia_bw_alloc_config.estimated_bw; in dc_link_get_usb4_req_bw_resp()384 link->dpia_bw_alloc_config.estimated_bw = estimated; in dc_link_get_usb4_req_bw_resp()391 if (link->dpia_bw_alloc_config.estimated_bw < estimated) in dc_link_get_usb4_req_bw_resp()[all …]
101 notify->dpia_notification.payload.data.dpia_bw_alloc.estimated_bw = in dmub_srv_stat_get_notification()102 cmd.dpia_notification.payload.data.dpia_bw_alloc.estimated_bw; in dmub_srv_stat_get_notification()
609 int ret, estimated_bw, granularity, tmp; in tb_dp_bw_alloc_mode_enable() local677 estimated_bw = tunnel->max_down; in tb_dp_bw_alloc_mode_enable()679 estimated_bw = tunnel->max_up; in tb_dp_bw_alloc_mode_enable()681 tb_port_dbg(in, "estimated bandwidth %d Mb/s\n", estimated_bw); in tb_dp_bw_alloc_mode_enable()683 ret = usb4_dp_port_set_estimated_bw(in, estimated_bw); in tb_dp_bw_alloc_mode_enable()
1026 int estimated_bw, estimated_up, estimated_down; in tb_recalc_estimated_bandwidth_for_group() local1074 estimated_bw = estimated_down; in tb_recalc_estimated_bandwidth_for_group()1076 estimated_bw = estimated_up; in tb_recalc_estimated_bandwidth_for_group()1078 if (usb4_dp_port_set_estimated_bw(in, estimated_bw)) in tb_recalc_estimated_bandwidth_for_group()
155 int estimated_bw; // The estimated available BW for this DPIA member
1629 uint8_t estimated_bw; /**< Estimated_BW */ member
Completed in 29 milliseconds