aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mps/mpsvar.h
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2017-07-30 06:53:58 +0000
committerScott Long <scottl@FreeBSD.org>2017-07-30 06:53:58 +0000
commit252b2b4f4fb7f7749f90c83e5e01ba68b5424ffa (patch)
tree39d65e8a960f9ea32511ca4f88f2d057f32c21a5 /sys/dev/mps/mpsvar.h
parent7f25cd53b5b0f9ff6c32aa76f8f2d7788f11be48 (diff)
Notes
Diffstat (limited to 'sys/dev/mps/mpsvar.h')
-rw-r--r--sys/dev/mps/mpsvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mps/mpsvar.h b/sys/dev/mps/mpsvar.h
index 9b6d72f5a37a..b7cc549d3a96 100644
--- a/sys/dev/mps/mpsvar.h
+++ b/sys/dev/mps/mpsvar.h
@@ -274,6 +274,7 @@ struct mps_softc {
u_int mps_debug;
u_int disable_msix;
u_int disable_msi;
+ u_int msi_msgs;
int tm_cmds_active;
int io_cmds_active;
int io_cmds_highwater;
@@ -671,6 +672,7 @@ mps_unmask_intr(struct mps_softc *sc)
int mps_pci_setup_interrupts(struct mps_softc *sc);
int mps_pci_restore(struct mps_softc *sc);
+void mps_get_tunables(struct mps_softc *sc);
int mps_attach(struct mps_softc *sc);
int mps_free(struct mps_softc *sc);
void mps_intr(void *);