Home
last modified time | relevance | path

Searched refs:BIT_2 (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/scsi/
H A Dqla1280.h19 #define BIT_2 0x4 macro
130 #define ISP_CFG1_BENAB BIT_2 /* Global Bus burst enable */
135 #define ISP_EN_RISC BIT_2 /* ISP enable RISC interrupts. */
140 #define RISC_INT BIT_2 /* RISC interrupt */
147 #define NV_DATA_OUT BIT_2
157 #define CDMA_CONF_RIRQ BIT_2 /* RISC interrupt enable */
174 #define DDMA_CONF_RIRQ BIT_2 /* RISC interrupt enable */
324 #define NV_START_BIT BIT_2
568 #define RF_BAD_HEADER BIT_2 /* Bad header. */
/linux/drivers/scsi/qla2xxx/
H A Dqla_fw.h497 #define CF_DATA_SEG_DESCR_ENABLE BIT_2
539 #define TMF_DSD_LIST_ENABLE BIT_2
973 #define TCF_CLEAR_TASK_SET BIT_2
1002 #define AOF_ABTS_TIMEOUT BIT_2 /* Disable logout on ABTS timeout. */
1194 #define CSRX_64BIT_SLOT BIT_2 /* PCI 64-Bit Bus Slot. */
1257 #define GPDX_LED_COLOR_MASK (BIT_4|BIT_3|BIT_2)
1261 #define GPDX_LED_YELLOW_ON BIT_2
1460 #define CS_VF_SET_HOPS_OF_VPORTS BIT_2
1751 #define FSTATE_IS_DIAG_FW BIT_2
1767 #define VCO_DONT_RESET_UPDATE BIT_2
H A Dqla_nvme.h64 #define CF_DATA_SEG_DESCR_ENABLE BIT_2
H A Dqla_target.h483 #define CTIO7_FLAGS_DSD_PTR BIT_2
854 TRC_DO_WORK_ERR = BIT_2,
1002 #define QLA24XX_MGMT_LLD_OWNED BIT_2
H A Dqla_init.c1177 mb[1] = BIT_2 | BIT_3; in qla24xx_async_gnl()
4383 (ha->fw_attributes & BIT_2)) { in qla2x00_setup_chip()
4518 if (ha->fw_seriallink_options[3] & BIT_2) { in qla2x00_update_fw_options()
4522 swing = ha->fw_seriallink_options[2] & (BIT_2 | BIT_1 | BIT_0); in qla2x00_update_fw_options()
4526 (BIT_3 | BIT_2 | BIT_1 | BIT_0); in qla2x00_update_fw_options()
4544 (BIT_3 | BIT_2 | BIT_1 | BIT_0); in qla2x00_update_fw_options()
5297 nv->firmware_options[0] = BIT_2 | BIT_1; in qla2x00_nvram_config()
5304 nv->firmware_options[0] = BIT_2 | BIT_1; in qla2x00_nvram_config()
5331 nv->host_p[1] = BIT_2; in qla2x00_nvram_config()
5352 nv->firmware_options[0] |= BIT_2; in qla2x00_nvram_config()
[all …]
H A Dqla_inline.h388 RESOURCE_FORCE = BIT_2,
H A Dqla_attr.c1385 options |= BIT_3|BIT_2|BIT_1; in qla2x00_beacon_config_store()
1397 options |= BIT_2; in qla2x00_beacon_config_store()
H A Dqla_os.c6172 if (sfp[0] & BIT_2 || sfp[1] & (BIT_6|BIT_5)) in qla24xx_process_purex_rdp()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c1348 arg1 &= ~(BIT_2 | BIT_3); in qlcnic_config_switch_port()
1354 arg2 |= (BIT_2 | BIT_3); in qlcnic_config_switch_port()
1364 arg2 &= ~(BIT_1 | BIT_2 | BIT_3); in qlcnic_config_switch_port()
1366 arg2 &= ~BIT_2; in qlcnic_config_switch_port()
1367 if (!(esw_cfg->offload_flags & BIT_2)) in qlcnic_config_switch_port()
1372 arg1 |= (BIT_2 | BIT_5); in qlcnic_config_switch_port()
H A Dqlcnic_hdr.h197 #define BIT_2 0x4 macro
494 #define TA_CTL_WRITE BIT_2
H A Dqlcnic.h921 #define QLCNIC_FW_CAPABILITY_2_LRO_MAX_TCP_SEG BIT_2
1316 #define QLCNIC_SWITCH_VLAN_FILTERING BIT_2
H A Dqlcnic_83xx_hw.c748 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()
3549 cmd.req.arg[1] = BIT_2 | (adapter->portnum << 16); in qlcnic_83xx_get_stats()
H A Dqlcnic_dcb.c551 if (mbx_out & BIT_2) in qlcnic_83xx_dcb_get_hw_capability()
H A Dqlcnic_hw.c1038 if (!(offload_flags & BIT_2)) in qlcnic_process_flags()
H A Dqlcnic_minidump.c25 #define QLCNIC_DUMP_ANDCRB BIT_2
H A Dqlcnic_83xx_init.c1023 #define QLC_83XX_MATCH_ENCAP_ID BIT_2
H A Dqlcnic_sriov_common.c383 if (status & BIT_2) in qlcnic_sriov_get_vf_vport_info()
H A Dqlcnic_io.c365 #define QLCNIC_ENCAP_INNER_L3_IP6 BIT_2
H A Dqlcnic_main.c1495 esw_cfg.offload_flags |= (BIT_1 | BIT_2); in qlcnic_set_default_offload_settings()
/linux/drivers/scsi/qla4xxx/
H A Dql4_def.h82 #define BIT_2 0x4 macro