Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/s390/cio/
H A Ddevice_id.c40 int class, type, cu_type; in diag210_to_senseid() member
76 senseid->cu_type = 0x3088; in diag210_to_senseid()
84 senseid->cu_type = vm_devices[i].cu_type; in diag210_to_senseid()
140 cdev->private->dma_area->senseid.cu_type = 0xffff; in snsid_init()
154 if (cdev->private->dma_area->senseid.cu_type == 0xffff) in snsid_check()
188 senseid->cu_type, senseid->cu_model, senseid->dev_type, in snsid_callback()
H A Ddevice_fsm.c143 cdev->id.cu_type = cdev->private->dma_area->senseid.cu_type; in ccw_device_update_sense_data()
151 return cdev->id.cu_type == in ccw_device_test_sense_data()
152 cdev->private->dma_area->senseid.cu_type && in ccw_device_test_sense_data()
242 if (cdev->id.cu_type != 0) { /* device was recognized before */ in ccw_device_recog_done()
H A Dio_sch.h102 u16 cu_type; /* control unit type */ member
H A Ddevice.c87 len = snprintf(buf, size, "ccw:t%04Xm%02X", id->cu_type, id->cu_model); in snprint_alias()
112 ret = add_uevent_var(env, "CU_TYPE=%04X", id->cu_type); in ccw_uevent()
217 id->cu_type, id->cu_model); in cutype_show()
483 if (cdev->id.cu_type == 0) in online_store_handle_online()
/openbmc/linux/arch/s390/include/asm/
H A Dccwdev.h29 .cu_type=(cu), .cu_model=(cum), \
34 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\
53 && (id->cu_type != match->cu_type)) in ccw_device_id_match()
/openbmc/linux/arch/s390/include/uapi/asm/
H A Ddasd.h33 unsigned int cu_type : 16; /* from SenseID */ member
105 unsigned int cu_type : 16; /* from SenseID */ member
/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()
345 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/linux/drivers/s390/char/
H A Dtape_proc.c57 seq_printf(m, "%04X/", device->cdev->id.cu_type); in tape_proc_show()
H A Dvmur.c903 if (urd->cdev->id.cu_type == READER_PUNCH_DEVTYPE) { in ur_set_online()
908 } else if (urd->cdev->id.cu_type == PRINTER_DEVTYPE) { in ur_set_online()
/openbmc/linux/block/partitions/
H A Dibm.c89 if ((info->cu_type == 0x6310 && info->dev_type == 0x9336) || in find_label()
90 (info->cu_type == 0x3880 && info->dev_type == 0x3370)) in find_label()
/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 Dvirtio-ccw.c756 sch->id.cu_type = VIRTIO_CCW_CU_TYPE; in virtio_ccw_device_realize()
H A Dcss.c159 VMSTATE_UINT16(cu_type, SenseId),
766 stw_be_p(dest + 1, src->cu_type); in copy_sense_id_to_guest()
/openbmc/linux/drivers/s390/block/
H A Ddasd_eckd.h252 __u16 cu_type; member
553 unsigned char cu_type[4]; member
H A Ddasd_ioctl.c529 dasd_info->cu_type = cdev->id.cu_type; in __dasd_ioctl_information()
H A Ddasd_fba.c178 cdev->id.cu_type, in dasd_fba_check_characteristics()
H A Ddasd_eckd.c359 if ((private->rdc_data.cu_type == 0x2105 || in define_extent()
360 private->rdc_data.cu_type == 0x2107 || in define_extent()
361 private->rdc_data.cu_type == 0x1750) in define_extent()
2198 private->rdc_data.cu_type, in dasd_eckd_check_characteristics()
3577 switch (cdev->id.cu_type) { in dasd_eckd_erp_action()
/openbmc/linux/scripts/mod/
H A Ddevicetable-offsets.c49 DEVID_FIELD(ccw_device_id, cu_type); in main()
H A Dfile2alias.c502 DEF_FIELD(symval, ccw_device_id, cu_type); in do_ccw_entry()
509 cu_type); in do_ccw_entry()
/openbmc/qemu/include/hw/s390x/
H A Dcss.h44 uint16_t cu_type; /* control unit type */ member
/openbmc/linux/include/linux/
H A Dmod_devicetable.h185 __u16 cu_type; /* control unit type */ member
/openbmc/linux/Documentation/arch/s390/
H A Ddriver-model.rst121 __u16 cu_type;

12