Searched defs:SubchDev (Results 1 – 1 of 1) sorted by relevance
119 typedef struct SubchDev SubchDev; typedef120 struct SubchDev { struct138 int (*ccw_cb) (SubchDev *, CCW1); argument139 void (*disable_cb)(SubchDev *); argument140 IOInstEnding (*do_subchannel_work) (SubchDev *); argument141 void (*irb_cb)(SubchDev *, IRB *); argument147 static inline void sch_gen_unit_exception(SubchDev *sch) in sch_gen_unit_exception() argument