Home
last modified time | relevance | path

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

/linux-6.15/include/scsi/
H A Dlibsas.h110 struct expander_device { struct
111 struct list_head children;
113 int ex_change_count;
114 u16 max_route_indexes;
115 u8 num_phys;
117 u8 t2t_supp:1;
118 u8 configuring:1;
119 u8 conf_route_table:1;
123 struct ex_phy *ex_phy;
124 struct sas_port *parent_port;
[all …]
/linux-6.15/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c10375 struct _sas_node *expander_device; in _scsih_scan_for_devices_after_reset() local