aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fjes/fjes_hw.h
diff options
context:
space:
mode:
authorTaku Izumi <izumi.taku@jp.fujitsu.com>2015-08-21 17:29:35 +0900
committerDavid S. Miller <davem@davemloft.net>2015-08-24 14:06:36 -0700
commit785f28e061a870eba937cb2a860cbcf631f5ebb0 (patch)
tree14476ef9ebf38cbe1a9472052c2d7f8638d7e6fe /drivers/net/fjes/fjes_hw.h
parentfjes: unshare_watch_task (diff)
downloadlinux-dev-785f28e061a870eba937cb2a860cbcf631f5ebb0.tar.xz
linux-dev-785f28e061a870eba937cb2a860cbcf631f5ebb0.zip
fjes: update_zone_task
This patch adds update_zone_task. Zoning information can be changed by user. This task is used to monitor if zoning information is changed or not. 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_hw.h')
-rw-r--r--drivers/net/fjes/fjes_hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/fjes/fjes_hw.h b/drivers/net/fjes/fjes_hw.h
index 95e632b363c1..e59b737b45e7 100644
--- a/drivers/net/fjes/fjes_hw.h
+++ b/drivers/net/fjes/fjes_hw.h
@@ -282,6 +282,7 @@ struct fjes_hw {
unsigned long txrx_stop_req_bit;
unsigned long epstop_req_bit;
+ struct work_struct update_zone_task;
int my_epid;
int max_epid;