Searched refs:mpi_request (Results 1 – 2 of 2) sorted by relevance
793 Mpi2SataPassthroughRequest_t *mpi_request; in mpssas_get_sata_identify() local807 mpi_request = (MPI2_SATA_PASSTHROUGH_REQUEST *)cm->cm_req; in mpssas_get_sata_identify()808 bzero(mpi_request,sizeof(MPI2_SATA_PASSTHROUGH_REQUEST)); in mpssas_get_sata_identify()809 mpi_request->Function = MPI2_FUNCTION_SATA_PASSTHROUGH; in mpssas_get_sata_identify()810 mpi_request->VF_ID = 0; in mpssas_get_sata_identify()811 mpi_request->DevHandle = htole16(handle); in mpssas_get_sata_identify()812 mpi_request->PassthroughFlags = (MPI2_SATA_PT_REQ_PT_FLAGS_PIO | in mpssas_get_sata_identify()814 mpi_request->DataLength = htole32(sz); in mpssas_get_sata_identify()815 mpi_request->CommandFIS[0] = 0x27; in mpssas_get_sata_identify()816 mpi_request->CommandFIS[1] = 0x80; in mpssas_get_sata_identify()[all …]
894 Mpi2SataPassthroughRequest_t *mpi_request; in mprsas_get_sata_identify() local908 mpi_request = (MPI2_SATA_PASSTHROUGH_REQUEST *)cm->cm_req; in mprsas_get_sata_identify()909 bzero(mpi_request,sizeof(MPI2_SATA_PASSTHROUGH_REQUEST)); in mprsas_get_sata_identify()910 mpi_request->Function = MPI2_FUNCTION_SATA_PASSTHROUGH; in mprsas_get_sata_identify()911 mpi_request->VF_ID = 0; in mprsas_get_sata_identify()912 mpi_request->DevHandle = htole16(handle); in mprsas_get_sata_identify()913 mpi_request->PassthroughFlags = (MPI2_SATA_PT_REQ_PT_FLAGS_PIO | in mprsas_get_sata_identify()915 mpi_request->DataLength = htole32(sz); in mprsas_get_sata_identify()916 mpi_request->CommandFIS[0] = 0x27; in mprsas_get_sata_identify()917 mpi_request->CommandFIS[1] = 0x80; in mprsas_get_sata_identify()[all …]