diff options
| author | Scott Long <scottl@FreeBSD.org> | 2018-02-06 21:01:38 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2018-02-06 21:01:38 +0000 |
| commit | 964107031b45bfdae417fc22847e41463c6918c3 (patch) | |
| tree | 7c99c013cb8af09c91ac48ba7e279be41b426a93 /sys/dev/mpr/mprvar.h | |
| parent | 1ce07411fae8986f3acc293c9fb9ebee5211056a (diff) | |
Notes
Diffstat (limited to 'sys/dev/mpr/mprvar.h')
| -rw-r--r-- | sys/dev/mpr/mprvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mpr/mprvar.h b/sys/dev/mpr/mprvar.h index 7d3af3a95c1b..f03dc77430b8 100644 --- a/sys/dev/mpr/mprvar.h +++ b/sys/dev/mpr/mprvar.h @@ -309,6 +309,8 @@ struct mpr_softc { #define MPR_FLAGS_REALLOCATED (1 << 7) u_int mpr_debug; int msi_msgs; + u_int reqframesz; + u_int replyframesz; u_int atomic_desc_capable; int tm_cmds_active; int io_cmds_active; |
