Searched refs:RequestSize (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/dev/mpr/ |
| H A D | mpr_user.c | 801 data->PtrRequest, data->RequestSize, data->PtrReply, in mpr_user_pass_thru() 809 err = copyin(PTRIN(data->PtrRequest), &tmphdr, data->RequestSize); in mpr_user_pass_thru() 813 if (data->RequestSize > (int)sc->reqframesz) { in mpr_user_pass_thru() 837 bcopy(&tmphdr, task, data->RequestSize); in mpr_user_pass_thru() 893 bcopy(&tmphdr, hdr, data->RequestSize); in mpr_user_pass_thru() 899 mpr_init_sge(cm, hdr, (void *)((uint8_t *)hdr + data->RequestSize)); in mpr_user_pass_thru() 996 scsi_io_req->SenseBufferLength = (uint8_t)(data->RequestSize - in mpr_user_pass_thru()
|
| H A D | mpr_ioctl.h | 194 uint32_t RequestSize; member
|
| /freebsd-12.1/sys/dev/mps/ |
| H A D | mps_user.c | 812 data->PtrRequest, data->RequestSize, data->PtrReply, in mps_user_pass_thru() 820 err = copyin(PTRIN(data->PtrRequest), &tmphdr, data->RequestSize); in mps_user_pass_thru() 824 if (data->RequestSize > (int)sc->reqframesz) { in mps_user_pass_thru() 848 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()
|
| H A D | mps_ioctl.h | 195 uint32_t RequestSize; member
|
| /freebsd-12.1/usr.sbin/mpsutil/ |
| H A D | mpr_ioctl.h | 191 uint32_t RequestSize; member
|
| H A D | mps_ioctl.h | 192 uint32_t RequestSize; member
|
| H A D | mps_cmd.c | 232 uint32_t RequestSize; member 657 pass.RequestSize = req_len; in mps_pass_command()
|