Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/cio/
Dchsc.c929 struct chsc_response_struct *chsc_resp; in chsc_determine_base_channel_path_desc() local
939 chsc_resp = (void *)&scpd_area->response; in chsc_determine_base_channel_path_desc()
940 memcpy(desc, &chsc_resp->data, sizeof(*desc)); in chsc_determine_base_channel_path_desc()
949 struct chsc_response_struct *chsc_resp; in chsc_determine_fmt1_channel_path_desc() local
959 chsc_resp = (void *)&scpd_area->response; in chsc_determine_fmt1_channel_path_desc()
960 memcpy(desc, &chsc_resp->data, sizeof(*desc)); in chsc_determine_fmt1_channel_path_desc()