Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_target.h86 #define OF_DATA_IN BIT_6 /* Data in to initiator */
90 #define OF_NO_DATA (BIT_7 | BIT_6)
478 #define CTIO7_FLAGS_STATUS_MODE_1 BIT_6
846 TRC_SRR_RSP = BIT_6,
Dqla_fw.h21 #define FO1_DISABLE_LED_CTRL BIT_6
42 #define PDF_ACK0_CAPABLE BIT_6
623 #define SF_NVME_ERSP BIT_6
906 #define LCF_EXPL_LOGO BIT_6 /* Perform an explicit LOGO. */
907 #define LCF_NVME_PRLI BIT_6 /* Perform NVME FC4 PRLI */
1228 #define HCCRX_HOST_INT BIT_6 /* Host to RISC interrupt bit. */
Dqla_def.h114 #define BIT_6 0x40 macro
407 #define SRB_WAKEUP_ON_COMP BIT_6
1195 #define FO1_DISABLE_GPIO6_7 BIT_6 /* LED bits */
1212 #define ADD_FO1_DISABLE_GPIO_LED_CTRL BIT_6 /* LED bits */
1368 #define MBX_6 BIT_6
1962 #define CF_WRITE BIT_6
2122 #define RF_RQ_DMA_ERROR BIT_6 /* Request Queue DMA error. */
2285 #define SCM_EDC_ACC_RECEIVED BIT_6
2723 #define FCF_FCSP_DEVICE BIT_6
4188 #define DT_ISP6322 BIT_6
[all …]
Dqla_init.c4193 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options()
4206 (BIT_7 | BIT_6 | BIT_5)) >> 5; in qla2x00_update_fw_options()
4211 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options()
4411 if ((ha->fw_attributes & BIT_6) && (IS_MSIX_NACK_CAPABLE(ha)) && in qla24xx_config_rings()
4542 BIT_6) != 0; in qla2x00_init_rings()
5010 nv->firmware_options[0] |= (BIT_6 | BIT_1); in qla2x00_nvram_config()
5018 nv->special_options[0] &= ~BIT_6; in qla2x00_nvram_config()
5037 if ((nv->add_firmware_options[0] & (BIT_6 | BIT_5 | BIT_4)) == in qla2x00_nvram_config()
5040 nv->add_firmware_options[0] &= ~(BIT_6 | BIT_5 | BIT_4); in qla2x00_nvram_config()
5070 if ((icb->firmware_options[1] & BIT_6) == 0) { in qla2x00_nvram_config()
[all …]
Dqla_mid.c889 options |= BIT_6; in qla25xx_create_rsp_que()
Dqla_mbx.c2351 mcp->mb[1] |= BIT_6; in qla24xx_link_initialize()
4123 BIT_6)) { in qla24xx_report_id_acquisition()
5327 mcp->mb[1] = mreq->options | BIT_6; // BIT_6 specifies 64 bit addressing in qla2x00_loopback_test()
5391 mcp->mb[1] = mreq->options | BIT_15 | BIT_6; in qla2x00_echo_test()
6368 else if (subcode & (BIT_6 | BIT_7)) { in qla83xx_access_control()
Dqla_os.c2085 if (!(ha->fw_attributes & BIT_6)) in qla2x00_iospace_config()
3422 if (IS_QLA25XX(ha) && !(ha->fw_attributes & BIT_6)) in qla2x00_probe_one()
6126 if (sfp[0] & BIT_2 || sfp[1] & (BIT_6|BIT_5)) in qla24xx_process_purex_rdp()
6140 sfp_flags |= BIT_6; /* sfp+ */ in qla24xx_process_purex_rdp()
6187 rsp_payload->ls_err_desc.pn_port_phy_type |= BIT_6; in qla24xx_process_purex_rdp()
Dqla_target.c6949 tmp = ~(BIT_4|BIT_5|BIT_6); in qlt_24xx_config_nvram_stage1()
7053 tmp = ~(BIT_4|BIT_5|BIT_6); in qlt_81xx_config_nvram_stage1()
/linux-6.1.9/drivers/scsi/
Dqla1280.h23 #define BIT_6 0x40 macro
126 #define ISP_CFG1_F128 BIT_6 /* 128-byte FIFO threshold */
966 #define OF_DATA_IN BIT_6 /* Data in to initiator */
970 #define OF_NO_DATA (BIT_7 | BIT_6)
Dqla1280.c447 return BIT_6; in qla1280_data_direction()
449 return BIT_5 | BIT_6; in qla1280_data_direction()
1133 mr |= BIT_6; in qla1280_set_target_parameters()
1694 #define CMD_ARGS (BIT_7 | BIT_6 | BIT_4 | BIT_3 | BIT_2 | BIT_1 | BIT_0)
1898 if (!(status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_4 | in qla1280_init_rings()
1912 status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_5 | in qla1280_init_rings()
2181 cfg1 = RD_REG_WORD(&reg->cfg_1) & ~(BIT_4 | BIT_5 | BIT_6); in qla1280_nvram_config()
2240 status |= qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_2 | in qla1280_nvram_config()
3893 qla1280_mailbox_command(ha, BIT_6 | BIT_3 | BIT_2 | BIT_1 | BIT_0, in qla1280_get_target_parameters()
/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c1345 arg1 |= (BIT_4 | BIT_6 | BIT_7); in qlcnic_config_switch_port()
1352 arg1 &= ~BIT_6; in qlcnic_config_switch_port()
1422 esw_cfg->promisc_mode = !!(arg1 & BIT_6); in qlcnic_get_eswitch_port_config()
Dqlcnic_83xx_hw.h58 #define QLC_83XX_FW_CAPABILITY_TSO BIT_6
Dqlcnic_hdr.h201 #define BIT_6 0x40 macro
Dqlcnic_sriov_pf.c390 cmd.req.arg[1] = ((func & 0xf) << 2) | BIT_6 | BIT_1; in qlcnic_sriov_pf_cfg_eswitch()
710 cmd.req.arg[2] |= BIT_6; in qlcnic_sriov_set_vf_acl()
Dqlcnic_minidump.c29 #define QLCNIC_DUMP_WRT_SAVED BIT_6
Dqlcnic_sriov_common.c392 if (status & BIT_6) in qlcnic_sriov_get_vf_vport_info()
Dqlcnic_main.c1313 if (adapter->ahw->capabilities & BIT_6) { in qlcnic_initialize_nic()
/linux-6.1.9/drivers/scsi/qla4xxx/
Dql4_def.h87 #define BIT_6 0x40 macro
Dql4_mbx.c1652 chap_table->flags |= BIT_6; /* peer */ in qla4xxx_set_chap()
1796 if (chap_table->flags & BIT_6) in qla4xxx_get_chap_index()
Dql4_os.c810 if (chap_table->flags & BIT_6) /* peer */ in qla4xxx_get_chap_list()
3650 SET_BITVAL(sess->auto_snd_tgt_disable, options, BIT_6); in qla4xxx_copy_to_fwddb_param()
3663 SET_BITVAL(conn->snack_req_en, options, BIT_6); in qla4xxx_copy_to_fwddb_param()
3672 SET_BITVAL(conn->tcp_timestamp_stat, options, BIT_6); in qla4xxx_copy_to_fwddb_param()
6052 if (!(chap_table->flags & BIT_6)) /* Not BIDI */ in qla4xxx_get_bidi_chap()