Searched refs:dl_bandwidth (Results 1 – 1 of 1) sorted by relevance
1217 unsigned int dl_bandwidth, ul_bandwidth; in cred_below_min_backhaul() local1245 dl_bandwidth = dl_speed / 255 * (255 - dl_load); in cred_below_min_backhaul()1247 dl_bandwidth = dl_speed * (255 - dl_load) / 255; in cred_below_min_backhaul()1257 if (cred->min_dl_bandwidth_home > dl_bandwidth) in cred_below_min_backhaul()1262 if (cred->min_dl_bandwidth_roaming > dl_bandwidth) in cred_below_min_backhaul()