diff options
author | Yi Zou <yi.zou@intel.com> | 2009-08-31 08:32:14 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-09-01 04:24:25 -0400 |
commit | 8450ff8cd7fba6e78c07d7c14bf4dc582f8a6c3d (patch) | |
tree | 5307a571506bef42e4f228a5febb3a3f6516769b /drivers/net/ixgbe/ixgbe.h | |
parent | 0af46d997fcbfd25a9e166c2431bfebc03720a36 (diff) |
ixgbe: Add support for the net_device_ops.ndo_fcoe_enable/disable to 82599
This adds support to the net_device_ops.ndo_fcoe_enable/disable for 82599. This
consequently allows us to dynamically turn FCoE offload feature on or off
upon incoming calls to ndo_fcoe_enable/disable. When this happens, FCoE offload
features are enabled/disabled accordingly, and this is regardless of whether
DCB being turned on or not.
Signed-off-by: Yi Zou <yi.zou@intel.com>
Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h index c983c89630af..daed0ac60ec6 100644 --- a/drivers/net/ixgbe/ixgbe.h +++ b/drivers/net/ixgbe/ixgbe.h | |||
@@ -450,6 +450,8 @@ extern int ixgbe_fcoe_ddp(struct ixgbe_adapter *adapter, | |||
450 | extern int ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, | 450 | extern int ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, |
451 | struct scatterlist *sgl, unsigned int sgc); | 451 | struct scatterlist *sgl, unsigned int sgc); |
452 | extern int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid); | 452 | extern int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid); |
453 | extern int ixgbe_fcoe_enable(struct net_device *netdev); | ||
454 | extern int ixgbe_fcoe_disable(struct net_device *netdev); | ||
453 | #endif /* IXGBE_FCOE */ | 455 | #endif /* IXGBE_FCOE */ |
454 | 456 | ||
455 | #endif /* _IXGBE_H_ */ | 457 | #endif /* _IXGBE_H_ */ |