Searched refs:BIT_5 (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/scsi/
H A Dqla1280.h22 #define BIT_5 0x20 macro
124 #define ISP_CFG0_1040C BIT_5 /* ISP1040C */
127 #define ISP_CFG1_F64 BIT_4|BIT_5 /* 128-byte FIFO threshold */
128 #define ISP_CFG1_F32 BIT_5 /* 128-byte FIFO threshold */
311 #define TP_PPR BIT_5 /* PPR */
H A Dqla1280.c445 return BIT_5;
449 return BIT_5 | BIT_6;
1914 status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_5 |
2183 cfg1 = RD_REG_WORD(&reg->cfg_1) & ~(BIT_4 | BIT_5 | BIT_6);
2255 mb[1] |= BIT_5;
2260 mb[2] |= BIT_5;
3904 if ((mb[2] & BIT_5) && ((mb[6] >> 8) & 0xff) >= 2)
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.h85 #define OF_EXPL_CONF BIT_5 /* Explicit Confirmation Requested */
179 #define NOTIFY_ACK_FLAGS_FCSP BIT_5
480 #define CTIO7_FLAGS_EXPLICIT_CONFORM BIT_5
749 #define NOTIFY_ACK_CLEAR_LIP_RESET BIT_5
845 TRC_XMIT_STATUS = BIT_5,
H A Dqla_def.h112 #define BIT_5 0x20 macro
420 #define SRB_CRC_CTX_DSD_VALID BIT_5 /* DIF: dsd_list valid */
538 #define SRB_LOGIN_FCSP BIT_5
924 #define HCCR_RISC_PAUSE BIT_5 /* Pause mode bit */
1243 #define FO1_DISABLE_100MS_LOS_WAIT BIT_5
1264 #define ADD_FO2_ENABLE_SEL_CLS2 BIT_5
1418 #define MBX_5 BIT_5
2012 #define CF_READ BIT_5
2080 #define PO_DISABLE_INCR_REF_TAG BIT_5
2172 #define RF_INV_E_ORDER BIT_5 /* Invali
[all...]
H A Dqla_fw.h23 #define FO2_ENABLE_SEL_CLASS2 BIT_5
43 #define PDF_FCP2_CONF BIT_5
908 #define LCF_SKIP_PRLI BIT_5 /* Skip PRLI after PLOGI. */
909 #define LCF_IMPL_LOGO_ALL BIT_5 /* Implicit LOGO to all ports. */
1188 #define CSRX_MAX_WRT_BURST_MASK (BIT_5|BIT_4)
1229 #define HCCRX_RISC_RESET BIT_5 /* RISC Reset mode bit. */
1510 VP_FLAGS_NAME_VALID = BIT_5,
H A Dqla_init.c4486 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4;
4493 ha->fw_options[10] |= BIT_5 |
4499 (BIT_7 | BIT_6 | BIT_5)) >> 5;
4504 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4;
4511 ha->fw_options[11] |= BIT_5 |
5256 nv->firmware_options[1] = BIT_7 | BIT_5;
5257 nv->add_firmware_options[0] = BIT_5;
5258 nv->add_firmware_options[1] = BIT_5 | BIT_4;
5263 nv->firmware_options[1] = BIT_7 | BIT_5;
5264 nv->add_firmware_options[0] = BIT_5;
[all...]
H A Dqla_mid.c759 options |= BIT_5;
877 options |= BIT_5;
H A Dqla_mbx.c731 mcp->in_mb |= BIT_5;
2352 mcp->mb[1] |= BIT_5;
4262 vpmod->options_idx1 = BIT_3|BIT_4|BIT_5;
6352 if (!(subcode & (BIT_2 | BIT_5)))
6365 if (subcode & BIT_5)
6701 if ((pd->prli_svc_param_word_3[0] & BIT_5) == 0)
H A Dqla_target.c6916 nv->firmware_options_1 |= cpu_to_le32(BIT_5);
6943 tmp = ~(BIT_4|BIT_5|BIT_6);
7022 nv->firmware_options_1 |= cpu_to_le32(BIT_5);
7047 tmp = ~(BIT_4|BIT_5|BIT_6);
7109 vpmod->options_idx1 &= ~BIT_5;
H A Dqla_sup.c2149 if ((flash_data & BIT_5) && cnt > 2)
H A Dqla_isr.c2563 } else if (iop[0] & BIT_5)
H A Dqla_os.c6189 if (sfp[0] & BIT_2 || sfp[1] & (BIT_6|BIT_5))
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c1372 arg1 |= (BIT_2 | BIT_5);
1376 arg1 |= (BIT_3 | BIT_5);
1427 esw_cfg->host_vlan_tag = !!(arg1 & BIT_5);
H A Dqlcnic_hdr.h200 #define BIT_5 0x20 macro
H A Dqlcnic_minidump.c28 #define QLCNIC_DUMP_RD_SAVE BIT_5
H A Dqlcnic.h923 #define QLCNIC_FW_CAPABILITY_SET_DRV_VER BIT_5
H A Dqlcnic_sriov_common.c390 if (status & BIT_5)
H A Dqlcnic_io.c368 #define QLCNIC_ENCAP_DO_L4_CSUM BIT_5
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_def.h85 #define BIT_5 0x20 macro
H A Dql4_os.c3674 SET_BITVAL(sess->discovery_logout_en, options, BIT_5);
3683 SET_BITVAL(conn->tcp_nagle_disable, options, BIT_5);

Completed in 410 milliseconds