diff options
author | np <np@FreeBSD.org> | 2015-08-26 01:41:55 +0000 |
---|---|---|
committer | np <np@FreeBSD.org> | 2015-08-26 01:41:55 +0000 |
commit | e3e10fb92a1524019f130fd5982a6694f2cc3741 (patch) | |
tree | 6a2d99a5e6d3800266fd956ac9a69aa3a9fe5be6 /sys/dev/cxgbe/adapter.h | |
parent | 67ce47d47b9defa5af5da7ba5ec561055100555c (diff) | |
download | FreeBSD-src-e3e10fb92a1524019f130fd5982a6694f2cc3741.zip FreeBSD-src-e3e10fb92a1524019f130fd5982a6694f2cc3741.tar.gz |
MFC r286926:
cxgbe(4): Save the flags for the last adapter-wide synchronized
operation that was initiated successfully. (The caller and thread are
already recorded).
Diffstat (limited to 'sys/dev/cxgbe/adapter.h')
-rw-r--r-- | sys/dev/cxgbe/adapter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cxgbe/adapter.h b/sys/dev/cxgbe/adapter.h index 4d24d68..ceba9e0 100644 --- a/sys/dev/cxgbe/adapter.h +++ b/sys/dev/cxgbe/adapter.h @@ -801,6 +801,7 @@ struct adapter { #ifdef INVARIANTS const char *last_op; const void *last_op_thr; + int last_op_flags; #endif int sc_do_rxcopy; |