Lines Matching refs:smpreq
2217 SmpPassthroughRequest_t *smpreq;
2244 smpreq = (SmpPassthroughRequest_t *)mf;
2245 memset(smpreq, 0, sizeof(*smpreq));
2247 smpreq->RequestDataLength =
2249 smpreq->Function = MPI_FUNCTION_SMP_PASSTHROUGH;
2264 *((u64 *)&smpreq->SASAddress) = cpu_to_le64(sas_address);
2833 SmpPassthroughRequest_t *smpreq;
2865 smpreq = (SmpPassthroughRequest_t *)mf;
2866 memset(smpreq, 0, sizeof(*smpreq));
2884 smpreq->Function = MPI_FUNCTION_SMP_PASSTHROUGH;
2885 smpreq->PhysicalPort = 0xFF;
2886 *((u64 *)&smpreq->SASAddress) = cpu_to_le64(sas_address);
2887 smpreq->RequestDataLength = sizeof(struct rep_manu_request);