Searched refs:sccl_area (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/s390/cio/
H A Dchsc_sch.c724 } __attribute__ ((packed)) *sccl_area; chsc_ioctl_conf_comp_list() local
739 sccl_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); chsc_ioctl_conf_comp_list()
740 if (!sccl_area) chsc_ioctl_conf_comp_list()
751 sccl_area->request.length = 0x0020; chsc_ioctl_conf_comp_list()
752 sccl_area->request.code = 0x0030; chsc_ioctl_conf_comp_list()
753 sccl_area->fmt = ccl->req.fmt; chsc_ioctl_conf_comp_list()
754 sccl_area->ctype = ccl->req.ctype; chsc_ioctl_conf_comp_list()
755 switch (sccl_area->ctype) { chsc_ioctl_conf_comp_list()
758 chpid_parm = (void *)&sccl_area->list_parm; chsc_ioctl_conf_comp_list()
765 cssids_parm = (void *)&sccl_area->list_parm; chsc_ioctl_conf_comp_list()
770 ccode = chsc(sccl_area); chsc_ioctl_conf_comp_list()
775 if (sccl_area->response.code != 0x0001) { chsc_ioctl_conf_comp_list()
778 sccl_area->response.code); chsc_ioctl_conf_comp_list()
781 memcpy(&ccl->sccl, &sccl_area->response, sccl_area->response.length); chsc_ioctl_conf_comp_list()
788 free_page((unsigned long)sccl_area); chsc_ioctl_conf_comp_list()

Completed in 36 milliseconds