Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dchsc_sch.c719 } __attribute__ ((packed)) *sccl_area; in chsc_ioctl_conf_comp_list() local
734 sccl_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_comp_list()
735 if (!sccl_area) in chsc_ioctl_conf_comp_list()
746 sccl_area->request.length = 0x0020; in chsc_ioctl_conf_comp_list()
747 sccl_area->request.code = 0x0030; in chsc_ioctl_conf_comp_list()
748 sccl_area->fmt = ccl->req.fmt; in chsc_ioctl_conf_comp_list()
749 sccl_area->ctype = ccl->req.ctype; in chsc_ioctl_conf_comp_list()
750 switch (sccl_area->ctype) { in chsc_ioctl_conf_comp_list()
753 chpid_parm = (void *)&sccl_area->list_parm; in chsc_ioctl_conf_comp_list()
760 cssids_parm = (void *)&sccl_area in chsc_ioctl_conf_comp_list()
[all...]
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dchsc_sch.c685 } __attribute__ ((packed)) *sccl_area; in chsc_ioctl_conf_comp_list() local
700 sccl_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_comp_list()
701 if (!sccl_area) in chsc_ioctl_conf_comp_list()
712 sccl_area->request.length = 0x0020; in chsc_ioctl_conf_comp_list()
713 sccl_area->request.code = 0x0030; in chsc_ioctl_conf_comp_list()
714 sccl_area->fmt = ccl->req.fmt; in chsc_ioctl_conf_comp_list()
715 sccl_area->ctype = ccl->req.ctype; in chsc_ioctl_conf_comp_list()
716 switch (sccl_area->ctype) { in chsc_ioctl_conf_comp_list()
719 chpid_parm = (void *)&sccl_area->list_parm; in chsc_ioctl_conf_comp_list()
726 cssids_parm = (void *)&sccl_area in chsc_ioctl_conf_comp_list()
[all...]

Completed in 3 milliseconds