Lines Matching defs:ex_phy
111 struct ex_phy { struct
114 enum ex_phy_state phy_state; argument
116 enum sas_dev_type attached_dev_type;
117 enum sas_linkrate linkrate;
119 u8 attached_sata_host:1;
120 u8 attached_sata_dev:1;
121 u8 attached_sata_ps:1;
123 enum sas_protocol attached_tproto;
124 enum sas_protocol attached_iproto;
126 u8 attached_sas_addr[SAS_ADDR_SIZE];
127 u8 attached_phy_id;
152 struct ex_phy *ex_phy; argument