net/txgbe: support ntuple filter add and delete
[dpdk.git] / drivers / net / ionic / ionic.h
index a931103..49d1fc0 100644 (file)
@@ -48,11 +48,11 @@ struct ionic_hw {
 struct ionic_adapter {
        struct ionic_hw hw;
        struct ionic_dev idev;
+       const char *name;
        struct ionic_dev_bar bars[IONIC_BARS_MAX];
        struct ionic_identity   ident;
-       struct ionic_lif *lifs[IONIC_LIFS_MAX];
+       struct ionic_lif *lif;
        uint32_t num_bars;
-       uint32_t nlifs;
        uint32_t max_ntxqs_per_lif;
        uint32_t max_nrxqs_per_lif;
        uint32_t max_mac_addrs;