Searched defs:pcie_link_state (Results 1 – 1 of 1) sorted by relevance
228 struct pcie_link_state { struct231 struct pcie_link_state *root; /* pointer to the root port link */ argument232 struct pcie_link_state *parent; /* pointer to the parent Link state */ argument233 struct list_head sibling; /* node in link_list */236 u32 aspm_support:7; /* Supported ASPM state */237 u32 aspm_enabled:7; /* Enabled ASPM state */238 u32 aspm_capable:7; /* Capable ASPM state with latency */239 u32 aspm_default:7; /* Default ASPM state by BIOS or241 u32 aspm_disable:7; /* Disabled ASPM state */244 u32 clkpm_capable:1; /* Clock PM capable? */[all …]