aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/ruc.c
diff options
context:
space:
mode:
authorMike Marciniszyn <mike.marciniszyn@intel.com>2016-02-14 12:44:34 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:38:11 -0500
commit45842abbb292338d7d328c40bae411218242d2cd (patch)
tree856efda3e78158f7e402998c6f9e5a7dbec2a3b8 /drivers/staging/rdma/hfi1/ruc.c
parentIB/rdmvt: close send engine struct holes (diff)
downloadlinux-dev-45842abbb292338d7d328c40bae411218242d2cd.tar.xz
linux-dev-45842abbb292338d7d328c40bae411218242d2cd.zip
staging/rdma/hfi1: move txreq header code
The patch separates the txreq defines into new files, one for verbs and one for sdma. The verbs_txreq implementation handles the setup and teardown of the txreq cache, so the register routine is changed to call the new init/exit routines. This patch allows for followup patches enhance the send engine. Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/staging/rdma/hfi1/ruc.c')
-rw-r--r--drivers/staging/rdma/hfi1/ruc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rdma/hfi1/ruc.c b/drivers/staging/rdma/hfi1/ruc.c
index 6114550bb73f..7c6feffe65cc 100644
--- a/drivers/staging/rdma/hfi1/ruc.c
+++ b/drivers/staging/rdma/hfi1/ruc.c
@@ -53,7 +53,7 @@
#include "hfi.h"
#include "mad.h"
#include "qp.h"
-#include "sdma.h"
+#include "verbs_txreq.h"
/*
* Convert the AETH RNR timeout code into the number of microseconds.