Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dqla1280.h27 #define BIT_10 0x400 macro
314 #define TP_AUTO_REQUEST_SENSE BIT_10 /* Automatic request sense. */
578 #define SF_SENT_CDB BIT_10 /* Send CDB */
/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_def.h118 #define BIT_10 0x400 macro
1199 #define FO1_ENABLE_PURE_IOCB BIT_10
1213 #define ADD_FO1_ENABLE_PUREX_IOCB BIT_10
1364 #define MBX_10 BIT_10
2035 #define PO_DIS_VALD_APP_ESC BIT_10 /* Dis validation for escape tag/ffffh */
2138 #define SS_RESIDUAL_OVER BIT_10
2192 #define SF_ABTS_TERMINATED BIT_10
3916 #define RDP_PORT_SPEED_16GB BIT_10
4123 #define FLOGI_MID_SUPPORT BIT_10
4192 #define DT_ISP5432 BIT_10
[all …]
Dqla_fw.h20 #define FO1_ENABLE_PUREX BIT_10
537 #define TMF_CLEAR_TASK_SET BIT_10
901 #define LCF_INCLUDE_SNS BIT_10 /* Include SNS (FFFFFC) during LOGO. */
1178 #define CSRX_PCIX_BUS_MODE_MASK (BIT_11|BIT_10|BIT_9|BIT_8)
Dqla_target.h850 TRC_FLUSH = BIT_10,
Dqla_init.c4316 ha->fw_options[3] |= BIT_10; in qla24xx_update_fw_options()
7701 nv->host_p = cpu_to_le32(BIT_11|BIT_10); in qla24xx_nvram_config()
7715 nv->host_p &= cpu_to_le32(~BIT_10); in qla24xx_nvram_config()
7769 le32_to_cpu(nv->host_p) & BIT_10 ? 1 : 0; in qla24xx_nvram_config()
8897 nv->host_p = cpu_to_le32(BIT_11|BIT_10); in qla81xx_nvram_config()
8985 le32_to_cpu(nv->host_p) & BIT_10 ? 1 : 0; in qla81xx_nvram_config()
Dqla_mbx.c674 #define EDIF_HW_SUPPORT BIT_10
1181 if (mcp->mb[16] & BIT_10) in qla2x00_get_fw_version()
Dqla_target.c6936 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_24xx_config_nvram_stage1()
7048 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_81xx_config_nvram_stage1()
Dqla_iocb.c1469 fw_prot_opts |= BIT_10; in qla24xx_build_scsi_crc_2_iocbs()
Dqla_gs.c2617 case BIT_10: in qla2x00_port_speed_capability()
Dqla_os.c595 pci_bus = (ha->pci_attr & (BIT_9 | BIT_10)) >> 9; in qla2x00_pci_info_str()
/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.h363 #define QLC_83XX_SFP_TX_FAULT(data) ((data) & BIT_10)
Dqlcnic_hdr.h205 #define BIT_10 0x400 macro
Dqlcnic_hw.c882 #define QLCNIC_ENABLE_TYPE_C_RSS BIT_10
Dqlcnic.h916 #define QLCNIC_FW_CAPABILITY_HW_LRO BIT_10
Dqlcnic_83xx_hw.c63 #define QLC_83XX_1G_CAPABLE BIT_10
/linux-6.1.9/drivers/scsi/qla4xxx/
Dql4_def.h91 #define BIT_10 0x400 macro
Dql4_mbx.c2099 iscsi_opts |= BIT_10; in qla4xxx_set_param_ddbentry()
Dql4_os.c3659 SET_BITVAL(sess->initial_r2t_en, options, BIT_10); in qla4xxx_copy_to_fwddb_param()