Searched refs:dl_bandwidth (Results 1 – 1 of 1) sorted by relevance
1190 unsigned int dl_bandwidth, ul_bandwidth; in cred_below_min_backhaul() local1218 dl_bandwidth = dl_speed / 255 * (255 - dl_load); in cred_below_min_backhaul()1220 dl_bandwidth = dl_speed * (255 - dl_load) / 255; in cred_below_min_backhaul()1230 if (cred->min_dl_bandwidth_home > dl_bandwidth) in cred_below_min_backhaul()1235 if (cred->min_dl_bandwidth_roaming > dl_bandwidth) in cred_below_min_backhaul()