Searched refs:un_throttle (Results 1 – 6 of 6) sorted by relevance
502 un->un_throttle = 2; in dcdattach()688 un->un_throttle = 0; in dcddetach()1041 un->un_throttle = 2; in dcd_doattach()1996 un->un_ncmds, un->un_throttle, (void *)dp->b_forw); in dcdstrategy()1998 ASSERT(un->un_throttle >= 0); in dcdstrategy()1999 if ((un->un_ncmds < un->un_throttle) && (dp->b_forw == NULL)) { in dcdstrategy()2025 if ((un->un_ncmds < un->un_throttle) && in dcdstrategy()2126 if ((un->un_ncmds < un->un_throttle) && in dcdstart()2183 if ((un->un_ncmds < un->un_throttle) && in dcdstart()2214 if ((un->un_ncmds < un->un_throttle) && in dcdstart()[all …]
143 short un_throttle; /* This is used for throttling if */ member
907 un->un_throttle = un->un_max_throttle; in st_attach()1038 un->un_max_throttle = un->un_throttle = un->un_last_throttle = 1; in st_attach()1044 un->un_throttle, un->un_max_throttle); in st_attach()1488 un->un_throttle = in st_detach()1526 un->un_throttle = 0; in st_detach()3729 un->un_throttle = 1; /* assume one request at time, for now */ in st_close()4926 ASSERT(un->un_throttle != 0); in st_ioctl()4927 un->un_throttle = 1; /* > 1 will never happen here */ in st_ioctl()6483 if ((un->un_throttle <= 0) || (un->un_ncmds >= un->un_throttle)) { in st_start()6490 un->un_throttle, un->un_ncmds); in st_start()[all …]
4197 un->un_saved_throttle = un->un_throttle = val; in sd_set_properties()4202 "throttle set to %d\n", un->un_throttle); in sd_set_properties()4253 if ((un->un_throttle < SD_LOWEST_VALID_THROTTLE) || in sd_set_properties()4255 (un->un_min_throttle > un->un_throttle)) { in sd_set_properties()4256 un->un_saved_throttle = un->un_throttle = sd_max_throttle; in sd_set_properties()4726 un->un_saved_throttle = un->un_throttle = in sd_set_vers1_properties()4870 if ((un->un_throttle < SD_LOWEST_VALID_THROTTLE) || in sd_set_vers1_properties()4872 (un->un_min_throttle > un->un_throttle)) { in sd_set_vers1_properties()4873 un->un_saved_throttle = un->un_throttle = sd_max_throttle; in sd_set_vers1_properties()6397 un->un_throttle = un->un_saved_throttle; in sd_ddi_resume()[all …]
995 uchar_t un_throttle; /* curr. max number of cmds outst. */ member
330 short un_throttle; /* max #cmds allowed in transport */ member