Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A D3270-ccw.c132 sch->irb_cb = build_irb_virtual; in emulated_ccw_3270_realize()
H A Ds390-ccw.c127 sch->irb_cb = build_irb_passthrough; in s390_ccw_realize()
H A Dvirtio-ccw.c758 sch->irb_cb = build_irb_virtual; in virtio_ccw_device_realize()
H A Dcss.c1787 if (sch->irb_cb) { in css_do_tsch_get_irb()
1788 sch->irb_cb(sch, &irb); in css_do_tsch_get_irb()
/openbmc/qemu/include/hw/s390x/
H A Dcss.h141 void (*irb_cb)(SubchDev *, IRB *); member