aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mlx4/device.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h
index cf09e65c2901..3951b5368d7e 100644
--- a/include/linux/mlx4/device.h
+++ b/include/linux/mlx4/device.h
@@ -621,6 +621,11 @@ struct mlx4_cq {
621 621
622 atomic_t refcount; 622 atomic_t refcount;
623 struct completion free; 623 struct completion free;
624 struct {
625 struct list_head list;
626 void (*comp)(struct mlx4_cq *);
627 void *priv;
628 } tasklet_ctx;
624}; 629};
625 630
626struct mlx4_qp { 631struct mlx4_qp {