Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/message/fusion/
Dmptspi.c257 Config_t *pReq; in mptspi_writeIOCPage4() local
275 pReq = (Config_t *)mf; in mptspi_writeIOCPage4()
279 pReq->Action = MPI_CONFIG_ACTION_PAGE_WRITE_CURRENT; in mptspi_writeIOCPage4()
280 pReq->Reserved = 0; in mptspi_writeIOCPage4()
281 pReq->ChainOffset = 0; in mptspi_writeIOCPage4()
282 pReq->Function = MPI_FUNCTION_CONFIG; in mptspi_writeIOCPage4()
283 pReq->ExtPageLength = 0; in mptspi_writeIOCPage4()
284 pReq->ExtPageType = 0; in mptspi_writeIOCPage4()
285 pReq->MsgFlags = 0; in mptspi_writeIOCPage4()
287 pReq->Reserved2[ii] = 0; in mptspi_writeIOCPage4()
[all …]
Dmptbase.c6357 Config_t *pReq; in mpt_config() local
6408 pReq = (Config_t *)mf; in mpt_config()
6409 pReq->Action = pCfg->action; in mpt_config()
6410 pReq->Reserved = 0; in mpt_config()
6411 pReq->ChainOffset = 0; in mpt_config()
6412 pReq->Function = MPI_FUNCTION_CONFIG; in mpt_config()
6415 pReq->ExtPageLength = 0; in mpt_config()
6416 pReq->ExtPageType = 0; in mpt_config()
6417 pReq->MsgFlags = 0; in mpt_config()
6420 pReq->Reserved2[ii] = 0; in mpt_config()
[all …]
Dmptscsih.c93 SCSIIORequest_t *pReq, int req_idx);
178 SCSIIORequest_t *pReq, int req_idx) in mptscsih_AddSGE() argument
195 sgdir = le32_to_cpu(pReq->Control) & MPI_SCSIIO_CONTROL_DATADIRECTION_MASK; in mptscsih_AddSGE()
202 psge = (char *) &pReq->SGL; in mptscsih_AddSGE()
283 pReq->ChainOffset = 0; in mptscsih_AddSGE()
333 pReq->ChainOffset = (u8) (sgeOffset >> 2); in mptscsih_AddSGE()
348 ioc->name, pReq->CDB[0], SCpnt)); in mptscsih_AddSGE()
2409 SCSIIORequest_t *pReq; in mptscsih_copy_sense_data() local
2415 pReq = (SCSIIORequest_t *) mf; in mptscsih_copy_sense_data()
2437 ioc->events[idx].data[0] = (pReq->LUN[1] << 24) | in mptscsih_copy_sense_data()
[all …]