net/bnxt: remove unused Txq flags
[dpdk.git] / drivers / net / bnxt / bnxt.h
index d3eab8d..97b0e08 100644 (file)
@@ -208,6 +208,7 @@ struct bnxt {
        struct rte_eth_dev              *eth_dev;
        struct rte_eth_rss_conf         rss_conf;
        struct rte_pci_device           *pdev;
+       void                            *doorbell_base;
 
        uint32_t                flags;
 #define BNXT_FLAG_REGISTERED   (1 << 0)
@@ -295,7 +296,6 @@ struct bnxt {
        uint16_t                geneve_fw_dst_port_id;
        uint32_t                fw_ver;
        uint32_t                hwrm_spec_code;
-       rte_atomic64_t          rx_mbuf_alloc_fail;
 
        struct bnxt_led_info    leds[BNXT_MAX_LED];
        uint8_t                 num_leds;