Lines Matching refs:lpm
191 unsigned long intparm, __u8 lpm, __u8 key, in ccw_device_start_timeout_key() argument
223 if (lpm) { in ccw_device_start_timeout_key()
224 lpm &= sch->lpm; in ccw_device_start_timeout_key()
225 if (lpm == 0) in ccw_device_start_timeout_key()
228 ret = cio_start_key (sch, cpa, lpm, key); in ccw_device_start_timeout_key()
268 unsigned long intparm, __u8 lpm, __u8 key, in ccw_device_start_key() argument
271 return ccw_device_start_timeout_key(cdev, cpa, intparm, lpm, key, in ccw_device_start_key()
299 unsigned long intparm, __u8 lpm, unsigned long flags) in ccw_device_start() argument
301 return ccw_device_start_key(cdev, cpa, intparm, lpm, in ccw_device_start()
334 unsigned long intparm, __u8 lpm, in ccw_device_start_timeout() argument
337 return ccw_device_start_timeout_key(cdev, cpa, intparm, lpm, in ccw_device_start_timeout()
452 return sch->lpm; in ccw_device_get_path_mask()
529 unsigned long intparm, u8 lpm, u8 key, in ccw_device_tm_start_timeout_key() argument
551 if (lpm) { in ccw_device_tm_start_timeout_key()
552 lpm &= sch->lpm; in ccw_device_tm_start_timeout_key()
553 if (lpm == 0) in ccw_device_tm_start_timeout_key()
556 rc = cio_tm_start_key(sch, tcw, lpm, key); in ccw_device_tm_start_timeout_key()
578 unsigned long intparm, u8 lpm, u8 key) in ccw_device_tm_start_key() argument
580 return ccw_device_tm_start_timeout_key(cdev, tcw, intparm, lpm, key, 0); in ccw_device_tm_start_key()
595 unsigned long intparm, u8 lpm) in ccw_device_tm_start() argument
597 return ccw_device_tm_start_key(cdev, tcw, intparm, lpm, in ccw_device_tm_start()
614 unsigned long intparm, u8 lpm, int expires) in ccw_device_tm_start_timeout() argument
616 return ccw_device_tm_start_timeout_key(cdev, tcw, intparm, lpm, in ccw_device_tm_start_timeout()
638 mask &= sch->lpm; in ccw_device_get_mdc()
640 mask = sch->lpm; in ccw_device_get_mdc()