Searched refs:cascaded_expander (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | ipr.h | 1051 u8 cascaded_expander; member 1078 u8 cascaded_expander; member
|
D | ipr.c | 2022 if (fabric->cascaded_expander == 0xff && fabric->phy == 0xff) { in ipr_log_fabric_path() 2026 } else if (fabric->cascaded_expander == 0xff) { in ipr_log_fabric_path() 2033 fabric->ioa_port, fabric->cascaded_expander); in ipr_log_fabric_path() 2037 fabric->ioa_port, fabric->cascaded_expander, fabric->phy); in ipr_log_fabric_path() 2044 fabric->ioa_port, fabric->cascaded_expander, fabric->phy); in ipr_log_fabric_path() 2159 if (cfg->cascaded_expander == 0xff && cfg->phy == 0xff) { in ipr_log_path_elem() 2164 } else if (cfg->cascaded_expander == 0xff) { in ipr_log_path_elem() 2173 path_type_desc[i].desc, cfg->cascaded_expander, in ipr_log_path_elem() 2179 path_type_desc[i].desc, cfg->cascaded_expander, cfg->phy, in ipr_log_path_elem() 2189 "WWN=%08X%08X\n", cfg->type_status, cfg->cascaded_expander, cfg->phy, in ipr_log_path_elem()
|