Home
last modified time | relevance | path

Searched refs:chsc_error_from_response (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dchsc.c44 * chsc_error_from_response() - convert a chsc response to an error
49 int chsc_error_from_response(int response) in chsc_error_from_response() function
77 EXPORT_SYMBOL_GPL(chsc_error_from_response); variable
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()
901 ret = chsc_error_from_response(secm_area->response.code); in __chsc_do_secm()
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_are in __chsc_enable_facility()
[all...]
H A Dchsc.h170 int chsc_error_from_response(int response);
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dchsc.c41 * chsc_error_from_response() - convert a chsc response to an error
46 int chsc_error_from_response(int response) in chsc_error_from_response() function
74 EXPORT_SYMBOL_GPL(chsc_error_from_response); variable
124 ret = chsc_error_from_response(ssd_area->response.code); in chsc_get_ssd_info()
176 return chsc_error_from_response(ssqd->response.code); in chsc_ssqd()
213 return chsc_error_from_response(scssc->response.code); in chsc_sadc()
857 ret = chsc_error_from_response(secm_area->response.code); in __chsc_do_secm()
930 ret = chsc_error_from_response(scpd_area->response.code); in chsc_determine_channel_path_desc()
1024 ret = chsc_error_from_response(scmc_area->response.code); in chsc_get_channel_measurement_chars()
1092 ret = chsc_error_from_response(sda_are in __chsc_enable_facility()
[all...]
H A Dchsc.h169 int chsc_error_from_response(int response);

Completed in 5 milliseconds