Lines Matching refs:smpreq
2245 SmpPassthroughRequest_t *smpreq;
2272 smpreq = (SmpPassthroughRequest_t *)mf;
2273 memset(smpreq, 0, sizeof(*smpreq));
2275 smpreq->RequestDataLength =
2277 smpreq->Function = MPI_FUNCTION_SMP_PASSTHROUGH;
2292 *((u64 *)&smpreq->SASAddress) = cpu_to_le64(sas_address);
2862 SmpPassthroughRequest_t *smpreq;
2894 smpreq = (SmpPassthroughRequest_t *)mf;
2895 memset(smpreq, 0, sizeof(*smpreq));
2914 smpreq->Function = MPI_FUNCTION_SMP_PASSTHROUGH;
2915 smpreq->PhysicalPort = 0xFF;
2916 *((u64 *)&smpreq->SASAddress) = cpu_to_le64(sas_address);
2917 smpreq->RequestDataLength = sizeof(struct rep_manu_request);