Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dqla1280.h29 #define BIT_12 0x1000 macro
316 #define TP_SYNC BIT_12 /* Synchronous data transfers. */
576 #define SF_GOT_STATUS BIT_12 /* Got Status */
/linux/drivers/scsi/qla2xxx/
H A Dqla_fw.h25 #define FO3_HOLD_STS_IOCB BIT_12
493 #define CF_NEW_SA BIT_12
536 #define TMF_LUN_RESET BIT_12
628 #define SS_CONFIRMATION_REQ BIT_12
811 #define ECF_CLR_PASSTHRU_PEND BIT_12
H A Dqla_def.h119 #define BIT_12 0x1000 macro
417 #define SRB_FCP_CMND_DMA_VALID BIT_12 /* DIF: DSD List valid */
1250 #define FO1_ENABLE_ABORT_SEQUENCE BIT_12
1411 #define MBX_12 BIT_12
2087 #define PO_DIS_APP_TAG_REPL BIT_12 /* disable REG Tag replacement */
3992 #define RDP_PORT_SPEED_10GB BIT_12
4202 #define FLOGI_VSAN_SUPPORT BIT_12
4272 #define DT_ISP8432 BIT_12
4547 #define FW_ATTR_EXT0_SCM_SUPPORTED BIT_12
H A Dqla_target.h852 TRC_CTIO_DONE = BIT_12,
H A Dqla_target.c6924 nv->firmware_options_2 |= cpu_to_le32(BIT_12); in qlt_24xx_config_nvram_stage1()
6927 nv->firmware_options_2 &= cpu_to_le32(~BIT_12); in qlt_24xx_config_nvram_stage1()
7036 nv->firmware_options_2 |= cpu_to_le32(BIT_12); in qlt_81xx_config_nvram_stage1()
7039 nv->firmware_options_2 &= cpu_to_le32(~BIT_12); in qlt_81xx_config_nvram_stage1()
H A Dqla_init.c4522 ha->fw_options[2] |= BIT_12; in qla2x00_update_fw_options()
4551 ha->fw_options[3] |= BIT_12; in qla24xx_update_fw_options()
7941 nv->firmware_options_2 |= cpu_to_le32(BIT_12); in qla24xx_nvram_config()
9137 nv->firmware_options_2 |= cpu_to_le32(BIT_12); in qla81xx_nvram_config()
H A Dqla_gs.c2613 case BIT_12: in qla2x00_port_speed_capability()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.h368 #define QLC_83XX_LINK_FEC(data) ((data) & BIT_12)
H A Dqlcnic_hdr.h207 #define BIT_12 0x1000 macro
/linux/drivers/scsi/qla4xxx/
H A Dql4_def.h92 #define BIT_12 0x1000 macro
H A Dql4_os.c3667 SET_BITVAL(conn->datadgst_en, options, BIT_12); in qla4xxx_copy_to_fwddb_param()