[SCSI] lpfc 8.3.8: Add code to display logical link speed
[deliverable/linux.git] / drivers / scsi / lpfc / lpfc_hw4.h
index 8a2a1c5935c6b3ff30a10c18dfa5e490c7b731fd..c2bec6e6222fb05e771e4543f97e9407dd6d5513 100644 (file)
@@ -1959,6 +1959,9 @@ struct lpfc_acqe_link {
 #define LPFC_ASYNC_LINK_FAULT_NONE     0x0
 #define LPFC_ASYNC_LINK_FAULT_LOCAL    0x1
 #define LPFC_ASYNC_LINK_FAULT_REMOTE   0x2
+#define lpfc_acqe_qos_link_speed_SHIFT 16
+#define lpfc_acqe_qos_link_speed_MASK  0x0000FFFF
+#define lpfc_acqe_qos_link_speed_WORD  word1
        uint32_t event_tag;
        uint32_t trailer;
 };
This page took 0.026966 seconds and 5 git commands to generate.