Searched refs:ioctl_header (Results 1 – 4 of 4) sorted by relevance
451 struct bmic_csmi_ioctl_header *ioctl_header; in pqi_build_csmi_smp_passthru_buffer() local463 ioctl_header = &smp_buf->ioctl_header; in pqi_build_csmi_smp_passthru_buffer()464 put_unaligned_le32(sizeof(smp_buf->ioctl_header), in pqi_build_csmi_smp_passthru_buffer()465 &ioctl_header->header_length); in pqi_build_csmi_smp_passthru_buffer()466 put_unaligned_le32(CSMI_IOCTL_TIMEOUT, &ioctl_header->timeout); in pqi_build_csmi_smp_passthru_buffer()468 &ioctl_header->control_code); in pqi_build_csmi_smp_passthru_buffer()469 put_unaligned_le32(sizeof(smp_buf->parameters), &ioctl_header->length); in pqi_build_csmi_smp_passthru_buffer()
1384 struct bmic_csmi_ioctl_header ioctl_header; member
1040 struct pmcraid_ioctl_header ioctl_header; member
2532 struct mpt3_ioctl_header ioctl_header; in _ctl_ioctl_main() local2537 if (copy_from_user(&ioctl_header, (char __user *)arg, in _ctl_ioctl_main()2544 if (_ctl_verify_adapter(ioctl_header.ioc_number, in _ctl_ioctl_main()2595 if (karg.hdr.ioc_number != ioctl_header.ioc_number) { in _ctl_ioctl_main()