Home
last modified time | relevance | path

Searched refs:IOInstEnding (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dcss.h108 typedef enum IOInstEnding { enum
117 } IOInstEnding; typedef
140 IOInstEnding (*do_subchannel_work) (SubchDev *);
219 IOInstEnding s390_ccw_cmd_request(SubchDev *sch);
220 IOInstEnding do_subchannel_work_virtual(SubchDev *sub);
221 IOInstEnding do_subchannel_work_passthrough(SubchDev *sub);
227 IOInstEnding s390_ccw_store(SubchDev *sch);
245 IOInstEnding css_do_stsch(SubchDev *sch, SCHIB *schib);
247 IOInstEnding css_do_msch(SubchDev *sch, const SCHIB *schib);
248 IOInstEnding css_do_xsch(SubchDev *sch);
[all …]
H A Ds390-ccw.h36 IOInstEnding (*handle_request) (SubchDev *sch);
39 IOInstEnding (*handle_store) (SubchDev *sch);
/openbmc/qemu/hw/s390x/
H A Ds390-ccw.c23 IOInstEnding s390_ccw_cmd_request(SubchDev *sch) in s390_ccw_cmd_request()
53 IOInstEnding s390_ccw_store(SubchDev *sch) in s390_ccw_store()
H A Dcss.c1185 static IOInstEnding sch_handle_halt_func_passthrough(SubchDev *sch) in sch_handle_halt_func_passthrough()
1211 static IOInstEnding sch_handle_clear_func_passthrough(SubchDev *sch) in sch_handle_clear_func_passthrough()
1235 static IOInstEnding sch_handle_start_func_passthrough(SubchDev *sch) in sch_handle_start_func_passthrough()
1252 IOInstEnding do_subchannel_work_virtual(SubchDev *sch) in do_subchannel_work_virtual()
1269 IOInstEnding do_subchannel_work_passthrough(SubchDev *sch) in do_subchannel_work_passthrough()
1283 static IOInstEnding do_subchannel_work(SubchDev *sch) in do_subchannel_work()
1352 IOInstEnding css_do_stsch(SubchDev *sch, SCHIB *schib) in css_do_stsch()
1420 IOInstEnding css_do_msch(SubchDev *sch, const SCHIB *orig_schib) in css_do_msch()
1466 IOInstEnding css_do_xsch(SubchDev *sch) in css_do_xsch()
1498 IOInstEnding css_do_csch(SubchDev *sch) in css_do_csch()
[all …]
/openbmc/qemu/hw/vfio/
H A Dccw.c69 static IOInstEnding vfio_ccw_handle_request(SubchDev *sch) in vfio_ccw_handle_request()
118 static IOInstEnding vfio_ccw_handle_store(SubchDev *sch) in vfio_ccw_handle_store()