Searched refs:link_dpia_primary (Results 1 – 1 of 1) sorted by relevance
196 struct dc_link *link_dpia_primary, *link_dpia_secondary; in get_host_router_total_dp_tunnel_bw() local207 link_dpia_primary = dc->links[i]; in get_host_router_total_dp_tunnel_bw()215 if ((link_dpia_primary->hpd_status && in get_host_router_total_dp_tunnel_bw()216 link_dpia_primary->dpia_bw_alloc_config.bw_alloc_enabled) && in get_host_router_total_dp_tunnel_bw()219 total_bw += link_dpia_primary->dpia_bw_alloc_config.estimated_bw + in get_host_router_total_dp_tunnel_bw()221 } else if (link_dpia_primary->hpd_status && in get_host_router_total_dp_tunnel_bw()222 link_dpia_primary->dpia_bw_alloc_config.bw_alloc_enabled) { in get_host_router_total_dp_tunnel_bw()223 total_bw = link_dpia_primary->dpia_bw_alloc_config.estimated_bw; in get_host_router_total_dp_tunnel_bw()