Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/s390/cio/
Dchsc.c711 struct chsc_response_struct *chsc_resp; in chsc_determine_base_channel_path_desc() local
721 chsc_resp = (void *)&scpd_area->response; in chsc_determine_base_channel_path_desc()
722 memcpy(desc, &chsc_resp->data, sizeof(*desc)); in chsc_determine_base_channel_path_desc()
731 struct chsc_response_struct *chsc_resp; in chsc_determine_fmt1_channel_path_desc() local
740 chsc_resp = (void *)&scpd_area->response; in chsc_determine_fmt1_channel_path_desc()
741 memcpy(desc, &chsc_resp->data, sizeof(*desc)); in chsc_determine_fmt1_channel_path_desc()