Searched refs:BIT_13 (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_nvme.h61 #define CF_ADMIN_ASYNC_EVENT BIT_13
H A Dqla_target.h93 #define OF_CONF_REQ BIT_13 /* Confirmation Requested */
475 #define CTIO7_FLAGS_CONFORM_REQ BIT_13
853 TRC_CTIO_ABORTED = BIT_13,
H A Dqla_def.h120 #define BIT_13 0x2000 macro
839 #define NVR_PR_ENABLE BIT_13 /* Protection register enable */
1251 #define FO1_AE_QUEUE_FULL BIT_13
1410 #define MBX_13 BIT_13
1642 * BIT_13 = SAN Congestion Management (1 - Enabled, 0 - Disabled)
2088 #define PO_DIS_REF_TAG_REPL BIT_13
2242 #define SF_LOGOUT_SENT BIT_13
3991 #define RDP_PORT_SPEED_4GB BIT_13
4203 #define FLOGI_SP_SUPPORT BIT_13
4273 #define DT_ISP8001 BIT_13
[all...]
H A Dqla_fw.h535 #define TMF_TARGET_RESET BIT_13
806 #define ECF_PAYLOAD_DESCR_MASK (BIT_15|BIT_14|BIT_13)
H A Dqla_mbx.c1146 /* BIT_13 of Extended FW Attributes informs about NVMe2 support */
1189 ha->sf_init_cb->flags |= cpu_to_le16(BIT_13);
4514 req->options |= BIT_13;
4587 rsp->options |= BIT_13;
5795 0x98, 0x1, 1, BIT_13|BIT_0);
H A Dqla_init.c4518 ha->fw_options[3] |= BIT_13;
4526 ha->fw_options[2] |= BIT_13;
7939 cpu_to_le32(BIT_14|BIT_13|BIT_2|BIT_1);
7955 nv->firmware_options_1 &= cpu_to_le32(~BIT_13);
9135 cpu_to_le32(BIT_14|BIT_13|BIT_2|BIT_1);
H A Dqla_target.c6919 nv->firmware_options_1 &= cpu_to_le32(~BIT_13);
7024 nv->firmware_options_1 &= cpu_to_le32(~BIT_13);
H A Dqla_gs.c2611 case BIT_13:
H A Dqla_isr.c491 if (hccr & (BIT_15 | BIT_13 | BIT_11 | BIT_8))
/linux-master/drivers/scsi/
H A Dqla1280.h30 #define BIT_13 0x2000 macro
317 #define TP_WIDE BIT_13 /* Wide data transfers. */
575 #define SF_GOT_SENSE BIT_13 /* Got Sense */
H A Dqla1280.c2203 cfg1 |= BIT_13;
3902 if (mb[2] & BIT_13)
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hdr.h208 #define BIT_13 0x2000 macro
H A Dqlcnic_83xx_hw.h369 #define QLC_83XX_LINK_EEE(data) ((data) & BIT_13)
H A Dqlcnic.h926 #define QLCNIC_FW_CAPABILITY_2_EXT_ISCSI_DUMP BIT_13
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_def.h93 #define BIT_13 0x2000 macro
H A Dql4_os.c3666 SET_BITVAL(conn->hdrdgst_en, options, BIT_13);

Completed in 315 milliseconds