net/cxgbe: implement flow query operation
[dpdk.git] / drivers / net / cxgbe / base / t4_hw.h
index ac12afc..e77563d 100644 (file)
@@ -42,6 +42,10 @@ enum {
        SGE_MAX_WR_NDESC = SGE_MAX_WR_LEN / SGE_EQ_IDXSIZE,
 };
 
+enum {
+       TCB_SIZE        = 128,   /* TCB size */
+};
+
 struct sge_qstat {                /* data written to SGE queue status entries */
        __be32 qid;
        __be16 cidx;