Lines Matching refs:cioc
6473 struct compat_megasas_iocpacket __user *cioc = in megasas_mgmt_compat_ioctl_fw() local
6487 if (copy_in_user(&ioc->host_no, &cioc->host_no, sizeof(u16)) || in megasas_mgmt_compat_ioctl_fw()
6488 copy_in_user(&ioc->sgl_off, &cioc->sgl_off, sizeof(u32)) || in megasas_mgmt_compat_ioctl_fw()
6489 copy_in_user(&ioc->sense_off, &cioc->sense_off, sizeof(u32)) || in megasas_mgmt_compat_ioctl_fw()
6490 copy_in_user(&ioc->sense_len, &cioc->sense_len, sizeof(u32)) || in megasas_mgmt_compat_ioctl_fw()
6491 copy_in_user(ioc->frame.raw, cioc->frame.raw, 128) || in megasas_mgmt_compat_ioctl_fw()
6492 copy_in_user(&ioc->sge_count, &cioc->sge_count, sizeof(u32))) in megasas_mgmt_compat_ioctl_fw()
6510 (compat_uptr_t *)(cioc->frame.raw + cioc->sense_off); in megasas_mgmt_compat_ioctl_fw()
6517 if (get_user(ptr, &cioc->sgl[i].iov_base) || in megasas_mgmt_compat_ioctl_fw()
6520 &cioc->sgl[i].iov_len, sizeof(compat_size_t))) in megasas_mgmt_compat_ioctl_fw()
6526 if (copy_in_user(&cioc->frame.hdr.cmd_status, in megasas_mgmt_compat_ioctl_fw()