|
@@ -535,6 +535,8 @@ struct rvt_sge_state;
|
|
|
#define HLS_UP (HLS_UP_INIT | HLS_UP_ARMED | HLS_UP_ACTIVE)
|
|
|
#define HLS_DOWN ~(HLS_UP)
|
|
|
|
|
|
+#define HLS_DEFAULT HLS_DN_POLL
|
|
|
+
|
|
|
/* use this MTU size if none other is given */
|
|
|
#define HFI1_DEFAULT_ACTIVE_MTU 10240
|
|
|
/* use this MTU size as the default maximum */
|
|
@@ -1108,8 +1110,7 @@ struct hfi1_devdata {
|
|
|
u16 rcvegrbufsize_shift;
|
|
|
/* both sides of the PCIe link are gen3 capable */
|
|
|
u8 link_gen3_capable;
|
|
|
- /* default link down value (poll/sleep) */
|
|
|
- u8 link_default;
|
|
|
+ u8 dc_shutdown;
|
|
|
/* localbus width (1, 2,4,8,16,32) from config space */
|
|
|
u32 lbus_width;
|
|
|
/* localbus speed in MHz */
|
|
@@ -1293,7 +1294,6 @@ struct hfi1_devdata {
|
|
|
u8 oui1;
|
|
|
u8 oui2;
|
|
|
u8 oui3;
|
|
|
- u8 dc_shutdown;
|
|
|
|
|
|
/* Timer and counter used to detect RcvBufOvflCnt changes */
|
|
|
struct timer_list rcverr_timer;
|