Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dqla1280.h25 #define BIT_8 0x100 macro
136 #define ISP_FLASH_ENABLE BIT_8 /* Flash BIOS Read/Write enable */
312 #define TP_RENEGOTIATE BIT_8 /* Renegotiate on error. */
580 #define SF_GOT_BUS BIT_8 /* */
/linux/drivers/scsi/qla2xxx/
H A Dqla_target.h91 #define OF_INC_RC BIT_8 /* Increment command resource count */
477 #define CTIO7_FLAGS_DONT_RET_CTIO BIT_8
751 #define NOTIFY_ACK_RES_COUNT BIT_8
860 TRC_SRR_TERM = BIT_8,
H A Dqla_init.c4701 ha->fw_options[2] |= BIT_8; in qla24xx_update_fw_options()
4703 ha->fw_options[2] &= ~BIT_8; in qla24xx_update_fw_options()
8217 icb->firmware_options_3 |= cpu_to_le32(BIT_8); in qla24xx_nvram_config()
10281 icb->firmware_options_3 |= cpu_to_le32(BIT_8); in qla81xx_nvram_config()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hdr.h203 #define BIT_8 0x100 macro
H A 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()
H A Dqlcnic_dcb.c647 if (*val & BIT_8) in qlcnic_83xx_dcb_aen_handler()
H A Dqlcnic_ctx.c832 cmd.req.arg[1] = function | BIT_8; in qlcnic_82xx_get_mac_address()
H A Dqlcnic_83xx_hw.c60 #define QLC_83XX_10_CAPABLE BIT_8
1704 cmd.req.arg[1] = (enable ? 1 : 0) | BIT_8 | temp; in qlcnic_83xx_setup_link_event()
H A Dqlcnic_sriov_common.c395 if (status & BIT_8) in qlcnic_sriov_get_vf_vport_info()
/linux/drivers/scsi/qla4xxx/
H A Dql4_def.h88 #define BIT_8 0x100 macro
H A Dql4_os.c3659 options |= BIT_8; in qla4xxx_copy_to_fwddb_param()
3661 options &= ~BIT_8; in qla4xxx_copy_to_fwddb_param()
3674 SET_BITVAL(sess->pdu_inorder_en, options, BIT_8); in qla4xxx_copy_to_fwddb_param()