Home
last modified time | relevance | path

Searched refs:BIT_10 (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dqla1280.h36 #define BIT_10 0x400 macro
322 #define TP_AUTO_REQUEST_SENSE BIT_10 /* Automatic request sense. */
586 #define SF_SENT_CDB BIT_10 /* Send CDB */
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_fw.h19 #define FO1_ENABLE_PUREX BIT_10
530 #define TMF_CLEAR_TASK_SET BIT_10
841 #define LCF_INCLUDE_SNS BIT_10 /* Include SNS (FFFFFC) during LOGO. */
1011 #define CSRX_PCIX_BUS_MODE_MASK (BIT_11|BIT_10|BIT_9|BIT_8)
Dqla_def.h75 #define BIT_10 0x400 macro
1003 #define FO1_ENABLE_PURE_IOCB BIT_10
1017 #define ADD_FO1_ENABLE_PUREX_IOCB BIT_10
1166 #define MBX_10 BIT_10
1840 #define PO_DIS_VALD_APP_ESC BIT_10 /* Dis validation for escape tag/ffffh */
1940 #define SS_RESIDUAL_OVER BIT_10
1988 #define SF_ABTS_TERMINATED BIT_10
3669 #define FLOGI_MID_SUPPORT BIT_10
3730 #define DT_ISP5432 BIT_10
Dqla_target.h862 TRC_FLUSH = BIT_10,
Dqla_init.c6995 nv->host_p = cpu_to_le32(BIT_11|BIT_10); in qla24xx_nvram_config()
7009 nv->host_p &= cpu_to_le32(~BIT_10); in qla24xx_nvram_config()
7063 le32_to_cpu(nv->host_p) & BIT_10 ? 1: 0; in qla24xx_nvram_config()
8039 nv->host_p = cpu_to_le32(BIT_11|BIT_10); in qla81xx_nvram_config()
8122 le32_to_cpu(nv->host_p) & BIT_10 ? 1: 0; in qla81xx_nvram_config()
Dqla_gs.c2871 case BIT_10: in qla2x00_gpsc()
3294 case BIT_10: in qla24xx_async_gpsc_sp_done()
Dqla_target.c6791 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_24xx_config_nvram_stage1()
6911 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_81xx_config_nvram_stage1()
Dqla_iocb.c1337 fw_prot_opts |= BIT_10; in qla24xx_build_scsi_crc_2_iocbs()
Dqla_os.c568 pci_bus = (ha->pci_attr & (BIT_9 | BIT_10)) >> 9; in qla2x00_pci_info_str()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.h364 #define QLC_83XX_SFP_TX_FAULT(data) ((data) & BIT_10)
Dqlcnic_hdr.h206 #define BIT_10 0x400 macro
Dqlcnic_hw.c887 #define QLCNIC_ENABLE_TYPE_C_RSS BIT_10
Dqlcnic.h919 #define QLCNIC_FW_CAPABILITY_HW_LRO BIT_10
Dqlcnic_83xx_hw.c64 #define QLC_83XX_1G_CAPABLE BIT_10
/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_def.h92 #define BIT_10 0x400 macro
Dql4_mbx.c2104 iscsi_opts |= BIT_10; in qla4xxx_set_param_ddbentry()
Dql4_os.c3633 SET_BITVAL(sess->initial_r2t_en, options, BIT_10); in qla4xxx_copy_to_fwddb_param()