summaryrefslogtreecommitdiff
path: root/sys/dev/bnxt/bnxt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/bnxt/bnxt.h')
-rw-r--r--sys/dev/bnxt/bnxt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bnxt/bnxt.h b/sys/dev/bnxt/bnxt.h
index 790af2e40a22..aa88d503cc3f 100644
--- a/sys/dev/bnxt/bnxt.h
+++ b/sys/dev/bnxt/bnxt.h
@@ -438,7 +438,6 @@ struct bnxt_ring {
uint32_t ring_size; /* Must be a power of two */
uint16_t id; /* Logical ID */
uint16_t phys_id;
- struct bnxt_full_tpa_start *tpa_start;
};
struct bnxt_cp_ring {
@@ -565,6 +564,7 @@ struct bnxt_softc {
struct sysctl_ctx_list hw_stats;
struct sysctl_oid *hw_stats_oid;
+ struct bnxt_full_tpa_start *tpa_start;
struct bnxt_ver_info *ver_info;
struct bnxt_nvram_info *nvm_info;
bool wol;