aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2014-07-11 21:02:54 +0000
committerNavdeep Parhar <np@FreeBSD.org>2014-07-11 21:02:54 +0000
commit30f337891deb390ad5f03ce9d85ab1d7c7d20428 (patch)
tree40efa7a6e3941ef53368f56dee102b29630a2994 /sys/dev
parent1fbe6a82f4d94a7df5042e3c53b4f8422b962776 (diff)
downloadsrc-30f337891deb390ad5f03ce9d85ab1d7c7d20428.tar.gz
src-30f337891deb390ad5f03ce9d85ab1d7c7d20428.zip
cxgbe(4): Add an iSCSI softc to the adapter structure.
Notes
Notes: svn path=/head/; revision=268536
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cxgbe/adapter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cxgbe/adapter.h b/sys/dev/cxgbe/adapter.h
index bf65e0f583ee..17c7a855a462 100644
--- a/sys/dev/cxgbe/adapter.h
+++ b/sys/dev/cxgbe/adapter.h
@@ -735,6 +735,7 @@ struct adapter {
void *tom_softc; /* (struct tom_data *) */
struct tom_tunables tt;
void *iwarp_softc; /* (struct c4iw_dev *) */
+ void *iscsi_softc;
#endif
struct l2t_data *l2t; /* L2 table */
struct tid_info tids;