Lines Matching refs:lpm
100 cio_start_handle_notoper(struct subchannel *sch, __u8 lpm) in cio_start_handle_notoper() argument
104 if (lpm != 0) in cio_start_handle_notoper()
105 sch->lpm &= ~lpm; in cio_start_handle_notoper()
107 sch->lpm = 0; in cio_start_handle_notoper()
120 return (sch->lpm ? -EACCES : -ENODEV); in cio_start_handle_notoper()
126 __u8 lpm, /* logical path mask */ in cio_start_key() argument
144 orb->cmd.lpm = (lpm != 0) ? lpm : sch->lpm; in cio_start_key()
169 return cio_start_handle_notoper(sch, lpm); in cio_start_key()
177 cio_start (struct subchannel *sch, struct ccw1 *cpa, __u8 lpm) in cio_start() argument
179 return cio_start_key(sch, cpa, lpm, PAGE_DEFAULT_KEY); in cio_start()
714 int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key) in cio_tm_start_key() argument
723 orb->tm.lpm = lpm ? lpm : sch->lpm; in cio_tm_start_key()
733 return cio_start_handle_notoper(sch, lpm); in cio_tm_start_key()