Home
last modified time | relevance | path

Searched defs:SubchDev (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dcss.h119 typedef struct SubchDev SubchDev; typedef
120 struct SubchDev { struct
138 int (*ccw_cb) (SubchDev *, CCW1); argument
139 void (*disable_cb)(SubchDev *); argument
140 IOInstEnding (*do_subchannel_work) (SubchDev *); argument
141 void (*irb_cb)(SubchDev *, IRB *); argument
147 static inline void sch_gen_unit_exception(SubchDev *sch) in sch_gen_unit_exception() argument