Searched refs:mpi_request (Results 1 – 2 of 2) sorted by relevance
917 Mpi2SataPassthroughRequest_t *mpi_request; in mpssas_get_sata_identify() local931 mpi_request = (MPI2_SATA_PASSTHROUGH_REQUEST *)cm->cm_req; in mpssas_get_sata_identify()932 bzero(mpi_request,sizeof(MPI2_SATA_PASSTHROUGH_REQUEST)); in mpssas_get_sata_identify()933 mpi_request->Function = MPI2_FUNCTION_SATA_PASSTHROUGH; in mpssas_get_sata_identify()934 mpi_request->VF_ID = 0; in mpssas_get_sata_identify()935 mpi_request->DevHandle = htole16(handle); in mpssas_get_sata_identify()936 mpi_request->PassthroughFlags = (MPI2_SATA_PT_REQ_PT_FLAGS_PIO | in mpssas_get_sata_identify()938 mpi_request->DataLength = htole32(sz); in mpssas_get_sata_identify()939 mpi_request->CommandFIS[0] = 0x27; in mpssas_get_sata_identify()940 mpi_request->CommandFIS[1] = 0x80; in mpssas_get_sata_identify()[all …]
1094 Mpi2SataPassthroughRequest_t *mpi_request; in mprsas_get_sata_identify() local1108 mpi_request = (MPI2_SATA_PASSTHROUGH_REQUEST *)cm->cm_req; in mprsas_get_sata_identify()1109 bzero(mpi_request,sizeof(MPI2_SATA_PASSTHROUGH_REQUEST)); in mprsas_get_sata_identify()1110 mpi_request->Function = MPI2_FUNCTION_SATA_PASSTHROUGH; in mprsas_get_sata_identify()1111 mpi_request->VF_ID = 0; in mprsas_get_sata_identify()1112 mpi_request->DevHandle = htole16(handle); in mprsas_get_sata_identify()1113 mpi_request->PassthroughFlags = (MPI2_SATA_PT_REQ_PT_FLAGS_PIO | in mprsas_get_sata_identify()1115 mpi_request->DataLength = htole32(sz); in mprsas_get_sata_identify()1116 mpi_request->CommandFIS[0] = 0x27; in mprsas_get_sata_identify()1117 mpi_request->CommandFIS[1] = 0x80; in mprsas_get_sata_identify()[all …]