Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h72 struct pmcs_phy { struct
73 pmcs_phy_t *sibling; /* sibling phy */ argument
74 pmcs_phy_t *parent; /* parent phy */ argument
75 pmcs_phy_t *children; /* head of list of children */ argument
76 pmcs_phy_t *dead_next; /* dead PHY list link */ argument
77 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 …]