Home
last modified time | relevance | path

Searched refs:smpreq (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/message/fusion/
Dmptsas.c2218 SmpPassthroughRequest_t *smpreq; in mptsas_smp_handler() local
2245 smpreq = (SmpPassthroughRequest_t *)mf; in mptsas_smp_handler()
2246 memset(smpreq, 0, sizeof(*smpreq)); in mptsas_smp_handler()
2248 smpreq->RequestDataLength = in mptsas_smp_handler()
2250 smpreq->Function = MPI_FUNCTION_SMP_PASSTHROUGH; in mptsas_smp_handler()
2265 *((u64 *)&smpreq->SASAddress) = cpu_to_le64(sas_address); in mptsas_smp_handler()
2834 SmpPassthroughRequest_t *smpreq; in mptsas_exp_repmanufacture_info() local
2866 smpreq = (SmpPassthroughRequest_t *)mf; in mptsas_exp_repmanufacture_info()
2867 memset(smpreq, 0, sizeof(*smpreq)); in mptsas_exp_repmanufacture_info()
2885 smpreq->Function = MPI_FUNCTION_SMP_PASSTHROUGH; in mptsas_exp_repmanufacture_info()
[all …]