diff options
author | Harish Chegondi <harish.chegondi@intel.com> | 2016-01-22 22:07:36 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-03-11 02:37:29 +0100 |
commit | 4bb88e5f84326ff6343bc64a33040850f45b44d8 (patch) | |
tree | 330775eea434d3f690cbd512807b84bc2e6fc590 /drivers/infiniband/hw/qib/qib.h | |
parent | IB/qib: Remove create and free mad agents (diff) | |
download | linux-4bb88e5f84326ff6343bc64a33040850f45b44d8.tar.xz linux-4bb88e5f84326ff6343bc64a33040850f45b44d8.zip |
IB/qib: Remove completion queue data structures and functions from qib
Use the completion queue functionality provided by rdmavt.
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Harish Chegondi <harish.chegondi@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/qib/qib.h')
-rw-r--r-- | drivers/infiniband/hw/qib/qib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/qib/qib.h b/drivers/infiniband/hw/qib/qib.h index 29cbe67f39d9..ccadece9bb13 100644 --- a/drivers/infiniband/hw/qib/qib.h +++ b/drivers/infiniband/hw/qib/qib.h @@ -1097,8 +1097,6 @@ struct qib_devdata { u16 psxmitwait_check_rate; /* high volume overflow errors defered to tasklet */ struct tasklet_struct error_tasklet; - /* per device cq worker */ - struct kthread_worker *worker; int assigned_node_id; /* NUMA node closest to HCA */ }; |