Lines Matching full:sense
7 * Status accumulation and basic sense functions.
89 /* Copy concurrent sense / model dependent information. */ in ccw_device_accumulate_ecw()
183 /* Copy concurrent sense bit. */ in ccw_device_accumulate_esw()
291 * Check whether we must issue a SENSE CCW ourselves if there is no in ccw_device_accumulate_irb()
292 * concurrent sense facility installed for the subchannel. in ccw_device_accumulate_irb()
293 * No sense is required if no delayed sense is pending in ccw_device_accumulate_irb()
294 * and we did not get a unit check without sense information. in ccw_device_accumulate_irb()
299 * sense facility available/supported when enabling the in ccw_device_accumulate_irb()
300 * concurrent sense facility. in ccw_device_accumulate_irb()
308 * Do a basic sense.
319 /* A sense is required, can we do it now ? */ in ccw_device_do_sense()
323 * status yet, therefore we must delay the SENSE in ccw_device_do_sense()
330 * We have ending status but no sense information. Do a basic sense. in ccw_device_do_sense()
345 * Add information from basic sense to devstat.
378 * starts a basic sense if one is needed.
386 /* Check for basic sense. */ in ccw_device_accumulate_and_sense()