Home
last modified time | relevance | path

Searched defs:pcie_link_state (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/pci/pcie/
Daspm.c41 struct pcie_link_state { struct
43 struct pcie_link_state *root; /* pointer to the root port link */ argument
44 struct pcie_link_state *parent; /* pointer to the parent Link state */ argument
45 struct list_head sibling; /* node in link_list */
46 struct list_head children; /* list of child link states */
47 struct list_head link; /* node in parent's children list */
50 u32 aspm_support:3; /* Supported ASPM state */
51 u32 aspm_enabled:3; /* Enabled ASPM state */
52 u32 aspm_capable:3; /* Capable ASPM state with latency */
53 u32 aspm_default:3; /* Default ASPM state by BIOS */
[all …]