]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/ethernet/broadcom/cnic_defs.h
cnic: Add FCoE parity error recovery
[mv-sheeva.git] / drivers / net / ethernet / broadcom / cnic_defs.h
index 86936f6b6dbcbea1e9eb7cf07b0bca239ee9e51a..7271f14bda3bf727345d3b479a4411f5df87a936 100644 (file)
@@ -1,7 +1,7 @@
 
 /* cnic.c: Broadcom CNIC core network driver.
  *
- * Copyright (c) 2006-2009 Broadcom Corporation
+ * Copyright (c) 2006-2012 Broadcom Corporation
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -69,6 +69,7 @@
 
 #define FCOE_KCQE_COMPLETION_STATUS_ERROR      (0x1)
 #define FCOE_KCQE_COMPLETION_STATUS_CTX_ALLOC_FAILURE  (0x3)
+#define FCOE_KCQE_COMPLETION_STATUS_NIC_ERROR  (0x5)
 
 /* KCQ (kernel completion queue) response op codes */
 #define L4_KCQE_OPCODE_VALUE_CLOSE_COMP             (53)