diff options
author | Taku Izumi <izumi.taku@jp.fujitsu.com> | 2015-08-21 17:29:36 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-24 14:06:36 -0700 |
commit | b5a9152d993a4f08d6e08ac0dde3a09993dc9c45 (patch) | |
tree | 4a97cac45652212845a8e290d1acb4f69877a86a /drivers/net/fjes/fjes_hw.h | |
parent | 785f28e061a870eba937cb2a860cbcf631f5ebb0 (diff) | |
download | lwn-b5a9152d993a4f08d6e08ac0dde3a09993dc9c45.tar.gz lwn-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.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 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; |