/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_fw.h | 456 #define BD_WRAP_BACK BIT_3 496 #define CF_DIF_SEG_DESCR_ENABLE BIT_3 813 #define ECF_SEC_LOGIN BIT_3 972 #define TCF_ABORT_TASK_SET BIT_3 1003 #define AOF_ABTS_RTY_CNT BIT_3 /* Use driver specified retry count. */ 1199 #define ICRX_EN_RISC_INT BIT_3 /* Enable RISC interrupts on PCI. */ 1202 #define ISRX_RISC_INT BIT_3 /* RISC interrupt. */ 1257 #define GPDX_LED_COLOR_MASK (BIT_4|BIT_3|BIT_2) 1262 #define GPDX_LED_GREEN_ON BIT_3 1395 #define MDBS_NON_PARTIC BIT_3 [all …]
|
H A D | qla_def.h | 110 #define BIT_3 0x8 macro 232 #define IDC_HEARTBEAT_FAILURE BIT_3 536 #define SRB_LOGIN_NVME_PRLI BIT_3 586 #define SRB_FXDISC_RSP_DWRD_VALID BIT_3 823 #define CSR_FLASH_64K_BANK BIT_3 /* Flash upper 64K bank select */ 829 #define ICR_EN_RISC BIT_3 /* ISP enable RISC interrupts. */ 832 #define ISR_RISC_INT BIT_3 /* RISC interrupt */ 840 #define NVR_DATA_IN BIT_3 1241 #define FO1_CTIO_RETRY BIT_3 1420 #define MBX_3 BIT_3 [all …]
|
H A D | qla_nvme.h | 63 #define CF_DIF_SEG_DESCR_ENABLE BIT_3
|
H A D | qla_target.h | 180 #define NOTIFY_ACK_FLAGS_TERMINATE BIT_3 512 #define CTIO_CRC2_AF_DIF_DSD_ENA BIT_3 843 TRC_XFR_RDY = BIT_3,
|
H A D | qla_init.c | 1177 mb[1] = BIT_2 | BIT_3; in qla24xx_async_gnl() 4504 (BIT_4 | BIT_3)) >> 3; in qla2x00_update_fw_options() 4506 (BIT_3 | BIT_2 | BIT_1 | BIT_0); in qla2x00_update_fw_options() 4524 (BIT_3 | BIT_2 | BIT_1 | BIT_0); in qla2x00_update_fw_options() 4552 ha->fw_options[2] |= BIT_3; in qla2x00_update_fw_options() 4577 ha->fw_options[2] |= BIT_3; in qla24xx_update_fw_options() 5290 nv->firmware_options[0] = BIT_3 | BIT_1; in qla2x00_nvram_config() 5333 nv->firmware_options[0] &= ~BIT_3; in qla2x00_nvram_config() 5411 ha->flags.enable_target_reset = ((nv->host_p[1] & BIT_3) ? 1 : 0); in qla2x00_nvram_config() 5486 icb->firmware_options[0] &= ~BIT_3; in qla2x00_nvram_config() [all …]
|
H A D | qla_inline.h | 389 RESOURCE_HA = BIT_3,
|
H A D | qla_gbl.h | 1002 #define QLA2XX_CMD_TIMEOUT BIT_3
|
H A D | qla_mbx.c | 669 #define NVME_ENABLE_FLAG BIT_3 4262 vpmod->options_idx1 = BIT_3|BIT_4|BIT_5; in qla24xx_modify_vp_config() 6370 } else if (subcode & (BIT_3 | BIT_4)) { in qla83xx_access_control() 6705 if ((pd->prli_svc_param_word_3[0] & BIT_3) == 0) in __qla24xx_parse_gpdb() 7021 if (options & BIT_3) { in ql26xx_led_config()
|
H A D | qla_attr.c | 1392 options |= BIT_3|BIT_2|BIT_1; in qla2x00_beacon_config_store() 1409 options |= BIT_3; in qla2x00_beacon_config_store()
|
/openbmc/linux/drivers/scsi/ |
H A D | qla1280.h | 20 #define BIT_3 0x8 macro 148 #define NV_DATA_IN BIT_3 156 #define CDMA_CONF_SENAB BIT_3 /* SXP to DMA Data enable */ 173 #define DDMA_CONF_SENAB BIT_3 /* SXP to DMA Data enable */ 569 #define RF_BAD_PAYLOAD BIT_3 /* Bad payload. */
|
H A D | qla1280.c | 1114 mr = BIT_3 | BIT_2 | BIT_1 | BIT_0; in qla1280_set_target_parameters() 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) 1899 BIT_3 | BIT_2 | BIT_1 | BIT_0, in qla1280_init_rings() 1913 BIT_3 | BIT_2 | BIT_1 | BIT_0, in qla1280_init_rings() 2206 BIT_7 | BIT_3 | BIT_2 | BIT_1 | BIT_0); in qla1280_nvram_config() 2829 pkt->control_flags |= cpu_to_le16(BIT_3); in qla1280_64bit_start_scsi() 3084 pkt->control_flags |= cpu_to_le16(BIT_3); in qla1280_32bit_start_scsi() 3692 if (pkt->entry_status & BIT_3) in qla1280_error_entry() 3712 if (pkt->entry_status & (BIT_3 + BIT_2)) { in qla1280_error_entry() [all …]
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ctx.c | 1348 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() 1368 arg2 &= ~BIT_3; in qlcnic_config_switch_port() 1376 arg1 |= (BIT_3 | BIT_5); in qlcnic_config_switch_port()
|
H A D | qlcnic_hdr.h | 198 #define BIT_3 0x8 macro 495 #define TA_CTL_BUSY BIT_3
|
H A D | qlcnic.h | 922 #define QLCNIC_FW_CAP2_HW_LRO_IPV6 BIT_3 1317 #define QLCNIC_SWITCH_PROMISC_MODE BIT_3
|
H A D | qlcnic_dcb.c | 553 if (mbx_out & BIT_3) in qlcnic_83xx_dcb_get_hw_capability()
|
H A D | qlcnic_minidump.c | 26 #define QLCNIC_DUMP_ORCRB BIT_3
|
H A D | qlcnic_sriov_pf.c | 703 cmd.req.arg[2] |= BIT_1 | BIT_3 | BIT_8; in qlcnic_sriov_set_vf_acl()
|
H A D | qlcnic_sriov_common.c | 386 if (status & BIT_3) in qlcnic_sriov_get_vf_vport_info()
|
H A D | qlcnic_83xx_init.c | 1024 #define QLC_83XX_SET_VXLAN_UDP_DPORT BIT_3
|
H A D | qlcnic_io.c | 366 #define QLCNIC_ENCAP_INNER_L4_UDP BIT_3
|
H A D | qlcnic_83xx_hw.c | 2022 lro_bit_mask = (mode ? (BIT_0 | BIT_1 | BIT_2 | BIT_3) : 0); in qlcnic_83xx_config_hw_lro()
|
/openbmc/fb-ipmi-oem/include/ |
H A D | oemcommands.hpp | 108 #define BIT_3 0x08 macro
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_def.h | 83 #define BIT_3 0x8 macro 240 #define SRB_DMA_VALID BIT_3 /* DMA Buffer mapped. */
|
H A D | ql4_os.c | 3556 conn->tcp_timer_scale |= BIT_3; in qla4xxx_copy_from_fwddb_param() 3662 SET_BITVAL(sess->entry_state, options, BIT_3); in qla4xxx_copy_to_fwddb_param() 3676 SET_BITVAL(sess->discovery_auth_optional, options, BIT_3); in qla4xxx_copy_to_fwddb_param() 3685 SET_BITVAL(conn->tcp_timer_scale & BIT_2, options, BIT_3); in qla4xxx_copy_to_fwddb_param() 3792 conn->tcp_timer_scale |= BIT_3; in qla4xxx_copy_to_sess_conn_params()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | oemcommands.cpp | 1189 if (req->pcie_card_loc & BIT_3) in ipmiOemSetMachineCfgInfo()
|