Lines Matching defs:pcie_link_state
207 struct pcie_link_state { struct
210 struct pcie_link_state *root; /* pointer to the root port link */ argument
211 struct pcie_link_state *parent; /* pointer to the parent Link state */ argument
212 struct list_head sibling; /* node in link_list */
215 u32 aspm_support:7; /* Supported ASPM state */
216 u32 aspm_enabled:7; /* Enabled ASPM state */
217 u32 aspm_capable:7; /* Capable ASPM state with latency */
218 u32 aspm_default:7; /* Default ASPM state by BIOS */
219 u32 aspm_disable:7; /* Disabled ASPM state */
222 u32 clkpm_capable:1; /* Clock PM capable? */
223 u32 clkpm_enabled:1; /* Current Clock PM state */
224 u32 clkpm_default:1; /* Default Clock PM state by BIOS */
225 u32 clkpm_disable:1; /* Clock PM disabled */