aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fjes/fjes_hw.h
diff options
context:
space:
mode:
authorGravatar Taku Izumi <izumi.taku@jp.fujitsu.com> 2015-08-21 17:29:36 +0900
committerGravatar David S. Miller <davem@davemloft.net> 2015-08-24 14:06:36 -0700
commitb5a9152d993a4f08d6e08ac0dde3a09993dc9c45 (patch)
tree4a97cac45652212845a8e290d1acb4f69877a86a /drivers/net/fjes/fjes_hw.h
parentfjes: update_zone_task (diff)
downloadlinux-b5a9152d993a4f08d6e08ac0dde3a09993dc9c45.tar.gz
linux-b5a9152d993a4f08d6e08ac0dde3a09993dc9c45.tar.bz2
linux-b5a9152d993a4f08d6e08ac0dde3a09993dc9c45.zip
fjes: epstop_task
This patch adds epstop_task. This task is used to process other receiver's cancellation request. 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 e59b737b45e7..6d57b89a0ee8 100644
--- a/drivers/net/fjes/fjes_hw.h
+++ b/drivers/net/fjes/fjes_hw.h
@@ -283,6 +283,7 @@ struct fjes_hw {
unsigned long txrx_stop_req_bit;
unsigned long epstop_req_bit;
struct work_struct update_zone_task;
+ struct work_struct epstop_task;
int my_epid;
int max_epid;