Skip to content

Commit e902bb7

Browse files
paliLorenzo Pieralisi
authored andcommitted
PCI: pci-bridge-emul: Add PCIe Root Capabilities Register
The 16-bit Root Capabilities register is at offset 0x1e in the PCIe Capability. Rename current 'rsvd' struct member to 'rootcap'. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Pali Rohár <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Reviewed-by: Marek Behún <[email protected]>
1 parent 02bcec3 commit e902bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/pci-bridge-emul.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ struct pci_bridge_emul_pcie_conf {
5454
__le16 slotctl;
5555
__le16 slotsta;
5656
__le16 rootctl;
57-
__le16 rsvd;
57+
__le16 rootcap;
5858
__le32 rootsta;
5959
__le32 devcap2;
6060
__le16 devctl2;

0 commit comments

Comments
 (0)