Searched refs:BIT_6 (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | qla1280.h | 32 #define BIT_6 0x40 macro 136 #define ISP_CFG1_F128 BIT_6 /* 128-byte FIFO threshold */ 974 #define OF_DATA_IN BIT_6 /* Data in to initiator */ 978 #define OF_NO_DATA (BIT_7 | BIT_6)
|
D | qla1280.c | 475 return BIT_6; in qla1280_data_direction() 477 return BIT_5 | BIT_6; in qla1280_data_direction() 1171 mr |= BIT_6; in qla1280_set_target_parameters() 1938 if (!(status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_4 | in qla1280_init_rings() 1952 status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_5 | in qla1280_init_rings() 2221 cfg1 = RD_REG_WORD(®->cfg_1) & ~(BIT_4 | BIT_5 | BIT_6); in qla1280_nvram_config() 2288 status |= qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_2 | in qla1280_nvram_config() 3974 qla1280_mailbox_command(ha, BIT_6 | BIT_3 | BIT_2 | BIT_1 | BIT_0, in qla1280_get_target_parameters()
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_fw.h | 20 #define FO1_DISABLE_LED_CTRL BIT_6 38 #define PDF_ACK0_CAPABLE BIT_6 616 #define SF_NVME_ERSP BIT_6 845 #define LCF_EXPL_LOGO BIT_6 /* Perform an explicit LOGO. */ 846 #define LCF_NVME_PRLI BIT_6 /* Perform NVME FC4 PRLI */ 1061 #define HCCRX_HOST_INT BIT_6 /* Host to RISC interrupt bit. */
|
D | qla_target.h | 94 #define OF_DATA_IN BIT_6 /* Data in to initiator */ 98 #define OF_NO_DATA (BIT_7 | BIT_6) 481 #define CTIO7_FLAGS_STATUS_MODE_1 BIT_6 858 TRC_SRR_RSP = BIT_6,
|
D | qla_def.h | 71 #define BIT_6 0x40 macro 316 #define SRB_WAKEUP_ON_COMP BIT_6 999 #define FO1_DISABLE_GPIO6_7 BIT_6 /* LED bits */ 1016 #define ADD_FO1_DISABLE_GPIO_LED_CTRL BIT_6 /* LED bits */ 1170 #define MBX_6 BIT_6 1740 #define CF_WRITE BIT_6 1924 #define RF_RQ_DMA_ERROR BIT_6 /* Request Queue DMA error. */ 3726 #define DT_ISP6322 BIT_6 4568 #define FC_LL_S BIT_6 /* Short */ 4578 #define FC_TEC_SN BIT_6 /* short wave w/o OFC */ [all …]
|
D | qla_init.c | 3688 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options() 3701 (BIT_7 | BIT_6 | BIT_5)) >> 5; in qla2x00_update_fw_options() 3706 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options() 3888 if ((ha->fw_attributes & BIT_6) && (IS_MSIX_NACK_CAPABLE(ha)) && in qla24xx_config_rings() 4004 (mid_init_cb->init_cb.firmware_options_1 & BIT_6) != 0; in qla2x00_init_rings() 4472 nv->firmware_options[0] |= (BIT_6 | BIT_1); in qla2x00_nvram_config() 4480 nv->special_options[0] &= ~BIT_6; in qla2x00_nvram_config() 4499 if ((nv->add_firmware_options[0] & (BIT_6 | BIT_5 | BIT_4)) == in qla2x00_nvram_config() 4502 nv->add_firmware_options[0] &= ~(BIT_6 | BIT_5 | BIT_4); in qla2x00_nvram_config() 4532 if ((icb->firmware_options[1] & BIT_6) == 0) { in qla2x00_nvram_config() [all …]
|
D | qla_mid.c | 852 options |= BIT_6; in qla25xx_create_rsp_que()
|
D | qla_mbx.c | 2169 mcp->mb[1] |= BIT_6; in qla24xx_link_initialize() 2226 mcp->mb[1] = BIT_6; /* LIP */ in qla2x00_lip_reset() 3921 BIT_6)) { in qla24xx_report_id_acquisition() 4992 mcp->mb[1] = mreq->options | BIT_6; // BIT_6 specifies 64 bit addressing in qla2x00_loopback_test() 5056 mcp->mb[1] = mreq->options | BIT_15 | BIT_6; in qla2x00_echo_test() 5961 else if (subcode & (BIT_6 | BIT_7)) { in qla83xx_access_control()
|
D | qla_target.c | 6804 tmp = ~(BIT_4|BIT_5|BIT_6); in qlt_24xx_config_nvram_stage1() 6916 tmp = ~(BIT_4|BIT_5|BIT_6); in qlt_81xx_config_nvram_stage1()
|
D | qla_os.c | 5458 uint16_t options = (requester_id << 15) | BIT_6; in qla83xx_idc_lock()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ctx.c | 1346 arg1 |= (BIT_4 | BIT_6 | BIT_7); in qlcnic_config_switch_port() 1353 arg1 &= ~BIT_6; in qlcnic_config_switch_port() 1423 esw_cfg->promisc_mode = !!(arg1 & BIT_6); in qlcnic_get_eswitch_port_config()
|
D | qlcnic_83xx_hw.h | 59 #define QLC_83XX_FW_CAPABILITY_TSO BIT_6
|
D | qlcnic_hdr.h | 202 #define BIT_6 0x40 macro
|
D | qlcnic_sriov_pf.c | 391 cmd.req.arg[1] = ((func & 0xf) << 2) | BIT_6 | BIT_1; in qlcnic_sriov_pf_cfg_eswitch() 709 cmd.req.arg[2] |= BIT_6; in qlcnic_sriov_set_vf_acl()
|
D | qlcnic_minidump.c | 30 #define QLCNIC_DUMP_WRT_SAVED BIT_6
|
D | qlcnic_sriov_common.c | 391 if (status & BIT_6) in qlcnic_sriov_get_vf_vport_info()
|
D | qlcnic_main.c | 1335 if (adapter->ahw->capabilities & BIT_6) { in qlcnic_initialize_nic()
|
/Linux-v4.19/drivers/scsi/qla4xxx/ |
D | ql4_def.h | 88 #define BIT_6 0x40 macro
|
D | ql4_mbx.c | 1657 chap_table->flags |= BIT_6; /* peer */ in qla4xxx_set_chap() 1801 if (chap_table->flags & BIT_6) in qla4xxx_get_chap_index()
|
D | ql4_os.c | 780 if (chap_table->flags & BIT_6) /* peer */ in qla4xxx_get_chap_list() 3624 SET_BITVAL(sess->auto_snd_tgt_disable, options, BIT_6); in qla4xxx_copy_to_fwddb_param() 3637 SET_BITVAL(conn->snack_req_en, options, BIT_6); in qla4xxx_copy_to_fwddb_param() 3646 SET_BITVAL(conn->tcp_timestamp_stat, options, BIT_6); in qla4xxx_copy_to_fwddb_param() 6037 if (!(chap_table->flags & BIT_6)) /* Not BIDI */ in qla4xxx_get_bidi_chap()
|