Lines Matching refs:subchannel_id

16 static inline int __stsch(struct subchannel_id schid, struct schib *addr)  in __stsch()
18 register struct subchannel_id reg1 asm ("1") = schid; in __stsch()
33 int stsch(struct subchannel_id schid, struct schib *addr) in stsch()
44 static inline int __msch(struct subchannel_id schid, struct schib *addr) in __msch()
46 register struct subchannel_id reg1 asm ("1") = schid; in __msch()
61 int msch(struct subchannel_id schid, struct schib *addr) in msch()
71 static inline int __tsch(struct subchannel_id schid, struct irb *addr) in __tsch()
73 register struct subchannel_id reg1 asm ("1") = schid; in __tsch()
86 int tsch(struct subchannel_id schid, struct irb *addr) in tsch()
96 static inline int __ssch(struct subchannel_id schid, union orb *addr) in __ssch()
98 register struct subchannel_id reg1 asm("1") = schid; in __ssch()
113 int ssch(struct subchannel_id schid, union orb *addr) in ssch()
124 static inline int __csch(struct subchannel_id schid) in __csch()
126 register struct subchannel_id reg1 asm("1") = schid; in __csch()
139 int csch(struct subchannel_id schid) in csch()
186 static inline int __rsch(struct subchannel_id schid) in __rsch()
188 register struct subchannel_id reg1 asm("1") = schid; in __rsch()
202 int rsch(struct subchannel_id schid) in rsch()
212 static inline int __hsch(struct subchannel_id schid) in __hsch()
214 register struct subchannel_id reg1 asm("1") = schid; in __hsch()
227 int hsch(struct subchannel_id schid) in hsch()
237 static inline int __xsch(struct subchannel_id schid) in __xsch()
239 register struct subchannel_id reg1 asm("1") = schid; in __xsch()
252 int xsch(struct subchannel_id schid) in xsch()