Searched refs:Kbps_TO_Gbps (Results 1 – 1 of 1) sorted by relevance
35 #define Kbps_TO_Gbps (1000 * 1000) macro94 return bw_estimated_bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in get_estimated_bw()215 requested_bw = temp / Kbps_TO_Gbps; in dc_link_set_usb4_req_bw_req()218 if (temp % Kbps_TO_Gbps) in dc_link_set_usb4_req_bw_req()222 req_bw = requested_bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in dc_link_set_usb4_req_bw_req()316 bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in dc_link_get_usb4_req_bw_resp()338 int needed = bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in dc_link_get_usb4_req_bw_resp()375 int available = 0, estimated = bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in dc_link_get_usb4_req_bw_resp()
Completed in 5 milliseconds