Lines Matching defs:hisi_sas_phy
134 struct hisi_sas_phy { struct
135 struct work_struct works[HISI_PHYES_NUM];
136 struct hisi_hba *hisi_hba;
137 struct hisi_sas_port *port;
138 struct asd_sas_phy sas_phy;
139 struct sas_identify identify;
140 struct completion *reset_completion;
141 spinlock_t lock;
142 u64 port_id; /* from hw */
143 u64 frame_rcvd_size;
144 u8 frame_rcvd[32];
145 u8 phy_attached;
146 u8 in_reset;
147 u8 reserved[2];
148 u32 phy_type;
149 enum sas_linkrate minimum_linkrate;
150 enum sas_linkrate maximum_linkrate;