Searched refs:RequestSize (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/mps/ |
| HD | mps_user.c | 815 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()
|
| HD | mps_ioctl.h | 193 uint32_t RequestSize; member
|
| /NextBSD/sys/dev/mpr/ |
| HD | mpr_user.c | 803 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()
|
| HD | mpr_ioctl.h | 192 uint32_t RequestSize; member
|
| /NextBSD/usr.sbin/mpsutil/ |
| HD | mpr_ioctl.h | 191 uint32_t RequestSize; member
|
| HD | mps_ioctl.h | 192 uint32_t RequestSize; member
|
| HD | mps_cmd.c | 233 uint32_t RequestSize; member 660 pass.RequestSize = req_len; in mps_pass_command()
|