diff options
author | Dan Williams <dan.j.williams@intel.com> | 2023-02-17 00:27:12 +0100 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2023-02-17 00:27:12 +0100 |
commit | 23c198e3dfaabbc891681aecb0855b9e0ac791e1 (patch) | |
tree | 52be98f17075551cee5456a348ec2f238cab7a06 /drivers/cxl/cxlmem.h | |
parent | Merge branch 'for-6.3/cxl-rr-emu' into cxl/next (diff) | |
parent | cxl/mem: Add kdoc param for event log driver state (diff) | |
download | linux-23c198e3dfaabbc891681aecb0855b9e0ac791e1.tar.xz linux-23c198e3dfaabbc891681aecb0855b9e0ac791e1.zip |
Merge branch 'for-6.3/cxl-events' into cxl/next
Include some additional fixups for event support for v6.3, namely,
rationalize the identifiers in the trace output and fixup a kdoc
comment.
Diffstat (limited to 'drivers/cxl/cxlmem.h')
-rw-r--r-- | drivers/cxl/cxlmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cxl/cxlmem.h b/drivers/cxl/cxlmem.h index c6c560c67a8a..ccbafc05a636 100644 --- a/drivers/cxl/cxlmem.h +++ b/drivers/cxl/cxlmem.h @@ -250,6 +250,7 @@ struct cxl_event_state { * @info: Cached DVSEC information about the device. * @serial: PCIe Device Serial Number * @doe_mbs: PCI DOE mailbox array + * @event: event log driver state * @mbox_send: @dev specific transport for transmitting mailbox commands * * See section 8.2.9.5.2 Capacity Configuration and Label Storage for |