Home
last modified time | relevance | path

Searched refs:chsc_error_from_response (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/s390/cio/
H A Dchsc.c49 int chsc_error_from_response(int response) in chsc_error_from_response() function
77 EXPORT_SYMBOL_GPL(chsc_error_from_response);
127 ret = chsc_error_from_response(ssd_area->response.code); in chsc_get_ssd_info()
179 return chsc_error_from_response(ssqd->response.code); in chsc_ssqd()
216 return chsc_error_from_response(scssc->response.code); in chsc_sadc()
974 ret = chsc_error_from_response(scpd_area->response.code); in chsc_determine_channel_path_desc()
1068 ret = chsc_error_from_response(scmc_area->response.code); in chsc_get_channel_measurement_chars()
1136 ret = chsc_error_from_response(sda_area->response.code); in __chsc_enable_facility()
1363 rc = chsc_error_from_response(siosl_area->response.code); in chsc_siosl()
1398 ret = chsc_error_from_response(scm_area->response.code); in chsc_scm_info()
[all …]
H A Dchsc.h170 int chsc_error_from_response(int response);