]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt_txq.h
net/bnxt: support port representor data path
[dpdk.git] / drivers / net / bnxt / bnxt_txq.h
index a0d4678d9d9051eb40a0a9caf4fa784daeb22af7..69ff89aab4aeae5ddbed03a5c24e0cc01db33936 100644 (file)
@@ -24,10 +24,12 @@ struct bnxt_tx_queue {
        uint8_t                 wthresh; /* Write-back threshold reg */
        uint32_t                ctx_curr; /* Hardware context states */
        uint8_t                 tx_deferred_start; /* not in global dev start */
+       uint8_t                 tx_started; /* TX queue is started */
 
        struct bnxt             *bp;
        int                     index;
        int                     tx_wake_thresh;
+       uint32_t                tx_cfa_action;
        struct bnxt_tx_ring_info        *tx_ring;
 
        unsigned int            cp_nr_rings;