/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_fw.h | 44 #define PDF_CLASS_2 BIT_4 910 #define LCF_COND_PLOGI BIT_4 /* PLOGI only if not logged-in. */ 911 #define LCF_IMPL_LOGO BIT_4 /* Perform an implicit LOGO. */ 912 #define LCF_IMPL_PRLO BIT_4 /* Perform an implicit PRLO. */ 971 #define TCF_LUN_RESET BIT_4 1004 #define AOF_RSP_TIMEOUT BIT_4 /* Use specified response timeout. */ 1188 #define CSRX_MAX_WRT_BURST_MASK (BIT_5|BIT_4) 1257 #define GPDX_LED_COLOR_MASK (BIT_4|BIT_3|BIT_2) 1263 #define GPDX_LED_AMBER_ON BIT_4 1753 #define FSTATE_WAITING_FOR_VERIFY BIT_4
|
D | qla_target.h | 481 #define CTIO7_FLAGS_CONFIRM_SATISF BIT_4 544 #define CTIO_CRC_SF_DIF_CHOPPED BIT_4 750 #define NOTIFY_ACK_TM_RESP_CODE_VALID BIT_4 844 TRC_XMIT_DATA = BIT_4,
|
D | qla_edif.h | 21 #define EDIF_SA_CTL_FLG_CLEANUP_DEL BIT_4
|
D | qla_def.h | 112 #define BIT_4 0x10 macro 405 #define SRB_CRC_PROT_DMA_VALID BIT_4 /* DIF: prot DMA valid */ 499 #define SRB_LOGIN_PRLI_ONLY BIT_4 1193 #define FO1_DISABLE_LIP_F7_SW BIT_4 1370 #define MBX_4 BIT_4 2030 #define PO_DISABLE_GUARD_CHECK BIT_4 2124 #define RF_INV_E_COUNT BIT_4 /* Invalid entry count. */ 2143 #define SS_RESERVE_CONFLICT (BIT_4 | BIT_3) 2557 #define NVME_PRLI_SP_TARGET BIT_4 2721 #define FCF_CONF_COMP_SUPPORTED BIT_4 [all …]
|
D | qla_init.c | 841 if ((e->prli_svc_param_word_3[0] & BIT_4) == 0) in qla24xx_handle_gnl_done_event() 886 if ((e->prli_svc_param_word_3[0] & BIT_4) == 0) in qla24xx_handle_gnl_done_event() 4189 (BIT_4 | BIT_3)) >> 3; in qla2x00_update_fw_options() 4193 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options() 4211 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options() 4286 ha->fw_options[2] |= BIT_4; in qla24xx_update_fw_options() 4288 ha->fw_options[2] &= ~(BIT_4); in qla24xx_update_fw_options() 4964 nv->add_firmware_options[1] = BIT_5 | BIT_4; in qla2x00_nvram_config() 4971 nv->add_firmware_options[1] = BIT_5 | BIT_4; in qla2x00_nvram_config() 5011 nv->firmware_options[0] &= ~(BIT_5 | BIT_4); in qla2x00_nvram_config() [all …]
|
D | qla_mid.c | 765 options |= BIT_4; in qla25xx_create_req_que() 883 options |= BIT_4; in qla25xx_create_rsp_que()
|
D | qla_mbx.c | 732 mcp->mb[4] |= BIT_4; in qla2x00_execute_fw() 741 mcp->mb[11] |= BIT_4; in qla2x00_execute_fw() 2067 if ((pd24->prli_svc_param_word_3[0] & BIT_4) == 0) in qla2x00_get_port_database() 2112 if ((pd->prli_svc_param_word_3[0] & BIT_4) == 0) in qla2x00_get_port_database() 2118 fcport->supported_classes = (pd->options & BIT_4) ? in qla2x00_get_port_database() 2349 mcp->mb[1] = BIT_4; in qla24xx_link_initialize() 2405 mcp->mb[1] = BIT_4; in qla2x00_lip_reset() 2591 if (iop[0] & BIT_4) { in qla24xx_login_fabric() 2915 mcp->mb[1] = IS_FWI2_CAPABLE(vha->hw) ? BIT_4 : 0; in qla2x00_full_login_lip() 4263 vpmod->options_idx1 = BIT_3|BIT_4|BIT_5; in qla24xx_modify_vp_config() [all …]
|
D | qla_target.c | 4901 if ((wd3_lo & BIT_4) == 0) in qlt_handle_login() 5139 if ((wd3_lo & BIT_4) == 0) in qlt_24xx_handle_els() 6918 nv->firmware_options_1 |= cpu_to_le32(BIT_4); in qlt_24xx_config_nvram_stage1() 6949 tmp = ~(BIT_4|BIT_5|BIT_6); in qlt_24xx_config_nvram_stage1() 7024 nv->firmware_options_1 |= cpu_to_le32(BIT_4); in qlt_81xx_config_nvram_stage1() 7053 tmp = ~(BIT_4|BIT_5|BIT_6); in qlt_81xx_config_nvram_stage1() 7119 vpmod->options_idx1 &= ~BIT_4; in qlt_modify_vp_config()
|
D | qla_gbl.h | 1005 #define QLA2XX_RESET_CMD_ERR BIT_4
|
D | qla_os.c | 3496 if (ha->fw_attributes & BIT_4) { in qla2x00_probe_one() 5347 if ((wd3_lo & BIT_4) == 0) in qla24xx_create_new_sess() 6130 else if (sfp[1] & BIT_4) in qla24xx_process_purex_rdp() 6138 sfp_flags |= BIT_4; /* optical */ in qla24xx_process_purex_rdp()
|
D | qla_isr.c | 2393 if (iop[0] & BIT_4) { in qla24xx_logio_entry() 3482 if (state_flags & BIT_4) in qla2x00_status_entry()
|
D | qla_attr.c | 3077 if (ha->fw_attributes & BIT_4) { in qla24xx_vport_create()
|
/linux-6.1.9/drivers/scsi/ |
D | qla1280.h | 21 #define BIT_4 0x10 macro 123 #define ISP_CFG0_1040B BIT_4 /* ISP1040B */ 127 #define ISP_CFG1_F64 BIT_4|BIT_5 /* 128-byte FIFO threshold */ 129 #define ISP_CFG1_F16 BIT_4 /* 128-byte FIFO threshold */
|
D | qla1280.c | 1694 #define CMD_ARGS (BIT_7 | BIT_6 | BIT_4 | BIT_3 | BIT_2 | BIT_1 | BIT_0) 1698 #define CMD_ARGS (BIT_4 | BIT_3 | BIT_2 | BIT_1 | BIT_0) 1898 if (!(status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_4 | in qla1280_init_rings() 2181 cfg1 = RD_REG_WORD(®->cfg_1) & ~(BIT_4 | BIT_5 | BIT_6); in qla1280_nvram_config() 2255 mb[1] |= BIT_4; in qla1280_nvram_config() 2260 mb[2] |= BIT_4; in qla1280_nvram_config()
|
/linux-6.1.9/drivers/scsi/qla4xxx/ |
D | ql4_def.h | 85 #define BIT_4 0x10 macro 242 #define SRB_GOT_SENSE BIT_4 /* sense data received. */
|
D | ql4_os.c | 3651 SET_BITVAL(sess->discovery_sess, options, BIT_4); in qla4xxx_copy_to_fwddb_param() 3665 SET_BITVAL(sess->bidi_chap_en, options, BIT_4); in qla4xxx_copy_to_fwddb_param() 3674 SET_BITVAL(conn->tcp_wsf_disable, options, BIT_4); in qla4xxx_copy_to_fwddb_param() 3682 SET_BITVAL(conn->fragment_disable, options, BIT_4); in qla4xxx_copy_to_fwddb_param() 6133 if (BIT_4 & le16_to_cpu(fw_ddb_entry->iscsi_options)) { in qla4xxx_get_boot_target()
|
D | ql4_mbx.c | 2088 iscsi_opts |= BIT_4; in qla4xxx_set_param_ddbentry()
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ctx.c | 1037 arg1 = id | (enable_mirroring ? BIT_4 : 0); in qlcnic_config_port_mirroring() 1345 arg1 |= (BIT_4 | BIT_6 | BIT_7); in qlcnic_config_switch_port() 1350 arg1 &= ~BIT_4; in qlcnic_config_switch_port() 1420 esw_cfg->discard_tagged = !!(arg1 & BIT_4); in qlcnic_get_eswitch_port_config()
|
D | qlcnic.h | 917 #define QLCNIC_FW_CAPABILITY_2_MULTI_TX BIT_4 930 #define QLCNIC_83XX_FW_CAPAB_ENCAP_CKO_OFFLOAD BIT_4 1318 #define QLCNIC_SWITCH_PORT_MIRRORING BIT_4
|
D | qlcnic_hdr.h | 199 #define BIT_4 0x10 macro
|
D | qlcnic_minidump.c | 27 #define QLCNIC_DUMP_POLLCRB BIT_4
|
D | qlcnic_sriov_common.c | 388 if (status & BIT_4) in qlcnic_sriov_get_vf_vport_info()
|
D | qlcnic_io.c | 367 #define QLCNIC_ENCAP_DO_L3_CSUM BIT_4
|