Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/s390/cio/
Dchsc.c41 int chsc_error_from_response(int response) in chsc_error_from_response() function
60 EXPORT_SYMBOL_GPL(chsc_error_from_response);
109 ret = chsc_error_from_response(ssd_area->response.code); in chsc_get_ssd_info()
630 ret = chsc_error_from_response(secm_area->response.code); in __chsc_do_secm()
700 ret = chsc_error_from_response(scpd_area->response.code); in chsc_determine_channel_path_desc()
809 ret = chsc_error_from_response(scmc_area->response.code); in chsc_get_channel_measurement_chars()
901 ret = chsc_error_from_response(sda_area->response.code); in chsc_enable_facility()
941 result = chsc_error_from_response(scsc_area->response.code); in chsc_determine_css_characteristics()
1038 rc = chsc_error_from_response(siosl_area->response.code); in chsc_siosl()
Dchsc.h117 int chsc_error_from_response(int response);
Dqdio_thinint.c248 rc = chsc_error_from_response(scssc_area->response.code); in set_subchannel_ind()
Dqdio_setup.c277 rc = chsc_error_from_response(ssqd->response.code); in qdio_setup_get_ssqd()