Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/cio/
Dchsc.c42 int chsc_error_from_response(int response) in chsc_error_from_response() function
67 EXPORT_SYMBOL_GPL(chsc_error_from_response);
116 ret = chsc_error_from_response(ssd_area->response.code); in chsc_get_ssd_info()
168 return chsc_error_from_response(ssqd->response.code); in chsc_ssqd()
204 return chsc_error_from_response(scssc->response.code); in chsc_sadc()
767 ret = chsc_error_from_response(secm_area->response.code); in __chsc_do_secm()
837 ret = chsc_error_from_response(scpd_area->response.code); in chsc_determine_channel_path_desc()
947 ret = chsc_error_from_response(scmc_area->response.code); in chsc_get_channel_measurement_chars()
1039 ret = chsc_error_from_response(sda_area->response.code); in chsc_enable_facility()
1079 result = chsc_error_from_response(scsc_area->response.code); in chsc_determine_css_characteristics()
[all …]
Dchsc.h143 int chsc_error_from_response(int response);