Searched refs:ecw (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Ddevice_status.c91 memcpy (&cdev->private->irb.ecw, irb->ecw, sizeof (irb->ecw));
334 sense_ccw->cda = (__u32) __pa(cdev->private->irb.ecw);
H A Dccwreq.c186 CIO_HEX_EVENT(2, &cdev->private->irb.ecw, SENSE_MAX_COUNT);
188 if (irb->ecw[0] & SNS0_CMD_REJECT)
H A Dqdio_main.c887 DBF_ERROR_HEX(irb->ecw, 64);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dcio.h181 * @ecw: extended control word
186 * If a unit check occured, @ecw may contain sense data; this is retrieved
200 __u8 ecw[32]; member in struct:irb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_3590.c868 sense = (struct tape_3590_sense *) irb->ecw;
1007 sense = (struct tape_3590_sense *) irb->ecw;
1071 sense = (struct tape_3590_sense *) irb->ecw;
1182 sense = (struct tape_3590_sense *) irb->ecw;
1287 sense = (struct tape_3590_sense *) irb->ecw;
1350 sense = ((struct tape_3590_sense *) irb->ecw)->fmt.data;
1395 sense = (struct tape_3590_sense *) irb->ecw;
H A Dtape_34xx.c258 if (irb->ecw[3] == 0x40) {
273 if (irb->ecw[3] == 0x41) {
301 sense = irb->ecw;
H A Dtape_core.c882 sptr = (unsigned int *) irb->ecw;
1124 if(*(((__u8 *) irb->ecw) + 1) & SENSE_DRIVE_ONLINE)
H A Draw3270.c467 if (irb->ecw[0] & SNS0_INTERVENTION_REQ) {
474 if (irb->ecw[0] & SNS0_CMD_REJECT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_eckd.c1780 (irb->ecw[7] == 0x0D)) {
3149 irb->ecw[8 * sl + sct]);
3154 if (irb->ecw[27] & DASD_SENSE_BIT_0) {
3159 irb->ecw[7] >> 4, irb->ecw[7] & 0x0f,
3160 irb->ecw[1] & 0x10 ? "" : "no");
3166 irb->ecw[6] & 0x0f, irb->ecw[22] >> 4);
H A Ddasd_fba.c504 irb->ecw[8 * sl + sct]);
H A Ddasd.c2807 sense = irb->ecw;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dctcm_main.c1269 if ((irb->ecw[0] & ch->sense_rc) == 0)
1273 CTCM_FUNTAIL, ch->id, irb->ecw[0], dstat);
1274 ccw_unit_check(ch, irb->ecw[0]);
H A Dclaw.c686 ccw_check_unit_check(p_ch, irb->ecw[0]);
735 if ((p_ch->irb->ecw[0] & 0x41) == 0x41 ||
736 (p_ch->irb->ecw[0] & 0x40) == 0x40 ||
737 (p_ch->irb->ecw[0]) == 0) {
779 if (p_ch->irb->ecw[0] & 0x80) {
H A Dlcs.c1345 sense = (char *) irb->ecw;
H A Dqeth_core_main.c689 sense = (char *) irb->ecw;
838 DUMP_PREFIX_OFFSET, 16, 1, irb->ecw, 32, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmlme.c130 static int ecw2cw(int ecw) argument
132 return (1 << ecw) - 1;

Completed in 308 milliseconds