Home
last modified time | relevance | path

Searched defs:asd_sas_phy (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/scsi/
Dlibsas.h308 struct asd_sas_phy { struct
310 atomic_t event_nr;
311 int in_shutdown;
312 int error;
313 int suspended;
315 struct sas_phy *phy;
319 int enabled; /* must be set */
321 int id; /* must be set */
322 enum sas_class class;
323 enum sas_protocol iproto;
[all …]
/kernel/linux/linux-6.6/include/scsi/
Dlibsas.h297 struct asd_sas_phy { struct
299 atomic_t event_nr;
300 int in_shutdown;
301 int error;
302 int suspended;
304 struct sas_phy *phy;
308 int enabled; /* must be set */
310 int id; /* must be set */
311 enum sas_protocol iproto;
312 enum sas_protocol tproto;
[all …]