Lines Matching defs:hdr32
552 struct compat_sg_io_hdr hdr32 = {
577 if (copy_to_user(argp, &hdr32, sizeof(hdr32)))
594 struct compat_sg_io_hdr hdr32;
597 if (copy_from_user(&hdr32, argp, sizeof(hdr32)))
601 .interface_id = hdr32.interface_id,
602 .dxfer_direction = hdr32.dxfer_direction,
603 .cmd_len = hdr32.cmd_len,
604 .mx_sb_len = hdr32.mx_sb_len,
605 .iovec_count = hdr32.iovec_count,
606 .dxfer_len = hdr32.dxfer_len,
607 .dxferp = compat_ptr(hdr32.dxferp),
608 .cmdp = compat_ptr(hdr32.cmdp),
609 .sbp = compat_ptr(hdr32.sbp),
610 .timeout = hdr32.timeout,
611 .flags = hdr32.flags,
612 .pack_id = hdr32.pack_id,
613 .usr_ptr = compat_ptr(hdr32.usr_ptr),
614 .status = hdr32.status,
615 .masked_status = hdr32.masked_status,
616 .msg_status = hdr32.msg_status,
617 .sb_len_wr = hdr32.sb_len_wr,
618 .host_status = hdr32.host_status,
619 .driver_status = hdr32.driver_status,
620 .resid = hdr32.resid,
621 .duration = hdr32.duration,
622 .info = hdr32.info,