Home
last modified time | relevance | path

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

/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
/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()
/linux/drivers/s390/char/
H A Dtape_proc.c57 seq_printf(m, "%04X/", device->cdev->id.cu_type); in tape_proc_show()
/linux/block/partitions/
H A Dibm.c128 if ((info->cu_type == 0x6310 && info->dev_type == 0x9336) || in find_label()
129 (info->cu_type == 0x3880 && info->dev_type == 0x3370)) in find_label()
/linux/drivers/s390/block/
H A Ddasd_eckd.h252 __u16 cu_type; member
553 unsigned char cu_type[4]; member
H A Ddasd_fba.c174 cdev->id.cu_type, in dasd_fba_check_characteristics()
H A Ddasd_eckd.c353 if ((private->rdc_data.cu_type == 0x2105 || in define_extent()
354 private->rdc_data.cu_type == 0x2107 || in define_extent()
355 private->rdc_data.cu_type == 0x1750) in define_extent()
2184 private->rdc_data.cu_type, in dasd_eckd_check_characteristics()
3563 switch (cdev->id.cu_type) { in dasd_eckd_erp_action()
/linux/scripts/mod/
H A Ddevicetable-offsets.c49 DEVID_FIELD(ccw_device_id, cu_type); in main()
H A Dfile2alias.c480 DEF_FIELD(symval, ccw_device_id, cu_type); in do_ccw_entry()
486 cu_type); in do_ccw_entry()
/linux/Documentation/arch/s390/
H A Ddriver-model.rst121 __u16 cu_type;