Lines Matching refs:mpi_request
910 Mpi2SataPassthroughRequest_t *mpi_request; in mpssas_get_sata_identify() local
924 mpi_request = (MPI2_SATA_PASSTHROUGH_REQUEST *)cm->cm_req; in mpssas_get_sata_identify()
925 bzero(mpi_request,sizeof(MPI2_SATA_PASSTHROUGH_REQUEST)); in mpssas_get_sata_identify()
926 mpi_request->Function = MPI2_FUNCTION_SATA_PASSTHROUGH; in mpssas_get_sata_identify()
927 mpi_request->VF_ID = 0; in mpssas_get_sata_identify()
928 mpi_request->DevHandle = htole16(handle); in mpssas_get_sata_identify()
929 mpi_request->PassthroughFlags = (MPI2_SATA_PT_REQ_PT_FLAGS_PIO | in mpssas_get_sata_identify()
931 mpi_request->DataLength = htole32(sz); in mpssas_get_sata_identify()
932 mpi_request->CommandFIS[0] = 0x27; in mpssas_get_sata_identify()
933 mpi_request->CommandFIS[1] = 0x80; in mpssas_get_sata_identify()
934 mpi_request->CommandFIS[2] = (devinfo & in mpssas_get_sata_identify()
936 cm->cm_sge = &mpi_request->SGL; in mpssas_get_sata_identify()