Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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;
187 struct chsc_header request;
191 struct chsc_header response;
Dchsc.c77 struct chsc_header request;
85 struct chsc_header response;
316 struct chsc_header request;
319 struct chsc_header response;
814 struct chsc_header request; in __chsc_do_secm()
824 struct chsc_header response; in __chsc_do_secm()
984 struct chsc_header request; in chsc_get_channel_measurement_chars()
990 struct chsc_header response; in chsc_get_channel_measurement_chars()
1120 struct chsc_header request; in chsc_get_cssid_iid()
1124 struct chsc_header response; in chsc_get_cssid_iid()
[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.h286 TP_PROTO(struct chsc_header *chsc, int cc),
300 chsc = (struct chsc_header *) ((char *) chsc + chsc->length);
/kernel/linux/linux-5.10/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)];
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dchsc.h46 struct chsc_header request;
63 struct chsc_header response;
/kernel/linux/linux-5.10/drivers/s390/net/
Dqeth_l2_main.c631 elems = (rr->response.length - sizeof(struct chsc_header) - in qeth_l2_pnso()