Lines Matching defs:ex_phy
116 struct ex_phy { struct
119 enum ex_phy_state phy_state; argument
121 enum sas_device_type attached_dev_type;
122 enum sas_linkrate linkrate;
124 u8 attached_sata_host:1;
125 u8 attached_sata_dev:1;
126 u8 attached_sata_ps:1;
128 enum sas_protocol attached_tproto;
129 enum sas_protocol attached_iproto;
131 u8 attached_sas_addr[SAS_ADDR_SIZE];
132 u8 attached_phy_id;
157 struct ex_phy *ex_phy; argument