Lines Matching refs:schid
13 struct subchannel_id schid; member
28 static inline int stsch_err(struct subchannel_id schid, struct schib *addr) in stsch_err() argument
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() argument
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() argument
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() argument
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() argument
94 register struct subchannel_id reg1 asm("1") = schid; in ssch()
109 static inline int csch(struct subchannel_id schid) in csch() argument
111 register struct subchannel_id reg1 asm("1") = schid; in csch()