Lines Matching full:lpm

166  * @lpm: defines the channel path to be used for a specific I/O request. A
186 * -%EACCES, if no path specified in @lpm is operational;
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()
251 * @lpm: defines the channel path to be used for a specific I/O request. A
266 * -%EACCES, if no path specified in @lpm is operational;
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()
286 * @lpm: defines the channel path to be used for a specific I/O request. A
300 * -%EACCES, if no path specified in @lpm is operational;
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()
319 * @lpm: defines the channel path to be used for a specific I/O request. A
338 * -%EACCES, if no path specified in @lpm is operational;
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()
532 * @lpm: mask of paths to use
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()
582 * @lpm: mask of paths to use
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()
600 * @lpm: mask of paths to use
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()
618 * @lpm: mask of paths to use
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()