Searched refs:cascaded_expander (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | ipr.h | 1034 u8 cascaded_expander; member 1061 u8 cascaded_expander; member
|
D | ipr.c | 2021 if (fabric->cascaded_expander == 0xff && fabric->phy == 0xff) { in ipr_log_fabric_path() 2025 } else if (fabric->cascaded_expander == 0xff) { in ipr_log_fabric_path() 2032 fabric->ioa_port, fabric->cascaded_expander); in ipr_log_fabric_path() 2036 fabric->ioa_port, fabric->cascaded_expander, fabric->phy); in ipr_log_fabric_path() 2043 fabric->ioa_port, fabric->cascaded_expander, fabric->phy); in ipr_log_fabric_path() 2158 if (cfg->cascaded_expander == 0xff && cfg->phy == 0xff) { in ipr_log_path_elem() 2163 } else if (cfg->cascaded_expander == 0xff) { in ipr_log_path_elem() 2172 path_type_desc[i].desc, cfg->cascaded_expander, in ipr_log_path_elem() 2178 path_type_desc[i].desc, cfg->cascaded_expander, cfg->phy, in ipr_log_path_elem() 2188 "WWN=%08X%08X\n", cfg->type_status, cfg->cascaded_expander, cfg->phy, in ipr_log_path_elem()
|