Lines Matching refs:schid

16 static inline int __stsch(struct subchannel_id schid, struct schib *addr)  in __stsch()  argument
18 register struct subchannel_id reg1 asm ("1") = schid; in __stsch()
33 int stsch(struct subchannel_id schid, struct schib *addr) in stsch() argument
37 ccode = __stsch(schid, addr); in stsch()
38 trace_s390_cio_stsch(schid, addr, ccode); in stsch()
44 static inline int __msch(struct subchannel_id schid, struct schib *addr) in __msch() argument
46 register struct subchannel_id reg1 asm ("1") = schid; in __msch()
61 int msch(struct subchannel_id schid, struct schib *addr) in msch() argument
65 ccode = __msch(schid, addr); in msch()
66 trace_s390_cio_msch(schid, addr, ccode); in msch()
71 static inline int __tsch(struct subchannel_id schid, struct irb *addr) in __tsch() argument
73 register struct subchannel_id reg1 asm ("1") = schid; in __tsch()
86 int tsch(struct subchannel_id schid, struct irb *addr) in tsch() argument
90 ccode = __tsch(schid, addr); in tsch()
91 trace_s390_cio_tsch(schid, addr, ccode); in tsch()
96 static inline int __ssch(struct subchannel_id schid, union orb *addr) in __ssch() argument
98 register struct subchannel_id reg1 asm("1") = schid; in __ssch()
113 int ssch(struct subchannel_id schid, union orb *addr) in ssch() argument
117 ccode = __ssch(schid, addr); in ssch()
118 trace_s390_cio_ssch(schid, addr, ccode); in ssch()
124 static inline int __csch(struct subchannel_id schid) in __csch() argument
126 register struct subchannel_id reg1 asm("1") = schid; in __csch()
139 int csch(struct subchannel_id schid) in csch() argument
143 ccode = __csch(schid); in csch()
144 trace_s390_cio_csch(schid, ccode); in csch()
186 static inline int __rsch(struct subchannel_id schid) in __rsch() argument
188 register struct subchannel_id reg1 asm("1") = schid; in __rsch()
202 int rsch(struct subchannel_id schid) in rsch() argument
206 ccode = __rsch(schid); in rsch()
207 trace_s390_cio_rsch(schid, ccode); in rsch()
212 static inline int __hsch(struct subchannel_id schid) in __hsch() argument
214 register struct subchannel_id reg1 asm("1") = schid; in __hsch()
227 int hsch(struct subchannel_id schid) in hsch() argument
231 ccode = __hsch(schid); in hsch()
232 trace_s390_cio_hsch(schid, ccode); in hsch()
238 static inline int __xsch(struct subchannel_id schid) in __xsch() argument
240 register struct subchannel_id reg1 asm("1") = schid; in __xsch()
253 int xsch(struct subchannel_id schid) in xsch() argument
257 ccode = __xsch(schid); in xsch()
258 trace_s390_cio_xsch(schid, ccode); in xsch()