summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-03-08 19:08:35 (GMT)
committerDavid S. Miller <davem@davemloft.net>2011-03-08 19:08:35 (GMT)
commitbf745e88b733a2806dc4da8a9cd5a7e4d67543ab (patch)
treeb78bd559f9088337a8654aeefefc6bad997a679c /include
parenta7ac8fc1d8d26c975c460a69aa7b9d5b5d5d29b0 (diff)
parent2b642ca5e93fa1c977e8c90480a2900149f262be (diff)
downloadlinux-fsl-qoriq-bf745e88b733a2806dc4da8a9cd5a7e4d67543ab.tar.xz
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6
Diffstat (limited to 'include')
-rw-r--r--include/linux/netdevice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 71563e7..6bd5d46 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -871,6 +871,10 @@ struct net_device_ops {
unsigned int sgc);
int (*ndo_fcoe_ddp_done)(struct net_device *dev,
u16 xid);
+ int (*ndo_fcoe_ddp_target)(struct net_device *dev,
+ u16 xid,
+ struct scatterlist *sgl,
+ unsigned int sgc);
#define NETDEV_FCOE_WWNN 0
#define NETDEV_FCOE_WWPN 1
int (*ndo_fcoe_get_wwn)(struct net_device *dev,