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

/linux-master/drivers/scsi/
H A 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)
H A Dqla1280.c447 return BIT_6;
449 return BIT_5 | BIT_6;
1135 mr |= BIT_6;
1696 #define CMD_ARGS (BIT_7 | BIT_6 | BIT_4 | BIT_3 | BIT_2 | BIT_1 | BIT_0)
1900 if (!(status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_4 |
1914 status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_5 |
2183 cfg1 = RD_REG_WORD(&reg->cfg_1) & ~(BIT_4 | BIT_5 | BIT_6);
2242 status |= qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_2 |
3894 qla1280_mailbox_command(ha, BIT_6 | BIT_3 | BIT_2 | BIT_1 | BIT_0,
/linux-master/drivers/scsi/qla2xxx/
H A 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,
H A Dqla_def.h113 #define BIT_6 0x40 macro
421 #define SRB_WAKEUP_ON_COMP BIT_6
1244 #define FO1_DISABLE_GPIO6_7 BIT_6 /* LED bits */
1261 #define ADD_FO1_DISABLE_GPIO_LED_CTRL BIT_6 /* LED bits */
1417 #define MBX_6 BIT_6
2011 #define CF_WRITE BIT_6
2171 #define RF_RQ_DMA_ERROR BIT_6 /* Request Queue DMA error. */
2334 #define SCM_EDC_ACC_RECEIVED BIT_6
2770 #define FCF_FCSP_DEVICE BIT_6
4266 #define DT_ISP6322 BIT_6
[all...]
H A 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. */
H A Dqla_init.c4486 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4;
4499 (BIT_7 | BIT_6 | BIT_5)) >> 5;
4504 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4;
4704 if ((ha->fw_attributes & BIT_6) && (IS_MSIX_NACK_CAPABLE(ha)) &&
4835 BIT_6) != 0;
5304 nv->firmware_options[0] |= (BIT_6 | BIT_1);
5312 nv->special_options[0] &= ~BIT_6;
5331 if ((nv->add_firmware_options[0] & (BIT_6 | BIT_5 | BIT_4)) ==
5334 nv->add_firmware_options[0] &= ~(BIT_6 | BIT_5 | BIT_4);
5364 if ((icb->firmware_options[1] & BIT_6)
[all...]
H A Dqla_mid.c880 options |= BIT_6;
H A Dqla_mbx.c2350 mcp->mb[1] |= BIT_6;
4122 BIT_6)) {
5326 mcp->mb[1] = mreq->options | BIT_6; // BIT_6 specifies 64 bit addressing
5389 /* BIT_6 specifies 64bit address */
5390 mcp->mb[1] = mreq->options | BIT_15 | BIT_6;
6367 else if (subcode & (BIT_6 | BIT_7)) {
H A Dqla_os.c2123 if (!(ha->fw_attributes & BIT_6))
3464 if (IS_QLA25XX(ha) && !(ha->fw_attributes & BIT_6))
6189 if (sfp[0] & BIT_2 || sfp[1] & (BIT_6|BIT_5))
6203 sfp_flags |= BIT_6; /* sfp+ */
6250 rsp_payload->ls_err_desc.pn_port_phy_type |= BIT_6;
H A Dqla_target.c6943 tmp = ~(BIT_4|BIT_5|BIT_6);
7047 tmp = ~(BIT_4|BIT_5|BIT_6);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c1351 arg1 |= (BIT_4 | BIT_6 | BIT_7);
1358 arg1 &= ~BIT_6;
1428 esw_cfg->promisc_mode = !!(arg1 & BIT_6);
H A Dqlcnic_hdr.h201 #define BIT_6 0x40 macro
H A Dqlcnic_83xx_hw.h58 #define QLC_83XX_FW_CAPABILITY_TSO BIT_6
H A Dqlcnic_sriov_pf.c390 cmd.req.arg[1] = ((func & 0xf) << 2) | BIT_6 | BIT_1;
710 cmd.req.arg[2] |= BIT_6;
H A Dqlcnic_minidump.c29 #define QLCNIC_DUMP_WRT_SAVED BIT_6
H A Dqlcnic_sriov_common.c392 if (status & BIT_6)
H A Dqlcnic_main.c1312 if (adapter->ahw->capabilities & BIT_6) {
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_def.h86 #define BIT_6 0x40 macro
H A Dql4_mbx.c1652 chap_table->flags |= BIT_6; /* peer */
1796 if (chap_table->flags & BIT_6)
H A Dql4_os.c810 if (chap_table->flags & BIT_6) /* peer */
3660 SET_BITVAL(sess->auto_snd_tgt_disable, options, BIT_6);
3673 SET_BITVAL(conn->snack_req_en, options, BIT_6);
3682 SET_BITVAL(conn->tcp_timestamp_stat, options, BIT_6);
6062 if (!(chap_table->flags & BIT_6)) /* Not BIDI */

Completed in 612 milliseconds