Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/message/fusion/
Dmptsas.c2221 SmpPassthroughRequest_t *smpreq; in mptsas_smp_handler() local
2255 smpreq = (SmpPassthroughRequest_t *)mf; in mptsas_smp_handler()
2256 memset(smpreq, 0, sizeof(*smpreq)); in mptsas_smp_handler()
2258 smpreq->RequestDataLength = cpu_to_le16(blk_rq_bytes(req) - 4); in mptsas_smp_handler()
2259 smpreq->Function = MPI_FUNCTION_SMP_PASSTHROUGH; in mptsas_smp_handler()
2274 *((u64 *)&smpreq->SASAddress) = cpu_to_le64(sas_address); in mptsas_smp_handler()
2842 SmpPassthroughRequest_t *smpreq; in mptsas_exp_repmanufacture_info() local
2874 smpreq = (SmpPassthroughRequest_t *)mf; in mptsas_exp_repmanufacture_info()
2875 memset(smpreq, 0, sizeof(*smpreq)); in mptsas_exp_repmanufacture_info()
2893 smpreq->Function = MPI_FUNCTION_SMP_PASSTHROUGH; in mptsas_exp_repmanufacture_info()
[all …]