Lines Matching refs:lpm
101 cio_start_handle_notoper(struct subchannel *sch, __u8 lpm) in cio_start_handle_notoper() argument
105 if (lpm != 0) in cio_start_handle_notoper()
106 sch->lpm &= ~lpm; in cio_start_handle_notoper()
108 sch->lpm = 0; in cio_start_handle_notoper()
121 return (sch->lpm ? -EACCES : -ENODEV); in cio_start_handle_notoper()
127 __u8 lpm, /* logical path mask */ in cio_start_key() argument
145 orb->cmd.lpm = (lpm != 0) ? lpm : sch->lpm; in cio_start_key()
170 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()
969 int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key) in cio_tm_start_key() argument
978 orb->tm.lpm = lpm ? lpm : sch->lpm; in cio_tm_start_key()
988 return cio_start_handle_notoper(sch, lpm); in cio_tm_start_key()