aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/hfi.h
diff options
context:
space:
mode:
authorEaswar Hariharan <easwar.hariharan@intel.com>2016-02-03 14:31:31 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:37:47 -0500
commitcbac386a120a7e8a26c013f496717b11cacbd99c (patch)
tree1693603d0b2e65321a91c4c432673248d7ecca20 /drivers/staging/rdma/hfi1/hfi.h
parentstaging/rdma/hfi1: Get port type from configuration file (diff)
downloadlinux-dev-cbac386a120a7e8a26c013f496717b11cacbd99c.tar.xz
linux-dev-cbac386a120a7e8a26c013f496717b11cacbd99c.zip
staging/rdma/hfi1: Support external device configuration requests from 8051
This patch implements support for turning on and off the clock data recovery mechanisms implemented in QSFP cable on request by the DC 8051 on a per-lane basis. Reviewed-by: Dean Luick <dean.luick@intel.com> Signed-off-by: Easwar Hariharan <easwar.hariharan@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/staging/rdma/hfi1/hfi.h')
-rw-r--r--drivers/staging/rdma/hfi1/hfi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rdma/hfi1/hfi.h b/drivers/staging/rdma/hfi1/hfi.h
index f79b07002d1f..0fe630e77682 100644
--- a/drivers/staging/rdma/hfi1/hfi.h
+++ b/drivers/staging/rdma/hfi1/hfi.h
@@ -589,6 +589,7 @@ struct hfi1_pportdata {
struct work_struct link_vc_work;
struct work_struct link_up_work;
struct work_struct link_down_work;
+ struct work_struct dc_host_req_work;
struct work_struct sma_message_work;
struct work_struct freeze_work;
struct work_struct link_downgrade_work;