Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_target.h91 #define OF_INC_RC BIT_8 /* Increment command resource count */
462 #define CTIO7_FLAGS_DONT_RET_CTIO BIT_8
734 #define NOTIFY_ACK_RES_COUNT BIT_8
837 TRC_SRR_TERM = BIT_8,
Dqla_def.h89 #define BIT_8 0x100 macro
760 #define HSR_RISC_PAUSED BIT_8 /* RISC Paused */
1130 #define FO1_SET_EMPHASIS_SWING BIT_8
1299 #define MBX_8 BIT_8
1966 #define PO_ENABLE_DIF_BUNDLING BIT_8
2073 #define SS_RESPONSE_INFO_LEN_VALID BIT_8
2479 #define NVME_PRLI_SP_SLER BIT_8
3321 #define QLA_MSIX_FW_MODE(m) (((m) & (BIT_7|BIT_8|BIT_9)) >> 7)
3788 #define RDP_PORT_SPEED_64GB BIT_8
3985 #define FLOGI_SEQ_DEL BIT_8
[all …]
Dqla_fw.h897 #define LCF_CLASS_2 BIT_8 /* Enable class 2 during PLOGI. */
1150 #define CSRX_PCIX_BUS_MODE_MASK (BIT_11|BIT_10|BIT_9|BIT_8)
1196 #define HSRX_RISC_PAUSED BIT_8 /* RISC Paused. */
Dqla_isr.c331 if (hccr & (BIT_15 | BIT_13 | BIT_11 | BIT_8)) in qla2300_intr_handler()
764 mb[1] & BIT_8 ? "" : " not", in qla27xx_handle_8200_aen()
767 if ((mb[1] & BIT_8) == 0) in qla27xx_handle_8200_aen()
1079 rd_reg_word(&reg24->mailbox7) & BIT_8) in qla2x00_async_event()
2145 if (iop[0] & BIT_8) in qla24xx_logio_entry()
Dqla_nx.h845 #define HSRX_RISC_PAUSED BIT_8 /* RISC Paused. */
Dqla_target.c6919 nv->firmware_options_2 |= cpu_to_le32(BIT_8); in qlt_24xx_config_nvram_stage1()
6924 nv->firmware_options_2 &= ~cpu_to_le32(BIT_8); in qlt_24xx_config_nvram_stage1()
7022 nv->firmware_options_2 |= cpu_to_le32(BIT_8); in qlt_81xx_config_nvram_stage1()
7027 nv->firmware_options_2 &= ~cpu_to_le32(BIT_8); in qlt_81xx_config_nvram_stage1()
Dqla_init.c4106 ha->fw_options[2] |= BIT_8; in qla24xx_update_fw_options()
4108 ha->fw_options[2] &= ~BIT_8; in qla24xx_update_fw_options()
7594 icb->firmware_options_3 |= cpu_to_le32(BIT_8); in qla24xx_nvram_config()
8839 icb->firmware_options_3 |= cpu_to_le32(BIT_8); in qla81xx_nvram_config()
Dqla_gs.c2617 case BIT_8: in qla2x00_port_speed_capability()
Dqla_os.c569 pci_bus = (ha->pci_attr & BIT_8) >> 8; in qla2x00_pci_info_str()
Dqla_mbx.c2538 if (iop[0] & BIT_8) in qla24xx_login_fabric()
/drivers/scsi/
Dqla1280.h25 #define BIT_8 0x100 macro
137 #define ISP_FLASH_ENABLE BIT_8 /* Flash BIOS Read/Write enable */
313 #define TP_RENEGOTIATE BIT_8 /* Renegotiate on error. */
581 #define SF_GOT_BUS BIT_8 /* */
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hdr.h203 #define BIT_8 0x100 macro
Dqlcnic_sriov_pf.c703 cmd.req.arg[2] |= BIT_1 | BIT_3 | BIT_8; in qlcnic_sriov_set_vf_acl()
1261 if (!(cmd->req.arg[1] & BIT_8)) in qlcnic_sriov_validate_cfg_macvlan()
Dqlcnic_dcb.c647 if (*val & BIT_8) in qlcnic_83xx_dcb_aen_handler()
Dqlcnic_ctx.c832 cmd.req.arg[1] = function | BIT_8; in qlcnic_82xx_get_mac_address()
Dqlcnic.h914 #define QLCNIC_FW_CAPABILITY_BDG BIT_8
Dqlcnic_83xx_hw.c61 #define QLC_83XX_10_CAPABLE BIT_8
1705 cmd.req.arg[1] = (enable ? 1 : 0) | BIT_8 | temp; in qlcnic_83xx_setup_link_event()
Dqlcnic_sriov_common.c396 if (status & BIT_8) in qlcnic_sriov_get_vf_vport_info()
/drivers/scsi/qla4xxx/
Dql4_def.h89 #define BIT_8 0x100 macro
Dql4_os.c3662 options |= BIT_8; in qla4xxx_copy_to_fwddb_param()
3664 options &= ~BIT_8; in qla4xxx_copy_to_fwddb_param()
3677 SET_BITVAL(sess->pdu_inorder_en, options, BIT_8); in qla4xxx_copy_to_fwddb_param()