aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnxt/bnxt_txq.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnxt/bnxt_txq.h')
-rw-r--r--drivers/net/bnxt/bnxt_txq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bnxt/bnxt_txq.h b/drivers/net/bnxt/bnxt_txq.h
index 720ca90c..f2c712a7 100644
--- a/drivers/net/bnxt/bnxt_txq.h
+++ b/drivers/net/bnxt/bnxt_txq.h
@@ -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;