aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cnic.h
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2010-12-23 07:43:03 +0000
committerDavid S. Miller <davem@davemloft.net>2010-12-23 11:44:33 -0800
commite21ba414eed8a233eadb79bb6b158ac7ceb35025 (patch)
treefedf2c866d5a396081b4d01daae800ea914d3a75 /drivers/net/cnic.h
parentcnic: Call cm_connect_complete() immediately on error (diff)
downloadlinux-dev-e21ba414eed8a233eadb79bb6b158ac7ceb35025.tar.xz
linux-dev-e21ba414eed8a233eadb79bb6b158ac7ceb35025.zip
cnic: Add kcq2 support on 57712
The kcq2 (2nd kernel work queue) is used by FCoE on 57712 devices. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cnic.h')
-rw-r--r--drivers/net/cnic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/cnic.h b/drivers/net/cnic.h
index fb3b7531ea25..e46b4c121948 100644
--- a/drivers/net/cnic.h
+++ b/drivers/net/cnic.h
@@ -258,6 +258,7 @@ struct cnic_local {
u16 kwq_con_idx;
struct kcq_info kcq1;
+ struct kcq_info kcq2;
union {
void *gen;