]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt_txq.h
net/ice/base: add basic Tx scheduler
[dpdk.git] / drivers / net / bnxt / bnxt_txq.h
index 720ca90cffed47bb920ed714292ec4d585d6cd1d..f2c712a7500203d0f803e71fdf2bb44043d4600a 100644 (file)
@@ -24,6 +24,7 @@ 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                 cmpl_next; /* Next BD to trigger a compl */
 
        struct bnxt             *bp;
        int                     index;