Lines Matching refs:subchannel_id
13 struct subchannel_id schid;
28 static inline int stsch_err(struct subchannel_id schid, struct schib *addr) in stsch_err()
30 register struct subchannel_id reg1 asm ("1") = schid; in stsch_err()
45 static inline int msch(struct subchannel_id schid, struct schib *addr) in msch()
47 register struct subchannel_id reg1 asm ("1") = schid; in msch()
60 static inline int msch_err(struct subchannel_id schid, struct schib *addr) in msch_err()
62 register struct subchannel_id reg1 asm ("1") = schid; in msch_err()
77 static inline int tsch(struct subchannel_id schid, struct irb *addr) in tsch()
79 register struct subchannel_id reg1 asm ("1") = schid; in tsch()
92 static inline int ssch(struct subchannel_id schid, union orb *addr) in ssch()
94 register struct subchannel_id reg1 asm("1") = schid; in ssch()
109 static inline int csch(struct subchannel_id schid) in csch()
111 register struct subchannel_id reg1 asm("1") = schid; in csch()