Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mps/
HDmps_user.c815 data->PtrRequest, data->RequestSize, data->PtrReply, in mps_user_pass_thru()
823 err = copyin(PTRIN(data->PtrRequest), &tmphdr, data->RequestSize); in mps_user_pass_thru()
827 if (data->RequestSize > (int)sc->facts->IOCRequestFrameSize * 4) { in mps_user_pass_thru()
851 bcopy(&tmphdr, task, data->RequestSize); in mps_user_pass_thru()
909 bcopy(&tmphdr, hdr, data->RequestSize); in mps_user_pass_thru()
915 mpi_init_sge(cm, hdr, (void *)((uint8_t *)hdr + data->RequestSize)); in mps_user_pass_thru()
971 scsi_io_req->SenseBufferLength = (uint8_t)(data->RequestSize - in mps_user_pass_thru()
HDmps_ioctl.h193 uint32_t RequestSize; member
/NextBSD/sys/dev/mpr/
HDmpr_user.c803 data->PtrRequest, data->RequestSize, data->PtrReply, in mpr_user_pass_thru()
811 err = copyin(PTRIN(data->PtrRequest), &tmphdr, data->RequestSize); in mpr_user_pass_thru()
815 if (data->RequestSize > (int)sc->facts->IOCRequestFrameSize * 4) { in mpr_user_pass_thru()
839 bcopy(&tmphdr, task, data->RequestSize); in mpr_user_pass_thru()
897 bcopy(&tmphdr, hdr, data->RequestSize); in mpr_user_pass_thru()
903 mpr_init_sge(cm, hdr, (void *)((uint8_t *)hdr + data->RequestSize)); in mpr_user_pass_thru()
976 scsi_io_req->SenseBufferLength = (uint8_t)(data->RequestSize - in mpr_user_pass_thru()
HDmpr_ioctl.h192 uint32_t RequestSize; member
/NextBSD/usr.sbin/mpsutil/
HDmpr_ioctl.h191 uint32_t RequestSize; member
HDmps_ioctl.h192 uint32_t RequestSize; member
HDmps_cmd.c233 uint32_t RequestSize; member
660 pass.RequestSize = req_len; in mps_pass_command()