net/cxgbe: add API to program hardware layer 2 table
[dpdk.git] / drivers / net / cxgbe / base / adapter.h
index e98dd21..9f4a965 100644 (file)
@@ -324,7 +324,10 @@ 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 tid_info tids;     /* Info used to access TID related tables */
 };