Searched refs:ecw (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/s390/cio/ |
H A D | device_status.c | 91 memcpy(&cdev->private->dma_area->irb.ecw, irb->ecw, sizeof(irb->ecw)); in ccw_device_accumulate_ecw() 335 sense_ccw->cda = virt_to_dma32(cdev->private->dma_area->irb.ecw); in ccw_device_do_sense()
|
H A D | ccwreq.c | 190 CIO_HEX_EVENT(2, &cdev->private->dma_area->irb.ecw, in ccwreq_status() 193 if (irb->ecw[0] & SNS0_CMD_REJECT) in ccwreq_status()
|
/linux/drivers/s390/char/ |
H A D | tape_3590.c | 828 sense = (struct tape_3590_sense *) irb->ecw; in tape_3590_erp_basic() 967 sense = (struct tape_3590_sense *) irb->ecw; in tape_3590_print_mim_msg_f0() 1031 sense = (struct tape_3590_sense *) irb->ecw; in tape_3590_print_io_sim_msg_f1() 1142 sense = (struct tape_3590_sense *) irb->ecw; in tape_3590_print_dev_sim_msg_f2() 1247 sense = (struct tape_3590_sense *) irb->ecw; in tape_3590_print_era_msg() 1308 sense = ((struct tape_3590_sense *) irb->ecw)->fmt.data; in tape_3590_crypt_error() 1335 sense = (struct tape_3590_sense *) irb->ecw; in tape_3590_unit_check()
|
H A D | tape_34xx.c | 281 if (irb->ecw[3] == 0x40) { in tape_34xx_erp_overrun() 296 if (irb->ecw[3] == 0x41) { in tape_34xx_erp_sequence() 324 sense = irb->ecw; in tape_34xx_unit_check()
|
H A D | raw3270.c | 362 (irb->ecw[0] & SNS0_INTERVENTION_REQ)) { in raw3270_irq() 705 if (irb->ecw[0] & SNS0_CMD_REJECT) in raw3270_init_irq()
|
/linux/arch/s390/include/asm/ |
H A D | cio.h | 245 __u8 ecw[32]; member
|
/linux/net/wireless/ |
H A D | reg.c | 629 u8 ecw; member 658 static int ecw2cw(int ecw) in ecw2cw() argument 660 return (1 << ecw) - 1; in ecw2cw() 669 u16 cw_min = ecw2cw((ac[i].ecw & 0xf0) >> 4); in valid_wmm() 670 u16 cw_max = ecw2cw(ac[i].ecw & 0x0f); in valid_wmm() 864 ecw2cw((wmm->client[i].ecw & 0xf0) >> 4); in set_wmm_rule() 865 wmm_rule->client[i].cw_max = ecw2cw(wmm->client[i].ecw & 0x0f); in set_wmm_rule() 869 wmm_rule->ap[i].cw_min = ecw2cw((wmm->ap[i].ecw & 0xf0) >> 4); in set_wmm_rule() 870 wmm_rule->ap[i].cw_max = ecw2cw(wmm->ap[i].ecw & 0x0f); in set_wmm_rule()
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | wmm.c | 250 u8 ecw = wmm_ie->ac_params[num_ac].ecw_bitmap; in mwifiex_wmm_setup_queue_priorities() local 252 cw_min = (1 << (ecw & MWIFIEX_ECW_MIN)) - 1; in mwifiex_wmm_setup_queue_priorities() 261 (1 << ((ecw & MWIFIEX_ECW_MAX) >> 4)) - 1, in mwifiex_wmm_setup_queue_priorities()
|
/linux/drivers/s390/net/ |
H A D | ctcm_main.c | 1219 if ((irb->ecw[0] & ch->sense_rc) == 0) in ctcm_irq_handler() 1223 CTCM_FUNTAIL, ch->id, irb->ecw[0], dstat); in ctcm_irq_handler() 1224 ccw_unit_check(ch, irb->ecw[0]); in ctcm_irq_handler()
|
H A D | lcs.c | 1310 sense = (char *) irb->ecw; in lcs_get_problem()
|
H A D | qeth_core_main.c | 1115 sense = (char *) irb->ecw; in qeth_get_problem() 1281 DUMP_PREFIX_OFFSET, 16, 1, irb->ecw, 32, 1); in qeth_irq()
|
/linux/drivers/s390/block/ |
H A D | dasd_eckd.c | 5605 irb->ecw[8 * sl + sct]); in dasd_eckd_dump_sense_ccw() 5610 if (irb->ecw[27] & DASD_SENSE_BIT_0) { in dasd_eckd_dump_sense_ccw() 5614 irb->ecw[7] >> 4, irb->ecw[7] & 0x0f, in dasd_eckd_dump_sense_ccw() 5615 irb->ecw[1] & 0x10 ? "" : "no"); in dasd_eckd_dump_sense_ccw() 5620 irb->ecw[6] & 0x0f, irb->ecw[22] >> 4); in dasd_eckd_dump_sense_ccw()
|
H A D | dasd_fba.c | 684 irb->ecw[8 * sl + sct]); in dasd_fba_dump_sense()
|
H A D | dasd.c | 4047 sense = irb->ecw; in dasd_get_sense()
|
/linux/Documentation/arch/s390/ |
H A D | cds.rst | 320 sense bytes available in the extended control word irb->scsw.ecw[]. No device
|
/linux/net/mac80211/ |
H A D | mlme.c | 147 static int ecw2cw(int ecw) in ecw2cw() argument 149 return (1 << ecw) - 1; in ecw2cw()
|