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

/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c461 struct bmic_csmi_ioctl_header *ioctl_header; local
473 ioctl_header = &smp_buf->ioctl_header;
474 put_unaligned_le32(sizeof(smp_buf->ioctl_header),
475 &ioctl_header->header_length);
476 put_unaligned_le32(CSMI_IOCTL_TIMEOUT, &ioctl_header->timeout);
478 &ioctl_header->control_code);
479 put_unaligned_le32(sizeof(smp_buf->parameters), &ioctl_header->length);
H A Dsmartpqi.h1652 struct bmic_csmi_ioctl_header ioctl_header; member in struct:bmic_csmi_smp_passthru_buffer
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c2656 struct mpt3_ioctl_header ioctl_header; local
2661 if (copy_from_user(&ioctl_header, (char __user *)arg,
2668 if (_ctl_verify_adapter(ioctl_header.ioc_number,
2719 if (karg.hdr.ioc_number != ioctl_header.ioc_number) {

Completed in 138 milliseconds