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()
502 return sch->lpm; in ccw_device_get_path_mask()
609 unsigned long intparm, u8 lpm, u8 key) in ccw_device_tm_start_key() argument
630 if (lpm) { in ccw_device_tm_start_key()
631 lpm &= sch->lpm; in ccw_device_tm_start_key()
632 if (lpm == 0) in ccw_device_tm_start_key()
635 rc = cio_tm_start_key(sch, tcw, lpm, key); in ccw_device_tm_start_key()
655 unsigned long intparm, u8 lpm, u8 key, in ccw_device_tm_start_timeout_key() argument
661 ret = ccw_device_tm_start_key(cdev, tcw, intparm, lpm, key); in ccw_device_tm_start_timeout_key()
679 unsigned long intparm, u8 lpm) in ccw_device_tm_start() argument
681 return ccw_device_tm_start_key(cdev, tcw, intparm, lpm, in ccw_device_tm_start()
698 unsigned long intparm, u8 lpm, int expires) in ccw_device_tm_start_timeout() argument
700 return ccw_device_tm_start_timeout_key(cdev, tcw, intparm, lpm, in ccw_device_tm_start_timeout()
722 mask &= sch->lpm; in ccw_device_get_mdc()
724 mask = sch->lpm; in ccw_device_get_mdc()