Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dcpu-sysemu.c280 int s390_assign_subch_ioeventfd(EventNotifier *notifier, uint32_t sch_id, in s390_assign_subch_ioeventfd() argument
284 return kvm_s390_assign_subch_ioeventfd(notifier, sch_id, vq, assign); in s390_assign_subch_ioeventfd()
H A Dcpu.h902 int s390_assign_subch_ioeventfd(EventNotifier *notifier, uint32_t sch_id,
/qemu/pc-bios/s390-ccw/
H A Dmain.c39 lowcore->subchannel_id = blk_schid.sch_id; in write_subsystem_identification()
H A Dcio.h133 u16 sch_id; member
/qemu/hw/s390x/
H A Dvirtio-ccw.c157 uint32_t sch_id = (css_build_subchannel_id(sch) << 16) | sch->schid; in virtio_ccw_ioeventfd_assign() local
159 return s390_assign_subch_ioeventfd(notifier, sch_id, n, assign); in virtio_ccw_ioeventfd_assign()