Home
last modified time | relevance | path

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

/openbmc/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.h904 int s390_assign_subch_ioeventfd(EventNotifier *notifier, uint32_t sch_id,
/openbmc/linux/drivers/s390/block/
H A Ddasd_ioctl.c507 struct subchannel_id sch_id; in __dasd_ioctl_information() local
525 ccw_device_get_schid(cdev, &sch_id); in __dasd_ioctl_information()
528 dasd_info->schid = sch_id.sch_no; in __dasd_ioctl_information()
H A Ddasd_eckd.c1010 struct subchannel_id sch_id; in dasd_eckd_store_conf_data() local
1024 ccw_device_get_schid(device->cdev, &sch_id); in dasd_eckd_store_conf_data()
1026 device->path[chp].cssid = sch_id.cssid; in dasd_eckd_store_conf_data()
1027 device->path[chp].ssid = sch_id.ssid; in dasd_eckd_store_conf_data()
/openbmc/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
/openbmc/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()