Searched defs:expander_device (Results 1 – 2 of 2) sorted by relevance
139 struct expander_device { struct140 struct list_head children;142 u16 ex_change_count;143 u16 max_route_indexes;144 u8 num_phys;146 u8 t2t_supp:1;147 u8 configuring:1;148 u8 conf_route_table:1;150 u8 enclosure_logical_id[8];152 struct ex_phy *ex_phy;[all …]
7044 struct _sas_node *expander_device; in _scsih_scan_for_devices_after_reset() local