diff options
author | Tatyana Nikolova <Tatyana.E.Nikolova@intel.com> | 2012-12-06 23:58:27 +0400 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2012-12-08 12:31:02 +0400 |
commit | 7bfcfa51c35cdd2d37e0d70fc11790642dd11fb3 (patch) | |
tree | 5f14eb0d107f2f4a0730144637d07c8f42c76deb /drivers/infiniband/hw/nes/nes.h | |
parent | 00ad255d17c2d12a035370836cb93630711d48ca (diff) | |
download | linux-7bfcfa51c35cdd2d37e0d70fc11790642dd11fb3.tar.xz |
RDMA/nes: Fix for terminate timer crash
The terminate timer needs to be initialized just once.
Signed-off-by: Tatyana Nikolova <Tatyana.E.Nikolova@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband/hw/nes/nes.h')
-rw-r--r-- | drivers/infiniband/hw/nes/nes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/nes/nes.h b/drivers/infiniband/hw/nes/nes.h index 5cac29e6bc1c..33cc58941a3e 100644 --- a/drivers/infiniband/hw/nes/nes.h +++ b/drivers/infiniband/hw/nes/nes.h @@ -532,6 +532,7 @@ void nes_iwarp_ce_handler(struct nes_device *, struct nes_hw_cq *); int nes_destroy_cqp(struct nes_device *); int nes_nic_cm_xmit(struct sk_buff *, struct net_device *); void nes_recheck_link_status(struct work_struct *work); +void nes_terminate_timeout(unsigned long context); /* nes_nic.c */ struct net_device *nes_netdev_init(struct nes_device *, void __iomem *); |