Searched refs:allocated_bw (Results 1 – 5 of 5) sorted by relevance
59 link->dpia_bw_alloc_config.allocated_bw = 0; in reset_bw_alloc_struct()220 link_dpia_secondary->dpia_bw_alloc_config.allocated_bw; in get_host_router_total_dp_tunnel_bw()273 if (req_bw && (req_bw == link->dpia_bw_alloc_config.allocated_bw)) { in set_usb4_req_bw_req()404 __func__, link->dpia_bw_alloc_config.allocated_bw, bw_needed); in dpia_handle_bw_alloc_response()406 link->dpia_bw_alloc_config.allocated_bw = bw_needed; in dpia_handle_bw_alloc_response()457 else if (link->dpia_bw_alloc_config.allocated_bw > 0) in dpia_handle_usb4_bandwidth_allocation_for_link()458 ret = link->dpia_bw_alloc_config.allocated_bw; in dpia_handle_usb4_bandwidth_allocation_for_link()474 link->dpia_bw_alloc_config.allocated_bw, req_bw); in link_dp_dpia_allocate_usb4_bandwidth_for_stream()
103 notify->dpia_notification.payload.data.dpia_bw_alloc.allocated_bw = in dmub_srv_stat_get_notification()104 cmd.dpia_notification.payload.data.dpia_bw_alloc.allocated_bw; in dmub_srv_stat_get_notification()
955 int ret, allocated_bw, max_bw; in tb_dp_bandwidth_mode_consumed_bandwidth() local967 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth()972 if (allocated_bw == max_bw) in tb_dp_bandwidth_mode_consumed_bandwidth()973 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth()977 *consumed_down = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth()979 *consumed_up = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth()997 int ret, allocated_bw, max_bw; in tb_dp_allocated_bandwidth() local1002 allocated_bw = ret; in tb_dp_allocated_bandwidth()1007 if (allocated_bw == max_bw) in tb_dp_allocated_bandwidth()1008 allocated_bw = ret; in tb_dp_allocated_bandwidth()[all …]
1123 int allocated_bw; // The Actual Allocated BW for this DPIA member
1916 uint8_t allocated_bw; /**< Allocated_BW */ member