Home
last modified time | relevance | path

Searched refs:RequestSize (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/mps/
Dmps_user.c810 data->PtrRequest, data->RequestSize, data->PtrReply, in mps_user_pass_thru()
818 err = copyin(PTRIN(data->PtrRequest), &tmphdr, data->RequestSize); in mps_user_pass_thru()
822 if (data->RequestSize > (int)sc->facts->IOCRequestFrameSize * 4) { in mps_user_pass_thru()
846 bcopy(&tmphdr, task, data->RequestSize); in mps_user_pass_thru()
904 bcopy(&tmphdr, hdr, data->RequestSize); in mps_user_pass_thru()
910 mpi_init_sge(cm, hdr, (void *)((uint8_t *)hdr + data->RequestSize)); in mps_user_pass_thru()
961 scsi_io_req->SenseBufferLength = (uint8_t)(data->RequestSize - in mps_user_pass_thru()
Dmps_ioctl.h193 uint32_t RequestSize; member
/freebsd-10-stable/sys/dev/mpr/
Dmpr_user.c800 data->PtrRequest, data->RequestSize, data->PtrReply, in mpr_user_pass_thru()
808 err = copyin(PTRIN(data->PtrRequest), &tmphdr, data->RequestSize); in mpr_user_pass_thru()
812 if (data->RequestSize > (int)sc->facts->IOCRequestFrameSize * 4) { in mpr_user_pass_thru()
836 bcopy(&tmphdr, task, data->RequestSize); in mpr_user_pass_thru()
894 bcopy(&tmphdr, hdr, data->RequestSize); in mpr_user_pass_thru()
900 mpr_init_sge(cm, hdr, (void *)((uint8_t *)hdr + data->RequestSize)); in mpr_user_pass_thru()
997 scsi_io_req->SenseBufferLength = (uint8_t)(data->RequestSize - in mpr_user_pass_thru()
Dmpr_ioctl.h192 uint32_t RequestSize; member
/freebsd-10-stable/usr.sbin/mpsutil/
Dmpr_ioctl.h191 uint32_t RequestSize; member
Dmps_ioctl.h192 uint32_t RequestSize; member
Dmps_cmd.c233 uint32_t RequestSize; member
660 pass.RequestSize = req_len; in mps_pass_command()