aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c
diff options
context:
space:
mode:
authorYi Zou <yi.zou@intel.com>2011-02-01 02:22:16 -0500
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-03-07 21:04:35 -0500
commit68a683cf6a5ff09faa366fc1fcf967add0211fe8 (patch)
treece031702ba79d9039bb4f0843a8f056885ba94e4 /drivers/net/ixgbe/ixgbe_main.c
parent4ea09c9caaebc98d06a39c435d4359912cfbb5e2 (diff)
ixgbe: add support to FCoE DDP in target mode
Add support to the ndo_fcoe_ddp_target() to allow the Intel 82599 device to also provide DDP offload capability when the upper FCoE protocol stack is operating as a target. Signed-off-by: Yi Zou <yi.zou@intel.com> Signed-off-by: Kiran Patil <kiran.patil@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_main.c')
-rw-r--r--drivers/net/ixgbe/ixgbe_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c
index 32231ffe0717..5e8c39decca1 100644
--- a/drivers/net/ixgbe/ixgbe_main.c
+++ b/drivers/net/ixgbe/ixgbe_main.c
@@ -7019,6 +7019,7 @@ static const struct net_device_ops ixgbe_netdev_ops = {
7019#endif 7019#endif
7020#ifdef IXGBE_FCOE 7020#ifdef IXGBE_FCOE
7021 .ndo_fcoe_ddp_setup = ixgbe_fcoe_ddp_get, 7021 .ndo_fcoe_ddp_setup = ixgbe_fcoe_ddp_get,
7022 .ndo_fcoe_ddp_target = ixgbe_fcoe_ddp_target,
7022 .ndo_fcoe_ddp_done = ixgbe_fcoe_ddp_put, 7023 .ndo_fcoe_ddp_done = ixgbe_fcoe_ddp_put,
7023 .ndo_fcoe_enable = ixgbe_fcoe_enable, 7024 .ndo_fcoe_enable = ixgbe_fcoe_enable,
7024 .ndo_fcoe_disable = ixgbe_fcoe_disable, 7025 .ndo_fcoe_disable = ixgbe_fcoe_disable,