Home
last modified time | relevance | path

Searched refs:cu_type (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h275 u16 cu_type; /* control unit type */ member
368 uint16_t cu_type(SubChannelId schid);
H A Dvirtio.c106 return do_cio(vdev->schid, vdev->senseid.cu_type, ptr2u32(&ccw), CCW_FMT1); in run_ccw()
350 if (vdev.senseid.cu_type == 0x3832) { in virtio_is_supported()
H A Dcio.c51 uint16_t cu_type(SubChannelId schid) in cu_type() function
66 return sense_data.cu_type; in cu_type()
H A Dmain.c85 cutype = cu_type(blk_schid); in is_dev_possibly_bootable()
/openbmc/qemu/hw/s390x/
H A D3270-ccw.c127 sch->id.cu_type = EMULATED_CCW_3270_CU_TYPE; in emulated_ccw_3270_realize()
H A Dcss.c157 VMSTATE_UINT16(cu_type, SenseId),
737 stw_be_p(dest + 1, src->cu_type); in copy_sense_id_to_guest()
H A Dvirtio-ccw.c756 sch->id.cu_type = VIRTIO_CCW_CU_TYPE; in virtio_ccw_device_realize()
/openbmc/qemu/include/hw/s390x/
H A Dcss.h44 uint16_t cu_type; /* control unit type */ member