Lines Matching refs:response
43 int chsc_error_from_response(int response) in chsc_error_from_response() argument
45 switch (response) { in chsc_error_from_response()
79 struct chsc_header response; member
117 ret = chsc_error_from_response(ssd_area->response.code); in chsc_get_ssd_info()
121 ssd_area->response.code); in chsc_get_ssd_info()
169 return chsc_error_from_response(ssqd->response.code); in chsc_ssqd()
205 return chsc_error_from_response(scssc->response.code); in chsc_sadc()
305 struct chsc_header response; member
637 if (sei->response.code != 0x0001) { in chsc_process_event_information()
639 sei->response.code, sei->ntsm); in chsc_process_event_information()
641 if (sei->response.code == 3 && sei->ntsm) { in chsc_process_event_information()
816 struct chsc_header response; in __chsc_do_secm() member
842 switch (secm_area->response.code) { in __chsc_do_secm()
848 ret = chsc_error_from_response(secm_area->response.code); in __chsc_do_secm()
852 secm_area->response.code); in __chsc_do_secm()
918 ret = chsc_error_from_response(scpd_area->response.code); in chsc_determine_channel_path_desc()
921 scpd_area->response.code); in chsc_determine_channel_path_desc()
939 chsc_resp = (void *)&scpd_area->response; in chsc_determine_base_channel_path_desc()
959 chsc_resp = (void *)&scpd_area->response; in chsc_determine_fmt1_channel_path_desc()
995 struct chsc_header response; in chsc_get_channel_measurement_chars() member
1028 ret = chsc_error_from_response(scmc_area->response.code); in chsc_get_channel_measurement_chars()
1031 scmc_area->response.code); in chsc_get_channel_measurement_chars()
1097 switch (sda_area->response.code) { in __chsc_enable_facility()
1102 ret = chsc_error_from_response(sda_area->response.code); in __chsc_enable_facility()
1121 operation_code, sda_area->response.code); in chsc_enable_facility()
1139 struct chsc_header response; in chsc_determine_css_characteristics() member
1157 result = chsc_error_from_response(scsc_area->response.code); in chsc_determine_css_characteristics()
1165 scsc_area->response.code); in chsc_determine_css_characteristics()
1183 struct chsc_header response; in chsc_sstpc() member
1197 rc = (rr->response.code == 0x0001) ? 0 : -EIO; in chsc_sstpc()
1206 struct chsc_header response; in chsc_sstpi() member
1219 return (rr->response.code == 0x0001) ? 0 : -EIO; in chsc_sstpi()
1229 struct chsc_header response; in chsc_siosl() member
1254 rc = chsc_error_from_response(siosl_area->response.code); in chsc_siosl()
1258 siosl_area->response.code); in chsc_siosl()
1289 ret = chsc_error_from_response(scm_area->response.code); in chsc_scm_info()
1292 scm_area->response.code); in chsc_scm_info()
1326 return chsc_error_from_response(brinfo_area->response.code); in chsc_pnso_brinfo()