New upstream version 18.11-rc1
[deb_dpdk.git] / drivers / net / cxgbe / base / adapter.h
index e98dd21..47cfc5f 100644 (file)
@@ -324,7 +324,11 @@ struct adapter {
 
        unsigned int clipt_start; /* CLIP table start */
        unsigned int clipt_end;   /* CLIP table end */
+       unsigned int l2t_start;   /* Layer 2 table start */
+       unsigned int l2t_end;     /* Layer 2 table end */
        struct clip_tbl *clipt;   /* CLIP table */
+       struct l2t_data *l2t;     /* Layer 2 table */
+       struct mpstcam_table *mpstcam;
 
        struct tid_info tids;     /* Info used to access TID related tables */
 };