• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/

Lines Matching refs:lpm

167  * @lpm: defines the channel path to be used for a specific I/O request. A
179 * -%EACCES, if no path specified in @lpm is operational;
185 unsigned long intparm, __u8 lpm, __u8 key,
217 if (lpm) {
218 lpm &= sch->opm;
219 if (lpm == 0)
222 ret = cio_start_key (sch, cpa, lpm, key);
242 * @lpm: defines the channel path to be used for a specific I/O request. A
259 * -%EACCES, if no path specified in @lpm is operational;
265 unsigned long intparm, __u8 lpm, __u8 key,
273 ret = ccw_device_start_key(cdev, cpa, intparm, lpm, key, flags);
286 * @lpm: defines the channel path to be used for a specific I/O request. A
297 * -%EACCES, if no path specified in @lpm is operational;
303 unsigned long intparm, __u8 lpm, unsigned long flags)
305 return ccw_device_start_key(cdev, cpa, intparm, lpm,
316 * @lpm: defines the channel path to be used for a specific I/O request. A
332 * -%EACCES, if no path specified in @lpm is operational;
338 unsigned long intparm, __u8 lpm,
341 return ccw_device_start_timeout_key(cdev, cpa, intparm, lpm,
505 return sch->lpm;
596 * @lpm: mask of paths to use
603 unsigned long intparm, u8 lpm, u8 key)
614 if (lpm) {
615 lpm &= sch->opm;
616 if (lpm == 0)
619 rc = cio_tm_start_key(sch, tcw, lpm, key);
631 * @lpm: mask of paths to use
639 unsigned long intparm, u8 lpm, u8 key,
645 ret = ccw_device_tm_start_key(cdev, tcw, intparm, lpm, key);
657 * @lpm: mask of paths to use
663 unsigned long intparm, u8 lpm)
665 return ccw_device_tm_start_key(cdev, tcw, intparm, lpm,
675 * @lpm: mask of paths to use
682 unsigned long intparm, u8 lpm, int expires)
684 return ccw_device_tm_start_timeout_key(cdev, tcw, intparm, lpm,