Searched defs:schid (Results 1 – 3 of 3) sorted by relevance
/kvm-unit-tests/lib/s390x/ |
H A D | css_lib.c | 125 int schid = 0; in css_enumerate() local 171 bool css_enabled(int schid) in css_enabled() 198 int css_enable(int schid, int isc) in css_enable() 261 static bool schib_update_mb(int schid, uint64_t mb, uint16_t mbi, in schib_update_mb() 323 bool css_enable_mb(int schid, uint64_t mb, uint16_t mbi, uint16_t flags, in css_enable_mb() 340 bool css_disable_mb(int schid) in css_disable_mb() 427 int wait_and_check_io_completion(int schid) in wait_and_check_io_completion() 483 int css_residual_count(unsigned int schid) in css_residual_count()
|
H A D | css.h | 132 static inline int ssch(unsigned long schid, struct orb *addr) in ssch() 147 static inline int stsch(unsigned long schid, struct schib *addr) in stsch() 164 static inline int msch(unsigned long schid, struct schib *addr) in msch() 179 static inline int tsch(unsigned long schid, struct irb *addr) in tsch() 196 static inline int hsch(unsigned long schid) in hsch() 211 static inline int xsch(unsigned long schid) in xsch() 226 static inline int csch(unsigned long schid) in csch() 241 static inline int rsch(unsigned long schid) in rsch()
|
/kvm-unit-tests/s390x/ |
H A D | css.c | 260 static void msch_with_wrong_fmt1_mbo(unsigned int schid, uint64_t mb) in msch_with_wrong_fmt1_mbo()
|