Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/cio/
Dchsc.c848 struct chsc_response_struct *chsc_resp; in chsc_determine_base_channel_path_desc() local
858 chsc_resp = (void *)&scpd_area->response; in chsc_determine_base_channel_path_desc()
859 memcpy(desc, &chsc_resp->data, sizeof(*desc)); in chsc_determine_base_channel_path_desc()
868 struct chsc_response_struct *chsc_resp; in chsc_determine_fmt1_channel_path_desc() local
878 chsc_resp = (void *)&scpd_area->response; in chsc_determine_fmt1_channel_path_desc()
879 memcpy(desc, &chsc_resp->data, sizeof(*desc)); in chsc_determine_fmt1_channel_path_desc()