Lines Matching defs:ex_phy
92 struct ex_phy { struct
95 enum ex_phy_state phy_state; argument
97 enum sas_device_type attached_dev_type;
98 enum sas_linkrate linkrate;
100 u8 attached_sata_host:1;
101 u8 attached_sata_dev:1;
102 u8 attached_sata_ps:1;
104 enum sas_protocol attached_tproto;
105 enum sas_protocol attached_iproto;
107 u8 attached_sas_addr[SAS_ADDR_SIZE];
108 u8 attached_phy_id;
133 struct ex_phy *ex_phy; argument