Searched refs:BIT_2 (Results 1 – 22 of 22) sorted by relevance
/drivers/scsi/ |
D | qla1280.h | 28 #define BIT_2 0x4 macro 131 #define ISP_CFG0_1040 BIT_2 /* ISP1040 */ 140 #define ISP_CFG1_BENAB BIT_2 /* Global Bus burst enable */ 145 #define ISP_EN_RISC BIT_2 /* ISP enable RISC interrupts. */ 150 #define RISC_INT BIT_2 /* RISC interrupt */ 157 #define NV_DATA_OUT BIT_2 167 #define CDMA_CONF_RIRQ BIT_2 /* RISC interrupt enable */ 184 #define DDMA_CONF_RIRQ BIT_2 /* RISC interrupt enable */ 332 #define NV_START_BIT BIT_2 576 #define RF_BAD_HEADER BIT_2 /* Bad header. */
|
D | qla1280.c | 1152 mr = BIT_3 | BIT_2 | BIT_1 | BIT_0; in qla1280_set_target_parameters() 1728 err = qla1280_mailbox_command(ha, BIT_0 | BIT_1 | BIT_2, mb); in qla1280_load_firmware_pio() 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() 2288 status |= qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_2 | in qla1280_nvram_config() 2295 status |= qla1280_mailbox_command(ha, BIT_2 | BIT_1 | BIT_0, &mb[0]); in qla1280_nvram_config() 2309 status |= qla1280_mailbox_command(ha, BIT_2 | BIT_1 | BIT_0, mb); in qla1280_nvram_config() [all …]
|
/drivers/scsi/qla2xxx/ |
D | qla_fw.h | 446 #define CF_DATA_SEG_DESCR_ENABLE BIT_2 488 #define TMF_DSD_LIST_ENABLE BIT_2 854 #define TCF_CLEAR_TASK_SET BIT_2 971 #define CSRX_64BIT_SLOT BIT_2 /* PCI 64-Bit Bus Slot. */ 1034 #define GPDX_LED_COLOR_MASK (BIT_4|BIT_3|BIT_2) 1038 #define GPDX_LED_YELLOW_ON BIT_2 1237 #define CS_VF_SET_HOPS_OF_VPORTS BIT_2 1435 #define FSTATE_IS_DIAG_FW BIT_2 1451 #define VCO_DONT_RESET_UPDATE BIT_2
|
D | qla_def.h | 63 #define BIT_2 0x4 macro 147 #define IDC_NIC_FW_REPORTED_FAILURE BIT_2 305 #define SRB_CRC_CTX_DMA_VALID BIT_2 /* DIF: context DMA valid */ 321 #define SRB_LOGIN_SKIP_PRLI BIT_2 339 #define SRB_FXDISC_REQ_DWRD_VALID BIT_2 457 #define NVR_DATA_OUT BIT_2 716 #define IOCTL_CMD BIT_2 729 #define IOCTL_CMD BIT_2 1017 #define MBX_2 BIT_2 1111 #define QLA_ZIO_MODE_6 (BIT_2 | BIT_1) [all …]
|
D | qla_init.c | 1859 (ha->fw_attributes & BIT_2)) { in qla2x00_setup_chip() 1988 if (ha->fw_seriallink_options[3] & BIT_2) { in qla2x00_update_fw_options() 1992 swing = ha->fw_seriallink_options[2] & (BIT_2 | BIT_1 | BIT_0); 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() 2660 nv->firmware_options[0] = BIT_2 | BIT_1; in qla2x00_nvram_config() 2667 nv->firmware_options[0] = BIT_2 | BIT_1; in qla2x00_nvram_config() 2694 nv->host_p[1] = BIT_2; in qla2x00_nvram_config() 2729 nv->firmware_options[0] |= BIT_2; in qla2x00_nvram_config() 2745 nv->firmware_options[0] |= BIT_2; in qla2x00_nvram_config() [all …]
|
D | qla_target.h | 523 #define CTIO7_FLAGS_DSD_PTR BIT_2
|
D | qla_mbx.c | 3318 mcp->mb[3] = port_speed & (BIT_5|BIT_4|BIT_3|BIT_2|BIT_1|BIT_0); in qla2x00_set_idma_speed() 4808 mcp->mb[2] = BIT_2; in qla24xx_set_fcp_prio() 5398 if (subcode & BIT_2) { in qla83xx_access_control() 5406 if (!(subcode & (BIT_2 | BIT_5))) in qla83xx_access_control()
|
D | qla_os.c | 544 if (pci_bus & BIT_2) in qla24xx_pci_info_str() 549 strcat(str, pci_bus_modes[pci_bus & ~BIT_2]); in qla24xx_pci_info_str()
|
D | qla_target.c | 3609 cmd->cmd_flags |= BIT_2; in __qlt_do_work()
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ctx.c | 1341 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() 1359 arg2 &= ~BIT_2; in qlcnic_config_switch_port() 1360 if (!(esw_cfg->offload_flags & BIT_2)) in qlcnic_config_switch_port() 1365 arg1 |= (BIT_2 | BIT_5); in qlcnic_config_switch_port()
|
D | qlcnic_hdr.h | 198 #define BIT_2 0x4 macro 495 #define TA_CTL_WRITE BIT_2
|
D | qlcnic.h | 924 #define QLCNIC_FW_CAPABILITY_2_LRO_MAX_TCP_SEG BIT_2 1324 #define QLCNIC_SWITCH_VLAN_FILTERING BIT_2
|
D | qlcnic_83xx_hw.c | 748 val = BIT_2 | ((adapter->ahw->num_msix - 1) << 8); in qlcnic_83xx_enable_mbx_interrupt() 750 val = BIT_2; in qlcnic_83xx_enable_mbx_interrupt() 2022 lro_bit_mask = (mode ? (BIT_0 | BIT_1 | BIT_2 | BIT_3) : 0); in qlcnic_83xx_config_hw_lro() 3508 cmd.req.arg[1] = BIT_2 | (adapter->portnum << 16); in qlcnic_83xx_get_stats()
|
D | qlcnic_dcb.c | 552 if (mbx_out & BIT_2) in qlcnic_83xx_dcb_get_hw_capability()
|
D | qlcnic_hw.c | 1056 if (!(offload_flags & BIT_2)) in qlcnic_process_flags()
|
D | qlcnic_minidump.c | 26 #define QLCNIC_DUMP_ANDCRB BIT_2
|
D | qlcnic_83xx_init.c | 1025 #define QLC_83XX_MATCH_ENCAP_ID BIT_2
|
D | qlcnic_sriov_common.c | 377 if (status & BIT_2) in qlcnic_sriov_get_vf_vport_info()
|
D | qlcnic_io.c | 366 #define QLCNIC_ENCAP_INNER_L3_IP6 BIT_2
|
D | qlcnic_main.c | 1524 esw_cfg.offload_flags |= (BIT_1 | BIT_2); in qlcnic_set_default_offload_settings()
|
/drivers/scsi/qla4xxx/ |
D | ql4_def.h | 84 #define BIT_2 0x4 macro
|
D | ql4_os.c | 3526 conn->tcp_timer_scale |= BIT_2; in qla4xxx_copy_from_fwddb_param() 3654 SET_BITVAL(conn->tcp_timer_scale & BIT_2, options, BIT_3); in qla4xxx_copy_to_fwddb_param() 3655 SET_BITVAL(conn->tcp_timer_scale & BIT_1, options, BIT_2); in qla4xxx_copy_to_fwddb_param() 3763 conn->tcp_timer_scale |= BIT_2; in qla4xxx_copy_to_sess_conn_params()
|