Searched refs:dl_bandwidth (Results 1 – 1 of 1) sorted by relevance
1214 unsigned int dl_bandwidth, ul_bandwidth; in cred_below_min_backhaul() local1242 dl_bandwidth = dl_speed / 255 * (255 - dl_load); in cred_below_min_backhaul()1244 dl_bandwidth = dl_speed * (255 - dl_load) / 255; in cred_below_min_backhaul()1254 if (cred->min_dl_bandwidth_home > dl_bandwidth) in cred_below_min_backhaul()1259 if (cred->min_dl_bandwidth_roaming > dl_bandwidth) in cred_below_min_backhaul()