File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -366,8 +366,8 @@ struct pci_dev {
366
366
pci_power_t current_state ; /* Current operating state. In ACPI,
367
367
this is D0-D3, D0 being fully
368
368
functional, and D3 being off. */
369
- unsigned int imm_ready :1 ; /* Supports Immediate Readiness */
370
369
u8 pm_cap ; /* PM capability offset */
370
+ unsigned int imm_ready :1 ; /* Supports Immediate Readiness */
371
371
unsigned int pme_support :5 ; /* Bitmask of states from which PME#
372
372
can be generated */
373
373
unsigned int pme_poll :1 ; /* Poll device's PME status bit */
@@ -392,9 +392,9 @@ struct pci_dev {
392
392
393
393
#ifdef CONFIG_PCIEASPM
394
394
struct pcie_link_state * link_state ; /* ASPM link state */
395
+ u16 l1ss ; /* L1SS Capability pointer */
395
396
unsigned int ltr_path :1 ; /* Latency Tolerance Reporting
396
397
supported from root to here */
397
- u16 l1ss ; /* L1SS Capability pointer */
398
398
#endif
399
399
unsigned int pasid_no_tlp :1 ; /* PASID works without TLP Prefix */
400
400
unsigned int eetlp_prefix_path :1 ; /* End-to-End TLP Prefix */
You can’t perform that action at this time.
0 commit comments