aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fjes/fjes.h
diff options
context:
space:
mode:
authorTaku Izumi <izumi.taku@jp.fujitsu.com>2015-08-21 17:29:23 +0900
committerDavid S. Miller <davem@davemloft.net>2015-08-24 14:06:34 -0700
commite5d486dcaa45dd365970c09395ae24df5a0e3f77 (patch)
tree237e68516fdbf7e3276c2524508397f9b0dbc31a /drivers/net/fjes/fjes.h
parentfjes: buffer address regist/unregistration routine (diff)
downloadlinux-dev-e5d486dcaa45dd365970c09395ae24df5a0e3f77.tar.xz
linux-dev-e5d486dcaa45dd365970c09395ae24df5a0e3f77.zip
fjes: net_device_ops.ndo_open and .ndo_stop
This patch adds net_device_ops.ndo_open and .ndo_stop callback. These function is called when network device activation and deactivation. Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/fjes/fjes.h')
-rw-r--r--drivers/net/fjes/fjes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/fjes/fjes.h b/drivers/net/fjes/fjes.h
index 54bc189a997c..f182ed3a4cd1 100644
--- a/drivers/net/fjes/fjes.h
+++ b/drivers/net/fjes/fjes.h
@@ -29,6 +29,7 @@
#define FJES_ACPI_SYMBOL "Extended Socket"
#define FJES_MAX_QUEUES 1
#define FJES_TX_RETRY_INTERVAL (20 * HZ)
+#define FJES_OPEN_ZONE_UPDATE_WAIT (300) /* msec */
/* board specific private data structure */
struct fjes_adapter {