提交 85dce3aa 编写于 作者: S Serge Semin 提交者: Jon Mason

NTB: Add PCIe Gen4 link speed

Signed-off-by: NSerge Semin <fancer.lancer@gmail.com>
Acked-by: NAllen Hubbe <Allen.Hubbe@dell.com>
Signed-off-by: NJon Mason <jdmason@kudzu.us>
上级 cdcca896
...@@ -108,6 +108,7 @@ static inline char *ntb_topo_string(enum ntb_topo topo) ...@@ -108,6 +108,7 @@ static inline char *ntb_topo_string(enum ntb_topo topo)
* @NTB_SPEED_GEN1: Link is trained to gen1 speed. * @NTB_SPEED_GEN1: Link is trained to gen1 speed.
* @NTB_SPEED_GEN2: Link is trained to gen2 speed. * @NTB_SPEED_GEN2: Link is trained to gen2 speed.
* @NTB_SPEED_GEN3: Link is trained to gen3 speed. * @NTB_SPEED_GEN3: Link is trained to gen3 speed.
* @NTB_SPEED_GEN4: Link is trained to gen4 speed.
*/ */
enum ntb_speed { enum ntb_speed {
NTB_SPEED_AUTO = -1, NTB_SPEED_AUTO = -1,
...@@ -115,6 +116,7 @@ enum ntb_speed { ...@@ -115,6 +116,7 @@ enum ntb_speed {
NTB_SPEED_GEN1 = 1, NTB_SPEED_GEN1 = 1,
NTB_SPEED_GEN2 = 2, NTB_SPEED_GEN2 = 2,
NTB_SPEED_GEN3 = 3, NTB_SPEED_GEN3 = 3,
NTB_SPEED_GEN4 = 4
}; };
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册