Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/cio/
Dchsc.h74 struct chsc_header request;
82 struct chsc_header response;
88 struct chsc_header request;
103 struct chsc_header response;
108 struct chsc_header request;
120 struct chsc_header response;
126 struct chsc_header request;
134 struct chsc_header response;
185 struct chsc_header request;
189 struct chsc_header response;
[all …]
Dchsc.c73 struct chsc_header request;
81 struct chsc_header response;
311 struct chsc_header request;
314 struct chsc_header response;
829 struct chsc_header request; in __chsc_do_secm()
839 struct chsc_header response; in __chsc_do_secm()
999 struct chsc_header request; in chsc_get_channel_measurement_chars()
1005 struct chsc_header response; in chsc_get_channel_measurement_chars()
1135 struct chsc_header request; in chsc_get_cssid()
1139 struct chsc_header response; in chsc_get_cssid()
[all …]
Dchsc_sch.c461 struct chsc_header request; in chsc_ioctl_info_channel_path()
472 struct chsc_header response; in chsc_ioctl_info_channel_path()
523 struct chsc_header request; in chsc_ioctl_info_cu()
534 struct chsc_header response; in chsc_ioctl_info_cu()
585 struct chsc_header request; in chsc_ioctl_info_sch_cu()
597 struct chsc_header response; in chsc_ioctl_info_sch_cu()
649 struct chsc_header request; in chsc_ioctl_conf_info()
659 struct chsc_header response; in chsc_ioctl_conf_info()
709 struct chsc_header request; in chsc_ioctl_conf_comp_list()
717 struct chsc_header response; in chsc_ioctl_conf_comp_list()
[all …]
Dtrace.h309 TP_PROTO(struct chsc_header *chsc, int cc),
323 chsc = (struct chsc_header *) ((char *) chsc + chsc->length);
Dqdio_main.c1793 sizeof(struct chsc_header) - in qdio_pnso_brinfo()
/Linux-v4.19/arch/s390/include/uapi/asm/
Dchsc.h33 struct chsc_header { struct
39 struct chsc_header header; argument
40 __u8 data[CHSC_SIZE - sizeof(struct chsc_header)];