Lines Matching defs:hisi_sas_phy
181 struct hisi_sas_phy { struct
182 struct work_struct works[HISI_PHYES_NUM];
183 struct hisi_hba *hisi_hba;
184 struct hisi_sas_port *port;
185 struct asd_sas_phy sas_phy;
186 struct sas_identify identify;
187 struct completion *reset_completion;
188 struct timer_list timer;
189 spinlock_t lock;
190 u64 port_id; /* from hw */
191 u64 frame_rcvd_size;
192 u8 frame_rcvd[FRAME_RCVD_BUF];
193 u8 phy_attached;
194 u8 in_reset;
195 u8 reserved[SAS_PHY_RESV_SIZE];
196 u32 phy_type;
197 u32 code_violation_err_count;
198 enum sas_linkrate minimum_linkrate;
199 enum sas_linkrate maximum_linkrate;
200 int enable;
201 int wait_phyup_cnt;
202 atomic_t down_cnt;
205 struct hisi_sas_debugfs_fifo fifo;