]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/ethernet/brocade/bna/bna_hw_defs.h
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[karo-tx-linux.git] / drivers / net / ethernet / brocade / bna / bna_hw_defs.h
index af3f7bb0b3b8302854f4eebff78519af1a3a40bb..2702d02e98d99632c90ff87a70bf243cbed4577d 100644 (file)
@@ -322,6 +322,10 @@ do {                                                                       \
 #define        BNA_CQ_EF_REMOTE        (1 << 19)
 
 #define        BNA_CQ_EF_LOCAL         (1 << 20)
+/* CAT2 ASIC does not use bit 21 as per the SPEC.
+ * Bit 31 is set in every end of frame completion
+ */
+#define BNA_CQ_EF_EOP          (1 << 31)
 
 /* Data structures */