Lines Matching refs:response
42 int chsc_error_from_response(int response) in chsc_error_from_response() argument
44 switch (response) { in chsc_error_from_response()
78 struct chsc_header response; member
116 ret = chsc_error_from_response(ssd_area->response.code); in chsc_get_ssd_info()
120 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()
334 struct chsc_header response; member
556 if (sei->response.code != 0x0001) { in chsc_process_event_information()
558 sei->response.code, sei->ntsm); in chsc_process_event_information()
560 if (sei->response.code == 3 && sei->ntsm) { in chsc_process_event_information()
735 struct chsc_header response; in __chsc_do_secm() member
761 switch (secm_area->response.code) { in __chsc_do_secm()
767 ret = chsc_error_from_response(secm_area->response.code); in __chsc_do_secm()
771 secm_area->response.code); in __chsc_do_secm()
837 ret = chsc_error_from_response(scpd_area->response.code); in chsc_determine_channel_path_desc()
840 scpd_area->response.code); in chsc_determine_channel_path_desc()
858 chsc_resp = (void *)&scpd_area->response; in chsc_determine_base_channel_path_desc()
878 chsc_resp = (void *)&scpd_area->response; in chsc_determine_fmt1_channel_path_desc()
914 struct chsc_header response; in chsc_get_channel_measurement_chars() member
947 ret = chsc_error_from_response(scmc_area->response.code); in chsc_get_channel_measurement_chars()
950 scmc_area->response.code); in chsc_get_channel_measurement_chars()
1015 struct chsc_header response; in chsc_enable_facility() member
1034 switch (sda_area->response.code) { in chsc_enable_facility()
1039 ret = chsc_error_from_response(sda_area->response.code); in chsc_enable_facility()
1043 operation_code, sda_area->response.code); in chsc_enable_facility()
1061 struct chsc_header response; in chsc_determine_css_characteristics() member
1079 result = chsc_error_from_response(scsc_area->response.code); in chsc_determine_css_characteristics()
1087 scsc_area->response.code); in chsc_determine_css_characteristics()
1105 struct chsc_header response; in chsc_sstpc() member
1119 rc = (rr->response.code == 0x0001) ? 0 : -EIO; in chsc_sstpc()
1128 struct chsc_header response; in chsc_sstpi() member
1141 return (rr->response.code == 0x0001) ? 0 : -EIO; in chsc_sstpi()
1151 struct chsc_header response; in chsc_siosl() member
1176 rc = chsc_error_from_response(siosl_area->response.code); in chsc_siosl()
1180 siosl_area->response.code); in chsc_siosl()
1211 ret = chsc_error_from_response(scm_area->response.code); in chsc_scm_info()
1214 scm_area->response.code); in chsc_scm_info()
1248 return chsc_error_from_response(brinfo_area->response.code); in chsc_pnso_brinfo()