1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

cxgbe(4): Add an iSCSI softc to the adapter structure.

This commit is contained in:
Navdeep Parhar 2014-07-11 21:02:54 +00:00
parent 1fbe6a82f4
commit 30f337891d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268536

View File

@ -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;