PCI/switchtec: Add support for Intercomm Notify and Upstream Error Containment
Add support for the Inter Fabric Manager Communication (Intercomm) Notify event in PAX variants of Switchtec hardware and the Upstream Error Containment port in the MR1 release of Gen3 firmware. Link: https://lore.kernel.org/r/20200106190337.2428-4-logang@deltatee.com Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
committed by
Bjorn Helgaas
parent
9375646b4c
commit
a6b0ef9a7d
@@ -196,7 +196,9 @@ struct part_cfg_regs {
|
||||
u32 mrpc_comp_async_data[5];
|
||||
u32 dyn_binding_hdr;
|
||||
u32 dyn_binding_data[5];
|
||||
u32 reserved4[159];
|
||||
u32 intercomm_notify_hdr;
|
||||
u32 intercomm_notify_data[5];
|
||||
u32 reserved4[153];
|
||||
} __packed;
|
||||
|
||||
enum {
|
||||
@@ -320,7 +322,8 @@ struct pff_csr_regs {
|
||||
u32 dpc_data[5];
|
||||
u32 cts_hdr;
|
||||
u32 cts_data[5];
|
||||
u32 reserved3[6];
|
||||
u32 uec_hdr;
|
||||
u32 uec_data[5];
|
||||
u32 hotplug_hdr;
|
||||
u32 hotplug_data[5];
|
||||
u32 ier_hdr;
|
||||
|
||||
Reference in New Issue
Block a user