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);
246 IOInstEnding css_do_stsch(SubchDev *sch, SCHIB *schib);
248 IOInstEnding css_do_msch(SubchDev *sch, const SCHIB *schib);
249 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.c1214 static IOInstEnding sch_handle_halt_func_passthrough(SubchDev *sch) in sch_handle_halt_func_passthrough()
1240 static IOInstEnding sch_handle_clear_func_passthrough(SubchDev *sch) in sch_handle_clear_func_passthrough()
1264 static IOInstEnding sch_handle_start_func_passthrough(SubchDev *sch) in sch_handle_start_func_passthrough()
1281 IOInstEnding do_subchannel_work_virtual(SubchDev *sch) in do_subchannel_work_virtual()
1298 IOInstEnding do_subchannel_work_passthrough(SubchDev *sch) in do_subchannel_work_passthrough()
1312 static IOInstEnding do_subchannel_work(SubchDev *sch) in do_subchannel_work()
1381 IOInstEnding css_do_stsch(SubchDev *sch, SCHIB *schib) in css_do_stsch()
1449 IOInstEnding css_do_msch(SubchDev *sch, const SCHIB *orig_schib) in css_do_msch()
1495 IOInstEnding css_do_xsch(SubchDev *sch) in css_do_xsch()
1527 IOInstEnding css_do_csch(SubchDev *sch) in css_do_csch()
[all …]
/openbmc/qemu/hw/vfio/
H A Dccw.c78 static IOInstEnding vfio_ccw_handle_request(SubchDev *sch) in vfio_ccw_handle_request()
126 static IOInstEnding vfio_ccw_handle_store(SubchDev *sch) in vfio_ccw_handle_store()