Searched refs:BIT_4 (Results 1 – 22 of 22) sorted by relevance
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_fw.h | 37 #define PDF_CLASS_2 BIT_4 793 #define LCF_COND_PLOGI BIT_4 /* PLOGI only if not logged-in. */ 794 #define LCF_IMPL_LOGO BIT_4 /* Perform an implicit LOGO. */ 795 #define LCF_IMPL_PRLO BIT_4 /* Perform an implicit PRLO. */ 852 #define TCF_LUN_RESET BIT_4 965 #define CSRX_MAX_WRT_BURST_MASK (BIT_5|BIT_4) 1034 #define GPDX_LED_COLOR_MASK (BIT_4|BIT_3|BIT_2) 1040 #define GPDX_LED_AMBER_ON BIT_4 1437 #define FSTATE_WAITING_FOR_VERIFY BIT_4
|
D | qla_target.h | 522 #define CTIO7_FLAGS_CONFIRM_SATISF BIT_4 585 #define CTIO_CRC_SF_DIF_CHOPPED BIT_4 783 #define NOTIFY_ACK_TM_RESP_CODE_VALID BIT_4
|
D | qla_def.h | 65 #define BIT_4 0x10 macro 306 #define SRB_CRC_PROT_DMA_VALID BIT_4 /* DIF: prot DMA valid */ 842 #define FO1_DISABLE_LIP_F7_SW BIT_4 1015 #define MBX_4 BIT_4 1642 #define PO_DISABLE_GUARD_CHECK BIT_4 1733 #define RF_INV_E_COUNT BIT_4 /* Invalid entry count. */ 1751 #define SS_RESERVE_CONFLICT (BIT_4 | BIT_3) 2058 #define FCF_CONF_COMP_SUPPORTED BIT_4 3071 #define DT_ISP2322 BIT_4
|
D | qla_init.c | 1994 (BIT_4 | BIT_3)) >> 3; in qla2x00_update_fw_options() 1998 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options() 2016 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options() 2663 nv->add_firmware_options[1] = BIT_5 | BIT_4; in qla2x00_nvram_config() 2670 nv->add_firmware_options[1] = BIT_5 | BIT_4; in qla2x00_nvram_config() 2724 nv->firmware_options[0] &= ~(BIT_5 | BIT_4); in qla2x00_nvram_config() 2726 nv->firmware_options[1] &= ~BIT_4; in qla2x00_nvram_config() 2732 nv->add_firmware_options[1] |= BIT_5 | BIT_4; in qla2x00_nvram_config() 2750 if ((nv->add_firmware_options[0] & (BIT_6 | BIT_5 | BIT_4)) == in qla2x00_nvram_config() 2751 (BIT_5 | BIT_4)) { in qla2x00_nvram_config() [all …]
|
D | qla_mid.c | 688 options |= BIT_4; in qla25xx_create_req_que() 807 options |= BIT_4; in qla25xx_create_rsp_que()
|
D | qla_mbx.c | 1495 if ((pd24->prli_svc_param_word_3[0] & BIT_4) == 0) in qla2x00_get_port_database() 1540 if ((pd->prli_svc_param_word_3[0] & BIT_4) == 0) in qla2x00_get_port_database() 1546 fcport->supported_classes = (pd->options & BIT_4) ? in qla2x00_get_port_database() 1720 mcp->mb[1] = BIT_4; in qla24xx_link_initialize() 1963 if (iop[0] & BIT_4) { in qla24xx_login_fabric() 3319 mcp->mb[3] = port_speed & (BIT_5|BIT_4|BIT_3|BIT_2|BIT_1|BIT_0); in qla2x00_set_idma_speed() 3479 vpmod->options_idx1 = BIT_3|BIT_4|BIT_5; in qla24xx_modify_vp_config() 5427 } else if (subcode & (BIT_3 | BIT_4)) { in qla83xx_access_control()
|
D | qla_isr.c | 1527 if (iop[0] & BIT_4) { in qla24xx_logio_entry() 2358 if (state_flags & BIT_4) in qla2x00_status_entry()
|
D | tcm_qla2xxx.c | 545 cmd->cmd_flags |= BIT_4; in tcm_qla2xxx_queue_data_in()
|
D | qla_target.c | 6211 nv->firmware_options_1 |= cpu_to_le32(BIT_4); in qlt_24xx_config_nvram_stage1() 6298 nv->firmware_options_1 |= cpu_to_le32(BIT_4); in qlt_81xx_config_nvram_stage1() 6397 vpmod->options_idx1 &= ~BIT_4; in qlt_modify_vp_config()
|
D | qla_attr.c | 2053 if (ha->fw_attributes & BIT_4) { in qla24xx_vport_create()
|
D | qla_os.c | 2800 if (ha->fw_attributes & BIT_4) { in qla2x00_probe_one()
|
/linux-4.4.14/drivers/scsi/ |
D | qla1280.h | 30 #define BIT_4 0x10 macro 133 #define ISP_CFG0_1040B BIT_4 /* ISP1040B */ 137 #define ISP_CFG1_F64 BIT_4|BIT_5 /* 128-byte FIFO threshold */ 139 #define ISP_CFG1_F16 BIT_4 /* 128-byte FIFO threshold */
|
D | qla1280.c | 1799 err = qla1280_mailbox_command(ha, BIT_4 | BIT_3 | BIT_2 | in qla1280_load_firmware_dma() 1816 err = qla1280_mailbox_command(ha, BIT_4 | BIT_3 | BIT_2 | in qla1280_load_firmware_dma() 1938 if (!(status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_4 | in qla1280_init_rings() 2221 cfg1 = RD_REG_WORD(®->cfg_1) & ~(BIT_4 | BIT_5 | BIT_6); in qla1280_nvram_config() 2303 mb[1] |= BIT_4; in qla1280_nvram_config() 2308 mb[2] |= BIT_4; in qla1280_nvram_config()
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_def.h | 86 #define BIT_4 0x10 macro 231 #define SRB_GOT_SENSE BIT_4 /* sense data received. */
|
D | ql4_os.c | 3610 SET_BITVAL(sess->discovery_sess, options, BIT_4); in qla4xxx_copy_to_fwddb_param() 3624 SET_BITVAL(sess->bidi_chap_en, options, BIT_4); in qla4xxx_copy_to_fwddb_param() 3633 SET_BITVAL(conn->tcp_wsf_disable, options, BIT_4); in qla4xxx_copy_to_fwddb_param() 3641 SET_BITVAL(conn->fragment_disable, options, BIT_4); in qla4xxx_copy_to_fwddb_param() 6104 if (BIT_4 & le16_to_cpu(fw_ddb_entry->iscsi_options)) { in qla4xxx_get_boot_target()
|
D | ql4_mbx.c | 2101 iscsi_opts |= BIT_4; in qla4xxx_set_param_ddbentry()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ctx.c | 1036 arg1 = id | (enable_mirroring ? BIT_4 : 0); in qlcnic_config_port_mirroring() 1344 arg1 |= (BIT_4 | BIT_6 | BIT_7); in qlcnic_config_switch_port() 1349 arg1 &= ~BIT_4; in qlcnic_config_switch_port() 1419 esw_cfg->discard_tagged = !!(arg1 & BIT_4); in qlcnic_get_eswitch_port_config()
|
D | qlcnic.h | 920 #define QLCNIC_FW_CAPABILITY_2_MULTI_TX BIT_4 933 #define QLCNIC_83XX_FW_CAPAB_ENCAP_CKO_OFFLOAD BIT_4 1326 #define QLCNIC_SWITCH_PORT_MIRRORING BIT_4
|
D | qlcnic_hdr.h | 200 #define BIT_4 0x10 macro
|
D | qlcnic_minidump.c | 28 #define QLCNIC_DUMP_POLLCRB BIT_4
|
D | qlcnic_sriov_common.c | 379 if (status & BIT_4) in qlcnic_sriov_get_vf_vport_info()
|
D | qlcnic_io.c | 368 #define QLCNIC_ENCAP_DO_L3_CSUM BIT_4
|