Searched defs:pmcs_phy (Results 1 – 1 of 1) sorted by relevance
72 struct pmcs_phy { struct73 pmcs_phy_t *sibling; /* sibling phy */ argument74 pmcs_phy_t *parent; /* parent phy */ argument75 pmcs_phy_t *children; /* head of list of children */ argument76 pmcs_phy_t *dead_next; /* dead PHY list link */ argument77 list_node_t list_node; /* list element */78 uint32_t device_id; /* PMC8X6G device handle */80 ncphy : 8, /* # of contained phys for expander */81 hw_event_ack : 24; /* XXX: first level phy event acked */82 uint8_t phynum; /* phy number on parent expander */[all …]