Lines Matching defs:hisi_sas_phy
156 struct hisi_sas_phy { struct
157 struct work_struct works[HISI_PHYES_NUM];
158 struct hisi_hba *hisi_hba;
159 struct hisi_sas_port *port;
160 struct asd_sas_phy sas_phy;
161 struct sas_identify identify;
162 struct completion *reset_completion;
163 struct timer_list timer;
164 spinlock_t lock;
165 u64 port_id; /* from hw */
166 u64 frame_rcvd_size;
167 u8 frame_rcvd[32];
168 u8 phy_attached;
169 u8 in_reset;
170 u8 reserved[2];
171 u32 phy_type;
172 u32 code_violation_err_count;
173 enum sas_linkrate minimum_linkrate;
174 enum sas_linkrate maximum_linkrate;
175 int enable;
176 atomic_t down_cnt;