Home
last modified time | relevance | path

Searched refs:ipl_info (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/s390/cio/
Dblacklist.c177 if (ipl_info.type == IPL_TYPE_CCW) { in blacklist_parse_parameters()
179 from_ssid = ipl_info.data.ccw.dev_id.ssid; in blacklist_parse_parameters()
180 from = ipl_info.data.ccw.dev_id.devno; in blacklist_parse_parameters()
181 } else if (ipl_info.type == IPL_TYPE_FCP || in blacklist_parse_parameters()
182 ipl_info.type == IPL_TYPE_FCP_DUMP) { in blacklist_parse_parameters()
184 from_ssid = ipl_info.data.fcp.dev_id.ssid; in blacklist_parse_parameters()
185 from = ipl_info.data.fcp.dev_id.devno; in blacklist_parse_parameters()
/Linux-v5.4/arch/s390/include/asm/
Dipl.h64 struct ipl_info struct
82 extern struct ipl_info ipl_info; argument
/Linux-v5.4/drivers/s390/char/
Dzcore.c291 if (ipl_info.type != IPL_TYPE_FCP_DUMP) in zcore_init()
300 TRACE("devno: %x\n", ipl_info.data.fcp.dev_id.devno); in zcore_init()
301 TRACE("wwpn: %llx\n", (unsigned long long) ipl_info.data.fcp.wwpn); in zcore_init()
302 TRACE("lun: %llx\n", (unsigned long long) ipl_info.data.fcp.lun); in zcore_init()
Dsclp_sdias.c260 if (ipl_info.type != IPL_TYPE_FCP_DUMP) in sclp_sdias_init()
/Linux-v5.4/arch/s390/kernel/
Dipl.c265 struct ipl_info ipl_info; variable
266 EXPORT_SYMBOL_GPL(ipl_info);
271 return sprintf(page, "%s\n", ipl_type_str(ipl_info.type)); in ipl_type_show()
310 switch (ipl_info.type) { in sys_ipl_device_show()
461 switch (ipl_info.type) { in ipl_init()
984 if (ipl_info.type == IPL_TYPE_CCW) { in reipl_ccw_init()
1017 if (ipl_info.type == IPL_TYPE_FCP) { in reipl_fcp_init()
1039 enum ipl_type reipl_type = ipl_info.type; in reipl_type_init()
1681 ipl_info.type = get_ipl_type(); in setup_ipl()
1682 switch (ipl_info.type) { in setup_ipl()
[all …]
Dcrash_dump.c638 if (!OLDMEM_BASE && ipl_info.type != IPL_TYPE_FCP_DUMP) in elfcorehdr_alloc()
641 if (ipl_info.type == IPL_TYPE_FCP_DUMP && !sclp.hsa_size) in elfcorehdr_alloc()
Dsetup.c251 if (ipl_info.type != IPL_TYPE_FCP_DUMP) in setup_zfcpdump()
Dsmp.c653 if (!(OLDMEM_BASE || ipl_info.type == IPL_TYPE_FCP_DUMP)) in smp_save_dump_cpus()
/Linux-v5.4/drivers/s390/block/
Ddasd_devmap.c140 if (ipl_info.type != IPL_TYPE_CCW) { in dasd_busid()
145 *id1 = ipl_info.data.ccw.dev_id.ssid; in dasd_busid()
146 *devno = ipl_info.data.ccw.dev_id.devno; in dasd_busid()