Home
last modified time | relevance | path

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

/drivers/scsi/
Dqla1280.h31 #define BIT_5 0x20 macro
134 #define ISP_CFG0_1040C BIT_5 /* ISP1040C */
137 #define ISP_CFG1_F64 BIT_4|BIT_5 /* 128-byte FIFO threshold */
138 #define ISP_CFG1_F32 BIT_5 /* 128-byte FIFO threshold */
319 #define TP_PPR BIT_5 /* PPR */
Dqla1280.c473 return BIT_5; in qla1280_data_direction()
477 return BIT_5 | BIT_6; in qla1280_data_direction()
1952 status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_5 | in qla1280_init_rings()
2221 cfg1 = RD_REG_WORD(&reg->cfg_1) & ~(BIT_4 | BIT_5 | BIT_6); in qla1280_nvram_config()
2301 mb[1] |= BIT_5; in qla1280_nvram_config()
2306 mb[2] |= BIT_5; in qla1280_nvram_config()
3988 if ((mb[2] & BIT_5) && ((mb[6] >> 8) & 0xff) >= 2) in qla1280_get_target_parameters()
/drivers/scsi/qla2xxx/
Dqla_fw.h19 #define FO2_ENABLE_SEL_CLASS2 BIT_5
36 #define PDF_FCP2_CONF BIT_5
791 #define LCF_SKIP_PRLI BIT_5 /* Skip PRLI after PLOGI. */
792 #define LCF_IMPL_LOGO_ALL BIT_5 /* Implicit LOGO to all ports. */
965 #define CSRX_MAX_WRT_BURST_MASK (BIT_5|BIT_4)
1006 #define HCCRX_RISC_RESET BIT_5 /* RISC Reset mode bit. */
Dqla_init.c1998 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options()
2005 ha->fw_options[10] |= BIT_5 | in qla2x00_update_fw_options()
2011 (BIT_7 | BIT_6 | BIT_5)) >> 5; in qla2x00_update_fw_options()
2016 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options()
2023 ha->fw_options[11] |= BIT_5 | in qla2x00_update_fw_options()
2661 nv->firmware_options[1] = BIT_7 | BIT_5; in qla2x00_nvram_config()
2662 nv->add_firmware_options[0] = BIT_5; in qla2x00_nvram_config()
2663 nv->add_firmware_options[1] = BIT_5 | BIT_4; in qla2x00_nvram_config()
2668 nv->firmware_options[1] = BIT_7 | BIT_5; in qla2x00_nvram_config()
2669 nv->add_firmware_options[0] = BIT_5; in qla2x00_nvram_config()
[all …]
Dqla_def.h66 #define BIT_5 0x20 macro
307 #define SRB_CRC_CTX_DSD_VALID BIT_5 /* DIF: dsd_list valid */
540 #define HCCR_RISC_PAUSE BIT_5 /* Pause mode bit */
843 #define FO1_DISABLE_100MS_LOS_WAIT BIT_5
864 #define ADD_FO2_ENABLE_SEL_CLS2 BIT_5
1014 #define MBX_5 BIT_5
1548 #define CF_READ BIT_5
1643 #define PO_DISABLE_INCR_REF_TAG BIT_5
1732 #define RF_INV_E_ORDER BIT_5 /* Invalid entry order. */
3072 #define DT_ISP6312 BIT_5
[all …]
Dqla_target.h81 #define OF_EXPL_CONF BIT_5 /* Explicit Confirmation Requested */
521 #define CTIO7_FLAGS_EXPLICIT_CONFORM BIT_5
782 #define NOTIFY_ACK_CLEAR_LIP_RESET BIT_5
Dqla_mid.c691 options |= BIT_5; in qla25xx_create_req_que()
810 options |= BIT_5; in qla25xx_create_rsp_que()
Dtcm_qla2xxx.c576 if (cmd->cmd_flags & BIT_5) { in tcm_qla2xxx_queue_status()
580 cmd->cmd_flags |= BIT_5; in tcm_qla2xxx_queue_status()
Dqla_mbx.c1724 mcp->mb[1] |= BIT_5; in qla24xx_link_initialize()
3318 mcp->mb[3] = port_speed & (BIT_5|BIT_4|BIT_3|BIT_2|BIT_1|BIT_0); in qla2x00_set_idma_speed()
3476 vpmod->options_idx1 = BIT_3|BIT_4|BIT_5; in qla24xx_modify_vp_config()
5406 if (!(subcode & (BIT_2 | BIT_5))) in qla83xx_access_control()
5419 if (subcode & BIT_5) in qla83xx_access_control()
Dqla_target.c6224 nv->firmware_options_1 |= cpu_to_le32(BIT_5); in qlt_24xx_config_nvram_stage1()
6311 nv->firmware_options_1 |= cpu_to_le32(BIT_5); in qlt_81xx_config_nvram_stage1()
6403 vpmod->options_idx1 &= ~BIT_5; in qlt_modify_vp_config()
Dqla_sup.c2082 if ((flash_data & BIT_5) && cnt > 2) in qla2x00_poll_flash()
Dqla_isr.c1528 } else if (iop[0] & BIT_5) in qla24xx_logio_entry()
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c1365 arg1 |= (BIT_2 | BIT_5); in qlcnic_config_switch_port()
1369 arg1 |= (BIT_3 | BIT_5); in qlcnic_config_switch_port()
1420 esw_cfg->host_vlan_tag = !!(arg1 & BIT_5); in qlcnic_get_eswitch_port_config()
Dqlcnic_hdr.h201 #define BIT_5 0x20 macro
Dqlcnic_minidump.c29 #define QLCNIC_DUMP_RD_SAVE BIT_5
Dqlcnic.h926 #define QLCNIC_FW_CAPABILITY_SET_DRV_VER BIT_5
Dqlcnic_sriov_common.c383 if (status & BIT_5) in qlcnic_sriov_get_vf_vport_info()
Dqlcnic_io.c369 #define QLCNIC_ENCAP_DO_L4_CSUM BIT_5
/drivers/scsi/qla4xxx/
Dql4_def.h87 #define BIT_5 0x20 macro
Dql4_os.c3643 SET_BITVAL(sess->discovery_logout_en, options, BIT_5); in qla4xxx_copy_to_fwddb_param()
3652 SET_BITVAL(conn->tcp_nagle_disable, options, BIT_5); in qla4xxx_copy_to_fwddb_param()