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