Lines Matching refs:lpm

192 				 unsigned long intparm, __u8 lpm, __u8 key,  in ccw_device_start_timeout_key()  argument
224 if (lpm) { in ccw_device_start_timeout_key()
225 lpm &= sch->lpm; in ccw_device_start_timeout_key()
226 if (lpm == 0) in ccw_device_start_timeout_key()
229 ret = cio_start_key (sch, cpa, lpm, key); in ccw_device_start_timeout_key()
272 unsigned long intparm, __u8 lpm, __u8 key, in ccw_device_start_key() argument
275 return ccw_device_start_timeout_key(cdev, cpa, intparm, lpm, key, in ccw_device_start_key()
306 unsigned long intparm, __u8 lpm, unsigned long flags) in ccw_device_start() argument
308 return ccw_device_start_key(cdev, cpa, intparm, lpm, in ccw_device_start()
344 unsigned long intparm, __u8 lpm, in ccw_device_start_timeout() argument
347 return ccw_device_start_timeout_key(cdev, cpa, intparm, lpm, in ccw_device_start_timeout()
463 return sch->lpm; in ccw_device_get_path_mask()
540 unsigned long intparm, u8 lpm, u8 key, in ccw_device_tm_start_timeout_key() argument
562 if (lpm) { in ccw_device_tm_start_timeout_key()
563 lpm &= sch->lpm; in ccw_device_tm_start_timeout_key()
564 if (lpm == 0) in ccw_device_tm_start_timeout_key()
567 rc = cio_tm_start_key(sch, tcw, lpm, key); in ccw_device_tm_start_timeout_key()
589 unsigned long intparm, u8 lpm, u8 key) in ccw_device_tm_start_key() argument
591 return ccw_device_tm_start_timeout_key(cdev, tcw, intparm, lpm, key, 0); in ccw_device_tm_start_key()
606 unsigned long intparm, u8 lpm) in ccw_device_tm_start() argument
608 return ccw_device_tm_start_key(cdev, tcw, intparm, lpm, in ccw_device_tm_start()
625 unsigned long intparm, u8 lpm, int expires) in ccw_device_tm_start_timeout() argument
627 return ccw_device_tm_start_timeout_key(cdev, tcw, intparm, lpm, in ccw_device_tm_start_timeout()
649 mask &= sch->lpm; in ccw_device_get_mdc()
651 mask = sch->lpm; in ccw_device_get_mdc()