Home
last modified time | relevance | path

Searched refs:ioctl_header (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/smartpqi/
Dsmartpqi_sas_transport.c461 struct bmic_csmi_ioctl_header *ioctl_header; in pqi_build_csmi_smp_passthru_buffer() local
473 ioctl_header = &smp_buf->ioctl_header; in pqi_build_csmi_smp_passthru_buffer()
474 put_unaligned_le32(sizeof(smp_buf->ioctl_header), in pqi_build_csmi_smp_passthru_buffer()
475 &ioctl_header->header_length); in pqi_build_csmi_smp_passthru_buffer()
476 put_unaligned_le32(CSMI_IOCTL_TIMEOUT, &ioctl_header->timeout); in pqi_build_csmi_smp_passthru_buffer()
478 &ioctl_header->control_code); in pqi_build_csmi_smp_passthru_buffer()
479 put_unaligned_le32(sizeof(smp_buf->parameters), &ioctl_header->length); in pqi_build_csmi_smp_passthru_buffer()
Dsmartpqi.h1652 struct bmic_csmi_ioctl_header ioctl_header; member
/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.c2606 struct mpt3_ioctl_header ioctl_header; in _ctl_ioctl_main() local
2611 if (copy_from_user(&ioctl_header, (char __user *)arg, in _ctl_ioctl_main()
2618 if (_ctl_verify_adapter(ioctl_header.ioc_number, in _ctl_ioctl_main()
2669 if (karg.hdr.ioc_number != ioctl_header.ioc_number) { in _ctl_ioctl_main()