Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dqla1280.h34 #define BIT_8 0x100 macro
146 #define ISP_FLASH_ENABLE BIT_8 /* Flash BIOS Read/Write enable */
320 #define TP_RENEGOTIATE BIT_8 /* Renegotiate on error. */
588 #define SF_GOT_BUS BIT_8 /* */
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_target.h99 #define OF_INC_RC BIT_8 /* Increment command resource count */
479 #define CTIO7_FLAGS_DONT_RET_CTIO BIT_8
749 #define NOTIFY_ACK_RES_COUNT BIT_8
860 TRC_SRR_TERM = BIT_8,
Dqla_def.h73 #define BIT_8 0x100 macro
638 #define HSR_RISC_PAUSED BIT_8 /* RISC Paused */
1001 #define FO1_SET_EMPHASIS_SWING BIT_8
1168 #define MBX_8 BIT_8
1838 #define PO_ENABLE_DIF_BUNDLING BIT_8
1942 #define SS_RESPONSE_INFO_LEN_VALID BIT_8
3177 #define QLA_MSIX_FW_MODE(m) (((m) & (BIT_7|BIT_8|BIT_9)) >> 7)
3668 #define FLOGI_SEQ_DEL BIT_8
3728 #define DT_ISP2432 BIT_8
Dqla_fw.h843 #define LCF_CLASS_2 BIT_8 /* Enable class 2 during PLOGI. */
1011 #define CSRX_PCIX_BUS_MODE_MASK (BIT_11|BIT_10|BIT_9|BIT_8)
1057 #define HSRX_RISC_PAUSED BIT_8 /* RISC Paused. */
Dqla_nx.h846 #define HSRX_RISC_PAUSED BIT_8 /* RISC Paused. */
Dqla_init.c3786 ha->fw_options[2] |= BIT_8; in qla24xx_update_fw_options()
3788 ha->fw_options[2] &= ~BIT_8; in qla24xx_update_fw_options()
7134 icb->firmware_options_3 |= BIT_8; in qla24xx_nvram_config()
8221 icb->firmware_options_3 |= BIT_8; in qla81xx_nvram_config()
8224 icb->firmware_options_3 |= BIT_8; in qla81xx_nvram_config()
8365 ha->fw_options[1] |= BIT_8; in qla81xx_update_fw_options()
8371 ha->fw_options[1] &= ~BIT_8; in qla81xx_update_fw_options()
Dqla_target.c6827 nv->firmware_options_2 |= cpu_to_le32(BIT_8); in qlt_24xx_config_nvram_stage1()
6832 nv->firmware_options_2 &= ~cpu_to_le32(BIT_8); in qlt_24xx_config_nvram_stage1()
6938 nv->firmware_options_2 |= cpu_to_le32(BIT_8); in qlt_81xx_config_nvram_stage1()
6943 nv->firmware_options_2 &= ~cpu_to_le32(BIT_8); in qlt_81xx_config_nvram_stage1()
Dqla_isr.c191 if (hccr & (BIT_15 | BIT_13 | BIT_11 | BIT_8)) in qla2300_intr_handler()
1723 if (iop[0] & BIT_8) in qla24xx_logio_entry()
Dqla_gs.c2874 case BIT_8: in qla2x00_gpsc()
3297 case BIT_8: in qla24xx_async_gpsc_sp_done()
Dqla_os.c573 pci_bus = (ha->pci_attr & BIT_8) >> 8; in qla2x00_pci_info_str()
Dqla_mbx.c2413 if (iop[0] & BIT_8) in qla24xx_login_fabric()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hdr.h204 #define BIT_8 0x100 macro
Dqlcnic_sriov_pf.c702 cmd.req.arg[2] |= BIT_1 | BIT_3 | BIT_8; in qlcnic_sriov_set_vf_acl()
1263 if (!(cmd->req.arg[1] & BIT_8)) in qlcnic_sriov_validate_cfg_macvlan()
Dqlcnic_dcb.c648 if (*val & BIT_8) in qlcnic_83xx_dcb_aen_handler()
Dqlcnic_ctx.c827 cmd.req.arg[1] = function | BIT_8; in qlcnic_82xx_get_mac_address()
Dqlcnic.h917 #define QLCNIC_FW_CAPABILITY_BDG BIT_8
Dqlcnic_83xx_hw.c62 #define QLC_83XX_10_CAPABLE BIT_8
1701 cmd.req.arg[1] = (enable ? 1 : 0) | BIT_8 | temp; in qlcnic_83xx_setup_link_event()
Dqlcnic_sriov_common.c395 if (status & BIT_8) in qlcnic_sriov_get_vf_vport_info()
/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_def.h90 #define BIT_8 0x100 macro
Dql4_os.c3620 options |= BIT_8; in qla4xxx_copy_to_fwddb_param()
3622 options &= ~BIT_8; in qla4xxx_copy_to_fwddb_param()
3635 SET_BITVAL(sess->pdu_inorder_en, options, BIT_8); in qla4xxx_copy_to_fwddb_param()