Searched refs:un_min_throttle (Results 1 – 2 of 2) sorted by relevance
333 short un_min_throttle; /* min value of un_throttle */ member
4205 un->un_min_throttle = val; in sd_set_properties()4210 "min throttle set to %d\n", un->un_min_throttle); in sd_set_properties()4252 (un->un_min_throttle < SD_LOWEST_VALID_THROTTLE) || in sd_set_properties()4253 (un->un_min_throttle > un->un_throttle)) { in sd_set_properties()4255 un->un_min_throttle = sd_min_throttle; in sd_set_properties()4818 un->un_min_throttle = prop_list->sdt_min_throttle; in sd_set_vers1_properties()4821 un->un_min_throttle); in sd_set_vers1_properties()4869 (un->un_min_throttle < SD_LOWEST_VALID_THROTTLE) || in sd_set_vers1_properties()4870 (un->un_min_throttle > un->un_throttle)) { in sd_set_vers1_properties()4872 un->un_min_throttle = sd_min_throttle; in sd_set_vers1_properties()[all …]