Searched refs:un_min_throttle (Results 1 – 2 of 2) sorted by relevance
360 short un_min_throttle; /* min value of un_throttle */ member
3672 un->un_min_throttle = val; in sd_set_properties()3677 "min throttle set to %d\n", un->un_min_throttle); in sd_set_properties()3719 (un->un_min_throttle < SD_LOWEST_VALID_THROTTLE) || in sd_set_properties()3720 (un->un_min_throttle > un->un_throttle)) { in sd_set_properties()3722 un->un_min_throttle = sd_min_throttle; in sd_set_properties()4285 un->un_min_throttle = prop_list->sdt_min_throttle; in sd_set_vers1_properties()4288 un->un_min_throttle); in sd_set_vers1_properties()4336 (un->un_min_throttle < SD_LOWEST_VALID_THROTTLE) || in sd_set_vers1_properties()4337 (un->un_min_throttle > un->un_throttle)) { in sd_set_vers1_properties()4339 un->un_min_throttle = sd_min_throttle; in sd_set_vers1_properties()[all …]