Lines Matching full:sense
7 * Status accumulation and basic sense functions.
90 /* Copy concurrent sense / model dependent information. */ in ccw_device_accumulate_ecw()
184 /* Copy concurrent sense bit. */ in ccw_device_accumulate_esw()
292 * Check whether we must issue a SENSE CCW ourselves if there is no in ccw_device_accumulate_irb()
293 * concurrent sense facility installed for the subchannel. in ccw_device_accumulate_irb()
294 * No sense is required if no delayed sense is pending in ccw_device_accumulate_irb()
295 * and we did not get a unit check without sense information. in ccw_device_accumulate_irb()
300 * sense facility available/supported when enabling the in ccw_device_accumulate_irb()
301 * concurrent sense facility. in ccw_device_accumulate_irb()
309 * Do a basic sense.
320 /* A sense is required, can we do it now ? */ in ccw_device_do_sense()
324 * status yet, therefore we must delay the SENSE in ccw_device_do_sense()
331 * We have ending status but no sense information. Do a basic sense. in ccw_device_do_sense()
346 * Add information from basic sense to devstat.
379 * starts a basic sense if one is needed.
387 /* Check for basic sense. */ in ccw_device_accumulate_and_sense()