| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_fw.h | 44 #define PDF_CLASS_2 BIT_4 903 #define LCF_COND_PLOGI BIT_4 /* PLOGI only if not logged-in. */ 904 #define LCF_IMPL_LOGO BIT_4 /* Perform an implicit LOGO. */ 905 #define LCF_IMPL_PRLO BIT_4 /* Perform an implicit PRLO. */ 962 #define TCF_LUN_RESET BIT_4 1160 #define CSRX_MAX_WRT_BURST_MASK (BIT_5|BIT_4) 1229 #define GPDX_LED_COLOR_MASK (BIT_4|BIT_3|BIT_2) 1235 #define GPDX_LED_AMBER_ON BIT_4 1722 #define FSTATE_WAITING_FOR_VERIFY BIT_4
|
| H A D | qla_target.h | 467 #define CTIO7_FLAGS_CONFIRM_SATISF BIT_4 530 #define CTIO_CRC_SF_DIF_CHOPPED BIT_4 736 #define NOTIFY_ACK_TM_RESP_CODE_VALID BIT_4 833 TRC_XMIT_DATA = BIT_4,
|
| H A D | qla_def.h | 85 #define BIT_4 0x10 macro 369 #define SRB_CRC_PROT_DMA_VALID BIT_4 /* DIF: prot DMA valid */ 484 #define SRB_LOGIN_PRLI_ONLY BIT_4 1126 #define FO1_DISABLE_LIP_F7_SW BIT_4 1303 #define MBX_4 BIT_4 1963 #define PO_DISABLE_GUARD_CHECK BIT_4 2057 #define RF_INV_E_COUNT BIT_4 /* Invalid entry count. */ 2076 #define SS_RESERVE_CONFLICT (BIT_4 | BIT_3) 2482 #define NVME_PRLI_SP_TARGET BIT_4 2609 #define FCF_CONF_COMP_SUPPORTED BIT_4 [all …]
|
| H A D | qla_init.c | 820 if ((e->prli_svc_param_word_3[0] & BIT_4) == 0) in qla24xx_handle_gnl_done_event() 857 if ((e->prli_svc_param_word_3[0] & BIT_4) == 0) in qla24xx_handle_gnl_done_event() 3997 (BIT_4 | BIT_3)) >> 3; in qla2x00_update_fw_options() 4001 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options() 4019 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options() 4094 ha->fw_options[2] |= BIT_4; in qla24xx_update_fw_options() 4096 ha->fw_options[2] &= ~BIT_4; in qla24xx_update_fw_options() 4747 nv->add_firmware_options[1] = BIT_5 | BIT_4; in qla2x00_nvram_config() 4754 nv->add_firmware_options[1] = BIT_5 | BIT_4; in qla2x00_nvram_config() 4794 nv->firmware_options[0] &= ~(BIT_5 | BIT_4); in qla2x00_nvram_config() [all …]
|
| H A D | qla_mbx.c | 702 mcp->mb[4] |= BIT_4; in qla2x00_execute_fw() 711 mcp->mb[11] |= BIT_4; in qla2x00_execute_fw() 2016 if ((pd24->prli_svc_param_word_3[0] & BIT_4) == 0) in qla2x00_get_port_database() 2061 if ((pd->prli_svc_param_word_3[0] & BIT_4) == 0) in qla2x00_get_port_database() 2067 fcport->supported_classes = (pd->options & BIT_4) ? in qla2x00_get_port_database() 2298 mcp->mb[1] = BIT_4; in qla24xx_link_initialize() 2354 mcp->mb[1] = BIT_4; in qla2x00_lip_reset() 2540 if (iop[0] & BIT_4) { in qla24xx_login_fabric() 2864 mcp->mb[1] = IS_FWI2_CAPABLE(vha->hw) ? BIT_4 : 0; in qla2x00_full_login_lip() 4193 vpmod->options_idx1 = BIT_3|BIT_4|BIT_5; in qla24xx_modify_vp_config() [all …]
|
| H A D | qla_mid.c | 750 options |= BIT_4; in qla25xx_create_req_que() 868 options |= BIT_4; in qla25xx_create_rsp_que()
|
| H A D | qla_target.c | 4801 if ((wd3_lo & BIT_4) == 0) in qlt_handle_login() 5019 if ((wd3_lo & BIT_4) == 0) in qlt_24xx_handle_els() 6865 nv->firmware_options_1 |= cpu_to_le32(BIT_4); in qlt_24xx_config_nvram_stage1() 6896 tmp = ~(BIT_4|BIT_5|BIT_6); in qlt_24xx_config_nvram_stage1() 6971 nv->firmware_options_1 |= cpu_to_le32(BIT_4); in qlt_81xx_config_nvram_stage1() 7000 tmp = ~(BIT_4|BIT_5|BIT_6); in qlt_81xx_config_nvram_stage1() 7066 vpmod->options_idx1 &= ~BIT_4; in qlt_modify_vp_config()
|
| H A D | qla_os.c | 3359 if (ha->fw_attributes & BIT_4) { in qla2x00_probe_one() 5153 if ((wd3_lo & BIT_4) == 0) in qla24xx_create_new_sess() 5942 else if (sfp[1] & BIT_4) in qla24xx_process_purex_rdp() 5950 sfp_flags |= BIT_4; /* optical */ in qla24xx_process_purex_rdp()
|
| H A D | qla_isr.c | 2146 if (iop[0] & BIT_4) { in qla24xx_logio_entry() 3188 if (state_flags & BIT_4) in qla2x00_status_entry()
|
| H A D | qla_attr.c | 3012 if (ha->fw_attributes & BIT_4) { in qla24xx_vport_create()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168_dash.h | 186 #define TXS_EXC BIT_4 225 #define ISRIMR_DASH_TYPE2_TX_FIFO_FULL BIT_4
|
| H A D | r8168_n.c | 6038 rtl8168_mdio_write(tp, 0x11, data | BIT_4); in rtl8168_enable_EEE() 6114 data |= (BIT_4 | BIT_5 | BIT_6); in rtl8168_enable_EEE() 6139 data |= (BIT_4 | BIT_5 | BIT_6); in rtl8168_enable_EEE() 6309 rtl8168_mdio_write(tp, 0x11, data & ~BIT_4); in rtl8168_disable_EEE() 8933 csi_tmp |= ( BIT_2 | BIT_3 | BIT_4 | BIT_5 | BIT_6 | BIT_7 ); in rtl8168_hw_init() 9119 … ephy_data &= ~(BIT_13 | BIT_12 | BIT_11 | BIT_10 | BIT_8 | BIT_7 | BIT_6 | BIT_5 | BIT_4); in rtl8168_hw_ephy_config() 9150 … ephy_data &= ~(BIT_13 | BIT_12 | BIT_11 | BIT_10 | BIT_8 | BIT_7 | BIT_6 | BIT_5 | BIT_4); in rtl8168_hw_ephy_config() 9171 … ephy_data &= ~(BIT_13 | BIT_12 | BIT_11 | BIT_10 | BIT_8 | BIT_7 | BIT_6 | BIT_5 | BIT_4); in rtl8168_hw_ephy_config() 9183 … ephy_data &= ~(BIT_13 | BIT_12 | BIT_11 | BIT_10 | BIT_9 | BIT_8 | BIT_7 | BIT_6 | BIT_5 | BIT_4); in rtl8168_hw_ephy_config() 9201 … ephy_data &= ~(BIT_13 | BIT_12 | BIT_11 | BIT_10| BIT_9 | BIT_8 | BIT_7 | BIT_6 | BIT_5 | BIT_4); in rtl8168_hw_ephy_config() [all …]
|
| H A D | r8168.h | 1394 BIT_4 = (1 << 4), enumerator
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | qla1280.h | 21 #define BIT_4 0x10 macro 124 #define ISP_CFG0_1040B BIT_4 /* ISP1040B */ 128 #define ISP_CFG1_F64 BIT_4|BIT_5 /* 128-byte FIFO threshold */ 130 #define ISP_CFG1_F16 BIT_4 /* 128-byte FIFO threshold */
|
| H A D | qla1280.c | 1704 #define CMD_ARGS (BIT_7 | BIT_6 | BIT_4 | BIT_3 | BIT_2 | BIT_1 | BIT_0) 1708 #define CMD_ARGS (BIT_4 | BIT_3 | BIT_2 | BIT_1 | BIT_0) 1908 if (!(status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_4 | in qla1280_init_rings() 2191 cfg1 = RD_REG_WORD(®->cfg_1) & ~(BIT_4 | BIT_5 | BIT_6); in qla1280_nvram_config() 2265 mb[1] |= BIT_4; in qla1280_nvram_config() 2270 mb[2] |= BIT_4; in qla1280_nvram_config()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_ctx.c | 1037 arg1 = id | (enable_mirroring ? BIT_4 : 0); in qlcnic_config_port_mirroring() 1345 arg1 |= (BIT_4 | BIT_6 | BIT_7); in qlcnic_config_switch_port() 1350 arg1 &= ~BIT_4; in qlcnic_config_switch_port() 1420 esw_cfg->discard_tagged = !!(arg1 & BIT_4); in qlcnic_get_eswitch_port_config()
|
| H A D | qlcnic.h | 917 #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 D | qlcnic_hdr.h | 199 #define BIT_4 0x10 macro
|
| H A D | qlcnic_minidump.c | 27 #define QLCNIC_DUMP_POLLCRB BIT_4
|
| H A D | qlcnic_sriov_common.c | 386 if (status & BIT_4) in qlcnic_sriov_get_vf_vport_info()
|
| H A D | qlcnic_io.c | 366 #define QLCNIC_ENCAP_DO_L3_CSUM BIT_4
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/ |
| H A D | ql4_def.h | 85 #define BIT_4 0x10 macro 232 #define SRB_GOT_SENSE BIT_4 /* sense data received. */
|
| H A D | ql4_os.c | 3657 SET_BITVAL(sess->discovery_sess, options, BIT_4); in qla4xxx_copy_to_fwddb_param() 3671 SET_BITVAL(sess->bidi_chap_en, options, BIT_4); in qla4xxx_copy_to_fwddb_param() 3680 SET_BITVAL(conn->tcp_wsf_disable, options, BIT_4); in qla4xxx_copy_to_fwddb_param() 3688 SET_BITVAL(conn->fragment_disable, options, BIT_4); in qla4xxx_copy_to_fwddb_param() 6142 if (BIT_4 & le16_to_cpu(fw_ddb_entry->iscsi_options)) { in qla4xxx_get_boot_target()
|
| H A D | ql4_mbx.c | 2088 iscsi_opts |= BIT_4; in qla4xxx_set_param_ddbentry()
|