diff options
author | Eli Cohen <eli@dev.mellanox.co.il> | 2008-04-17 00:09:32 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-04-17 00:09:32 -0400 |
commit | 82c24c18afc5e1c2a955bdc2762b19721283365c (patch) | |
tree | 2dd054b0738962daee6bdfd268c8b9fbb9fc466d /drivers/infiniband/ulp/ipoib/ipoib.h | |
parent | 9b1f38515c41a5f13021e15b50b6558db236d6d5 (diff) |
IPoIB: Add basic ethtool support
Just add the infrastructure so we can add functionality later.
Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/ulp/ipoib/ipoib.h')
-rw-r--r-- | drivers/infiniband/ulp/ipoib/ipoib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib.h b/drivers/infiniband/ulp/ipoib/ipoib.h index 19a41ff90d15..3524d65f2e57 100644 --- a/drivers/infiniband/ulp/ipoib/ipoib.h +++ b/drivers/infiniband/ulp/ipoib/ipoib.h | |||
@@ -460,6 +460,8 @@ void ipoib_pkey_poll(struct work_struct *work); | |||
460 | int ipoib_pkey_dev_delay_open(struct net_device *dev); | 460 | int ipoib_pkey_dev_delay_open(struct net_device *dev); |
461 | void ipoib_drain_cq(struct net_device *dev); | 461 | void ipoib_drain_cq(struct net_device *dev); |
462 | 462 | ||
463 | void ipoib_set_ethtool_ops(struct net_device *dev); | ||
464 | |||
463 | #ifdef CONFIG_INFINIBAND_IPOIB_CM | 465 | #ifdef CONFIG_INFINIBAND_IPOIB_CM |
464 | 466 | ||
465 | #define IPOIB_FLAGS_RC 0x80 | 467 | #define IPOIB_FLAGS_RC 0x80 |