summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_icevar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_icevar.h')
-rw-r--r--sys/dev/pci/if_icevar.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/if_icevar.h b/sys/dev/pci/if_icevar.h
index c2f5363f0b4..ca5fd00f521 100644
--- a/sys/dev/pci/if_icevar.h
+++ b/sys/dev/pci/if_icevar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_icevar.h,v 1.4 2024/11/25 12:52:11 stsp Exp $ */
+/* $OpenBSD: if_icevar.h,v 1.5 2024/11/26 17:34:00 stsp Exp $ */
/* Copyright (c) 2024, Intel Corporation
* All rights reserved.
@@ -4252,6 +4252,11 @@ struct ice_tx_queue {
uint16_t tx_rs_cidx;
uint16_t tx_rs_pidx;
uint16_t tx_cidx_processed;
+
+ struct ifqueue *txq_ifq;
+
+ unsigned int txq_prod;
+ unsigned int txq_cons;
};
struct ice_rx_map {