Lines Matching defs:ex_phy
82 struct ex_phy { struct
85 enum ex_phy_state phy_state; argument
87 enum sas_device_type attached_dev_type;
88 enum sas_linkrate linkrate;
90 u8 attached_sata_host:1;
91 u8 attached_sata_dev:1;
92 u8 attached_sata_ps:1;
94 enum sas_protocol attached_tproto;
95 enum sas_protocol attached_iproto;
97 u8 attached_sas_addr[SAS_ADDR_SIZE];
98 u8 attached_phy_id;
123 struct ex_phy *ex_phy; argument