http://git.etherboot.org
/
mirror
/
winof
/
.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[MLX4] 1) added support for sending large multi-parameter messages to System Event...
[mirror/winof/.git]
/
hw
/
mlx4
/
kernel
/
inc
/
l2w_debug.h
diff --git
a/hw/mlx4/kernel/inc/l2w_debug.h
b/hw/mlx4/kernel/inc/l2w_debug.h
index
022f28a
..
896643e
100644
(file)
--- a/
hw/mlx4/kernel/inc/l2w_debug.h
+++ b/
hw/mlx4/kernel/inc/l2w_debug.h
@@
-11,6
+11,16
@@
WriteEventLogEntryStr(
...
);
+VOID
+WriteEventLogEntryData(
+ PVOID pi_pIoObject,
+ ULONG pi_ErrorCode,
+ ULONG pi_UniqueErrorCode,
+ ULONG pi_FinalStatus,
+ ULONG pi_nDataItems,
+ ...
+ );
+
void
mlx4_err(
IN struct mlx4_dev * mdev,