Lines Matching refs:lpm

185 			 unsigned long intparm, __u8 lpm, __u8 key,  in ccw_device_start_key()  argument
217 if (lpm) { in ccw_device_start_key()
218 lpm &= sch->lpm; in ccw_device_start_key()
219 if (lpm == 0) in ccw_device_start_key()
222 ret = cio_start_key (sch, cpa, lpm, key); in ccw_device_start_key()
265 unsigned long intparm, __u8 lpm, __u8 key, in ccw_device_start_timeout_key() argument
273 ret = ccw_device_start_key(cdev, cpa, intparm, lpm, key, flags); in ccw_device_start_timeout_key()
303 unsigned long intparm, __u8 lpm, unsigned long flags) in ccw_device_start() argument
305 return ccw_device_start_key(cdev, cpa, intparm, lpm, in ccw_device_start()
338 unsigned long intparm, __u8 lpm, in ccw_device_start_timeout() argument
341 return ccw_device_start_timeout_key(cdev, cpa, intparm, lpm, in ccw_device_start_timeout()
456 return sch->lpm; in ccw_device_get_path_mask()
502 unsigned long intparm, u8 lpm, u8 key) in ccw_device_tm_start_key() argument
523 if (lpm) { in ccw_device_tm_start_key()
524 lpm &= sch->lpm; in ccw_device_tm_start_key()
525 if (lpm == 0) in ccw_device_tm_start_key()
528 rc = cio_tm_start_key(sch, tcw, lpm, key); in ccw_device_tm_start_key()
548 unsigned long intparm, u8 lpm, u8 key, in ccw_device_tm_start_timeout_key() argument
554 ret = ccw_device_tm_start_key(cdev, tcw, intparm, lpm, key); in ccw_device_tm_start_timeout_key()
572 unsigned long intparm, u8 lpm) in ccw_device_tm_start() argument
574 return ccw_device_tm_start_key(cdev, tcw, intparm, lpm, in ccw_device_tm_start()
591 unsigned long intparm, u8 lpm, int expires) in ccw_device_tm_start_timeout() argument
593 return ccw_device_tm_start_timeout_key(cdev, tcw, intparm, lpm, in ccw_device_tm_start_timeout()
615 mask &= sch->lpm; in ccw_device_get_mdc()
617 mask = sch->lpm; in ccw_device_get_mdc()