• Home
  • Raw
  • Download

Lines Matching full:lpm

168  * @lpm: defines the channel path to be used for a specific I/O request. A
185 * -%EACCES, if no path specified in @lpm is operational;
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()
250 * @lpm: defines the channel path to be used for a specific I/O request. A
262 * -%EACCES, if no path specified in @lpm is operational;
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()
282 * @lpm: defines the channel path to be used for a specific I/O request. A
293 * -%EACCES, if no path specified in @lpm is operational;
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()
312 * @lpm: defines the channel path to be used for a specific I/O request. A
328 * -%EACCES, if no path specified in @lpm is operational;
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()
521 * @lpm: mask of paths to use
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()
571 * @lpm: mask of paths to use
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()
589 * @lpm: mask of paths to use
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()
607 * @lpm: mask of paths to use
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()