diff options
author | Taku Izumi <izumi.taku@jp.fujitsu.com> | 2015-08-21 10:29:35 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-24 23:06:36 +0200 |
commit | 785f28e061a870eba937cb2a860cbcf631f5ebb0 (patch) | |
tree | 14476ef9ebf38cbe1a9472052c2d7f8638d7e6fe /drivers/net/fjes/fjes_hw.h | |
parent | fjes: unshare_watch_task (diff) | |
download | linux-785f28e061a870eba937cb2a860cbcf631f5ebb0.tar.xz linux-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.h | 1 |
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; |