Home
last modified time | relevance | path

Searched refs:BIT_4 (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_fw.h44 #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
H A Dqla_target.h481 #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,
H A Dqla_edif.h21 #define EDIF_SA_CTL_FLG_CLEANUP_DEL BIT_4
H A Dqla_def.h111 #define BIT_4 0x10 macro
419 #define SRB_CRC_PROT_DMA_VALID BIT_4 /* DIF: prot DMA valid */
537 #define SRB_LOGIN_PRLI_ONLY BIT_4
1242 #define FO1_DISABLE_LIP_F7_SW BIT_4
1419 #define MBX_4 BIT_4
2079 #define PO_DISABLE_GUARD_CHECK BIT_4
2173 #define RF_INV_E_COUNT BIT_4 /* Invalid entry count. */
2192 #define SS_RESERVE_CONFLICT (BIT_4 | BIT_3)
2605 #define NVME_PRLI_SP_TARGET BIT_4
2767 #define FCF_CONF_COMP_SUPPORTED BIT_4
[all …]
H A Dqla_init.c856 if ((e->prli_svc_param_word_3[0] & BIT_4) == 0) in qla24xx_handle_gnl_done_event()
901 if ((e->prli_svc_param_word_3[0] & BIT_4) == 0) in qla24xx_handle_gnl_done_event()
4504 (BIT_4 | BIT_3)) >> 3; in qla2x00_update_fw_options()
4508 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options()
4526 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options()
4601 ha->fw_options[2] |= BIT_4; in qla24xx_update_fw_options()
4603 ha->fw_options[2] &= ~(BIT_4); in qla24xx_update_fw_options()
5280 nv->add_firmware_options[1] = BIT_5 | BIT_4; in qla2x00_nvram_config()
5287 nv->add_firmware_options[1] = BIT_5 | BIT_4; in qla2x00_nvram_config()
5327 nv->firmware_options[0] &= ~(BIT_5 | BIT_4); in qla2x00_nvram_config()
[all …]
H A Dqla_mbx.c728 mcp->mb[4] |= BIT_4; in qla2x00_execute_fw()
737 mcp->mb[11] |= BIT_4; in qla2x00_execute_fw()
2063 if ((pd24->prli_svc_param_word_3[0] & BIT_4) == 0) in qla2x00_get_port_database()
2108 if ((pd->prli_svc_param_word_3[0] & BIT_4) == 0) in qla2x00_get_port_database()
2114 fcport->supported_classes = (pd->options & BIT_4) ? in qla2x00_get_port_database()
2348 mcp->mb[1] = BIT_4; in qla24xx_link_initialize()
2404 mcp->mb[1] = BIT_4; in qla2x00_lip_reset()
2590 if (iop[0] & BIT_4) { in qla24xx_login_fabric()
2914 mcp->mb[1] = IS_FWI2_CAPABLE(vha->hw) ? BIT_4 : 0; in qla2x00_full_login_lip()
4262 vpmod->options_idx1 = BIT_3|BIT_4|BIT_5; in qla24xx_modify_vp_config()
[all …]
H A Dqla_mid.c757 options |= BIT_4; in qla25xx_create_req_que()
875 options |= BIT_4; in qla25xx_create_rsp_que()
H A Dqla_target.c4893 if ((wd3_lo & BIT_4) == 0) in qlt_handle_login()
5131 if ((wd3_lo & BIT_4) == 0) in qlt_24xx_handle_els()
6912 nv->firmware_options_1 |= cpu_to_le32(BIT_4); in qlt_24xx_config_nvram_stage1()
6943 tmp = ~(BIT_4|BIT_5|BIT_6); in qlt_24xx_config_nvram_stage1()
7018 nv->firmware_options_1 |= cpu_to_le32(BIT_4); in qlt_81xx_config_nvram_stage1()
7047 tmp = ~(BIT_4|BIT_5|BIT_6); in qlt_81xx_config_nvram_stage1()
7113 vpmod->options_idx1 &= ~BIT_4; in qlt_modify_vp_config()
H A Dqla_gbl.h1003 #define QLA2XX_RESET_CMD_ERR BIT_4
H A Dqla_os.c3531 if (ha->fw_attributes & BIT_4) { in qla2x00_probe_one()
5412 if ((wd3_lo & BIT_4) == 0) in qla24xx_create_new_sess()
6185 else if (sfp[1] & BIT_4) in qla24xx_process_purex_rdp()
6193 sfp_flags |= BIT_4; /* optical */ in qla24xx_process_purex_rdp()
H A Dqla_isr.c2559 if (iop[0] & BIT_4) { in qla24xx_logio_entry()
3639 if (state_flags & BIT_4) in qla2x00_status_entry()
H A Dqla_attr.c3093 if (ha->fw_attributes & BIT_4) { in qla24xx_vport_create()
/linux/drivers/scsi/
H A Dqla1280.h21 #define BIT_4 0x10 macro
127 #define ISP_CFG1_F64 BIT_4|BIT_5 /* 128-byte FIFO threshold */
129 #define ISP_CFG1_F16 BIT_4 /* 128-byte FIFO threshold */
H A Dqla1280.c1696 #define CMD_ARGS (BIT_7 | BIT_6 | BIT_4 | BIT_3 | BIT_2 | BIT_1 | BIT_0)
1700 #define CMD_ARGS (BIT_4 | BIT_3 | BIT_2 | BIT_1 | BIT_0)
1900 if (!(status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_4 | in qla1280_init_rings()
2183 cfg1 = RD_REG_WORD(&reg->cfg_1) & ~(BIT_4 | BIT_5 | BIT_6); in qla1280_nvram_config()
2257 mb[1] |= BIT_4; in qla1280_nvram_config()
2262 mb[2] |= BIT_4; in qla1280_nvram_config()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c1043 arg1 = id | (enable_mirroring ? BIT_4 : 0); in qlcnic_config_port_mirroring()
1351 arg1 |= (BIT_4 | BIT_6 | BIT_7); in qlcnic_config_switch_port()
1356 arg1 &= ~BIT_4; in qlcnic_config_switch_port()
1426 esw_cfg->discard_tagged = !!(arg1 & BIT_4); in qlcnic_get_eswitch_port_config()
H A Dqlcnic.h917 #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
H A Dqlcnic_hdr.h199 #define BIT_4 0x10 macro
H A Dqlcnic_minidump.c27 #define QLCNIC_DUMP_POLLCRB BIT_4
H A Dqlcnic_sriov_common.c388 if (status & BIT_4) in qlcnic_sriov_get_vf_vport_info()
H A Dqlcnic_io.c367 #define QLCNIC_ENCAP_DO_L3_CSUM BIT_4
/linux/drivers/scsi/qla4xxx/
H A Dql4_def.h84 #define BIT_4 0x10 macro
241 #define SRB_GOT_SENSE BIT_4 /* sense data received. */
H A Dql4_os.c3661 SET_BITVAL(sess->discovery_sess, options, BIT_4); in qla4xxx_copy_to_fwddb_param()
3675 SET_BITVAL(sess->bidi_chap_en, options, BIT_4); in qla4xxx_copy_to_fwddb_param()
3684 SET_BITVAL(conn->tcp_wsf_disable, options, BIT_4); in qla4xxx_copy_to_fwddb_param()
3692 SET_BITVAL(conn->fragment_disable, options, BIT_4); in qla4xxx_copy_to_fwddb_param()
6143 if (BIT_4 & le16_to_cpu(fw_ddb_entry->iscsi_options)) { in qla4xxx_get_boot_target()
H A Dql4_mbx.c2095 iscsi_opts |= BIT_4; in qla4xxx_set_param_ddbentry()