diff options
Diffstat (limited to 'drivers/net/cnic.h')
-rw-r--r-- | drivers/net/cnic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/cnic.h b/drivers/net/cnic.h index 4456260c653c..3367a6d3a774 100644 --- a/drivers/net/cnic.h +++ b/drivers/net/cnic.h | |||
@@ -226,6 +226,7 @@ struct cnic_local { | |||
226 | #define CNIC_LCL_FL_KWQ_INIT 0x0 | 226 | #define CNIC_LCL_FL_KWQ_INIT 0x0 |
227 | #define CNIC_LCL_FL_L2_WAIT 0x1 | 227 | #define CNIC_LCL_FL_L2_WAIT 0x1 |
228 | #define CNIC_LCL_FL_RINGS_INITED 0x2 | 228 | #define CNIC_LCL_FL_RINGS_INITED 0x2 |
229 | #define CNIC_LCL_FL_STOP_ISCSI 0x4 | ||
229 | 230 | ||
230 | struct cnic_dev *dev; | 231 | struct cnic_dev *dev; |
231 | 232 | ||