Home
last modified time | relevance | path

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

/linux/arch/s390/include/uapi/asm/
H A Dchsc.h33 struct chsc_header { struct
39 struct chsc_header header; argument
40 __u8 data[CHSC_SIZE - sizeof(struct chsc_header)];
/linux/drivers/s390/cio/
H A Dchsc_sch.c427 struct chsc_header request; in chsc_ioctl_info_channel_path()
438 struct chsc_header response; in chsc_ioctl_info_channel_path()
489 struct chsc_header request; in chsc_ioctl_info_cu()
500 struct chsc_header response; in chsc_ioctl_info_cu()
551 struct chsc_header request; in chsc_ioctl_info_sch_cu()
563 struct chsc_header response; in chsc_ioctl_info_sch_cu()
615 struct chsc_header request; in chsc_ioctl_conf_info()
625 struct chsc_header response; in chsc_ioctl_conf_info()
675 struct chsc_header request; in chsc_ioctl_conf_comp_list()
683 struct chsc_header response; in chsc_ioctl_conf_comp_list()
[all …]
H A Dtrace.h284 TP_PROTO(struct chsc_header *chsc, int cc),
298 chsc = (struct chsc_header *) ((char *) chsc + chsc->length);
/linux/arch/s390/include/asm/
H A Dchsc.h49 struct chsc_header request;
66 struct chsc_header response;
/linux/drivers/s390/net/
H A Dqeth_l2_main.c580 elems = (rr->response.length - sizeof(struct chsc_header) - in qeth_l2_pnso()