Lines Matching defs:ex_phy
109 struct ex_phy { struct
112 enum ex_phy_state phy_state; argument
114 enum sas_device_type attached_dev_type;
115 enum sas_linkrate linkrate;
117 u8 attached_sata_host:1;
118 u8 attached_sata_dev:1;
119 u8 attached_sata_ps:1;
121 enum sas_protocol attached_tproto;
122 enum sas_protocol attached_iproto;
124 u8 attached_sas_addr[SAS_ADDR_SIZE];
125 u8 attached_phy_id;
150 struct ex_phy *ex_phy; argument