Searched refs:cu_type (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dccwdev.h25 .cu_type=(cu), .cu_model=(cum), \
30 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\
49 && (id->cu_type != match->cu_type))
H A Ddasd.h30 unsigned int cu_type : 16; /* from SenseID */ member in struct:dasd_information2_t
90 unsigned int cu_type : 16; /* from SenseID */ member in struct:dasd_information_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Ddevice_id.c90 int vrdcvcla, vrdcvtyp, cu_type; member in struct:__anon6271
138 ps->cu_type = 0x3088;
145 ps->cu_type = vm_devices[i].cu_type;
215 cdev->private->senseid.cu_type = 0xFFFF;
236 if (cdev->private->senseid.cu_type != 0xFFFF &&
346 if (cdev->private->senseid.cu_type != 0xFFFF) {
H A Dcss.h69 __u16 cu_type; /* control unit type */ member in struct:senseid
H A Ddevice.c64 len = snprintf(buf, size, "ccw:t%04Xm%02X", id->cu_type, id->cu_model);
93 "CU_TYPE=%04X", id->cu_type);
265 id->cu_type, id->cu_model);
439 if (cdev->id.cu_type == 0) {
468 if (cdev->id.cu_type == 0)
H A Ddevice_fsm.c193 if (cdev->id.cu_type != cdev->private->senseid.cu_type ||
282 cdev->id.cu_type = cdev->private->senseid.cu_type;
301 cdev->id.cu_type, cdev->id.cu_model,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dtape_proc.c56 seq_printf(m, "%04X/", device->cdev->id.cu_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_eckd.h141 __u16 cu_type; member in struct:dasd_eckd_characteristics
363 unsigned char cu_type[4]; member in struct:dasd_psf_ssc_data
H A Ddasd_ioctl.c278 dasd_info->cu_type = cdev->id.cu_type;
H A Ddasd_eckd.c253 if ((private->rdc_data.cu_type == 0x2105 ||
254 private->rdc_data.cu_type == 0x2107 ||
255 private->rdc_data.cu_type == 0x1750)
727 private->rdc_data.cu_type,
1130 switch (cdev->id.cu_type) {
1152 switch (cdev->id.cu_type) {
H A Ddasd_fba.c150 cdev->id.cu_type,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dfile2alias.c250 id->cu_type = TO_NATIVE(id->cu_type);
257 id->cu_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmod_devicetable.h138 __u16 cu_type; /* control unit type */ member in struct:ccw_device_id
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/linux24_compat/
H A Dgenerate_alias.c861 unsigned long match_flags, cu_type, cu_model, dev_type, dev_model; local
890 cu_type = strtoul(token, NULL, 0);
912 PRINT_WILDCARD_COND("t", "%04lX", cu_type, match_flags & 0x01);

Completed in 113 milliseconds