Home
last modified time | relevance | path

Searched refs:BIT_3 (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_fw.h407 #define BD_WRAP_BACK BIT_3
445 #define CF_DIF_SEG_DESCR_ENABLE BIT_3
853 #define TCF_ABORT_TASK_SET BIT_3
976 #define ICRX_EN_RISC_INT BIT_3 /* Enable RISC interrupts on PCI. */
979 #define ISRX_RISC_INT BIT_3 /* RISC interrupt. */
1034 #define GPDX_LED_COLOR_MASK (BIT_4|BIT_3|BIT_2)
1039 #define GPDX_LED_GREEN_ON BIT_3
1172 #define MDBS_NON_PARTIC BIT_3
1436 #define FSTATE_LOGGED_IN BIT_3
1452 #define VCO_DIAG_FW BIT_3
Dqla_def.h64 #define BIT_3 0x8 macro
148 #define IDC_HEARTBEAT_FAILURE BIT_3
340 #define SRB_FXDISC_RSP_DWRD_VALID BIT_3
439 #define CSR_FLASH_64K_BANK BIT_3 /* Flash upper 64K bank select */
445 #define ICR_EN_RISC BIT_3 /* ISP enable RISC interrupts. */
448 #define ISR_RISC_INT BIT_3 /* RISC interrupt */
456 #define NVR_DATA_IN BIT_3
841 #define FO1_CTIO_RETRY BIT_3
1016 #define MBX_3 BIT_3
1221 #define GLSO_USE_DID BIT_3
[all …]
Dqla_init.c1994 (BIT_4 | BIT_3)) >> 3; in qla2x00_update_fw_options()
1996 (BIT_3 | BIT_2 | BIT_1 | BIT_0); in qla2x00_update_fw_options()
2014 (BIT_3 | BIT_2 | BIT_1 | BIT_0); in qla2x00_update_fw_options()
2673 nv->firmware_options[0] = BIT_3 | BIT_1; in qla2x00_nvram_config()
2730 nv->firmware_options[0] &= ~BIT_3; in qla2x00_nvram_config()
2808 ha->flags.enable_target_reset = ((nv->host_p[1] & BIT_3) ? 1 : 0); in qla2x00_nvram_config()
2884 icb->firmware_options[0] &= ~BIT_3; in qla2x00_nvram_config()
2886 ~(BIT_3 | BIT_2 | BIT_1 | BIT_0); in qla2x00_nvram_config()
2896 (BIT_3 | BIT_2 | BIT_1 | BIT_0); in qla2x00_nvram_config()
2901 ~(BIT_3 | BIT_2 | BIT_1 | BIT_0); in qla2x00_nvram_config()
[all …]
Dqla_target.h254 #define NOTIFY_ACK_FLAGS_TERMINATE BIT_3
553 #define CTIO_CRC2_AF_DIF_DSD_ENA BIT_3
Dqla_mbx.c1343 mc.mb[1] = BIT_1 | BIT_3; in qla2x00_get_node_name_list()
2291 mcp->mb[1] = IS_FWI2_CAPABLE(vha->hw) ? BIT_3 : 0; in qla2x00_full_login_lip()
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()
Dtcm_qla2xxx.c375 cmd->cmd_flags |= BIT_3; in tcm_qla2xxx_write_pending()
Dqla_isr.c2668 if (RD_REG_DWORD(&reg->iobase_c8) & BIT_3) in qla2xxx_check_risc_status()
/linux-4.4.14/drivers/scsi/
Dqla1280.h29 #define BIT_3 0x8 macro
132 #define ISP_CFG0_1040A BIT_3 /* ISP1040A */
158 #define NV_DATA_IN BIT_3
166 #define CDMA_CONF_SENAB BIT_3 /* SXP to DMA Data enable */
183 #define DDMA_CONF_SENAB BIT_3 /* SXP to DMA Data enable */
577 #define RF_BAD_PAYLOAD BIT_3 /* Bad payload. */
Dqla1280.c1152 mr = BIT_3 | BIT_2 | BIT_1 | BIT_0; in qla1280_set_target_parameters()
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()
1939 BIT_3 | BIT_2 | BIT_1 | BIT_0, in qla1280_init_rings()
1953 BIT_3 | BIT_2 | BIT_1 | BIT_0, in qla1280_init_rings()
2247 BIT_7 | BIT_3 | BIT_2 | BIT_1 | BIT_0); in qla1280_nvram_config()
2882 pkt->control_flags |= cpu_to_le16(BIT_3); in qla1280_64bit_start_scsi()
3151 pkt->control_flags |= cpu_to_le16(BIT_3); in qla1280_32bit_start_scsi()
3777 if (pkt->entry_status & BIT_3) in qla1280_error_entry()
3797 if (pkt->entry_status & (BIT_3 + BIT_2)) { in qla1280_error_entry()
[all …]
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c1341 arg1 &= ~(BIT_2 | BIT_3); in qlcnic_config_switch_port()
1347 arg2 |= (BIT_2 | BIT_3); in qlcnic_config_switch_port()
1357 arg2 &= ~(BIT_1 | BIT_2 | BIT_3); in qlcnic_config_switch_port()
1361 arg2 &= ~BIT_3; in qlcnic_config_switch_port()
1369 arg1 |= (BIT_3 | BIT_5); in qlcnic_config_switch_port()
Dqlcnic_hdr.h199 #define BIT_3 0x8 macro
496 #define TA_CTL_BUSY BIT_3
Dqlcnic.h925 #define QLCNIC_FW_CAP2_HW_LRO_IPV6 BIT_3
1325 #define QLCNIC_SWITCH_PROMISC_MODE BIT_3
Dqlcnic_dcb.c554 if (mbx_out & BIT_3) in qlcnic_83xx_dcb_get_hw_capability()
Dqlcnic_minidump.c27 #define QLCNIC_DUMP_ORCRB BIT_3
Dqlcnic_sriov_pf.c702 cmd.req.arg[2] |= BIT_1 | BIT_3 | BIT_8; in qlcnic_sriov_set_vf_acl()
Dqlcnic_83xx_init.c1026 #define QLC_83XX_SET_VXLAN_UDP_DPORT BIT_3
Dqlcnic_sriov_common.c377 if (status & BIT_3) in qlcnic_sriov_get_vf_vport_info()
Dqlcnic_io.c367 #define QLCNIC_ENCAP_INNER_L4_UDP BIT_3
Dqlcnic_83xx_hw.c2016 lro_bit_mask = (mode ? (BIT_0 | BIT_1 | BIT_2 | BIT_3) : 0); in qlcnic_83xx_config_hw_lro()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_def.h85 #define BIT_3 0x8 macro
230 #define SRB_DMA_VALID BIT_3 /* DMA Buffer mapped. */
Dql4_os.c3504 conn->tcp_timer_scale |= BIT_3; in qla4xxx_copy_from_fwddb_param()
3611 SET_BITVAL(sess->entry_state, options, BIT_3); in qla4xxx_copy_to_fwddb_param()
3625 SET_BITVAL(sess->discovery_auth_optional, options, BIT_3); in qla4xxx_copy_to_fwddb_param()
3634 SET_BITVAL(conn->tcp_timer_scale & BIT_2, options, BIT_3); in qla4xxx_copy_to_fwddb_param()
3741 conn->tcp_timer_scale |= BIT_3; in qla4xxx_copy_to_sess_conn_params()