Searched refs:pReq (Results 1 – 3 of 3) sorted by relevance
257 Config_t *pReq; in mptspi_writeIOCPage4() local275 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 …]
6343 Config_t *pReq; in mpt_config() local6394 pReq = (Config_t *)mf; in mpt_config()6395 pReq->Action = pCfg->action; in mpt_config()6396 pReq->Reserved = 0; in mpt_config()6397 pReq->ChainOffset = 0; in mpt_config()6398 pReq->Function = MPI_FUNCTION_CONFIG; in mpt_config()6401 pReq->ExtPageLength = 0; in mpt_config()6402 pReq->ExtPageType = 0; in mpt_config()6403 pReq->MsgFlags = 0; in mpt_config()6406 pReq->Reserved2[ii] = 0; in mpt_config()[all …]
93 SCSIIORequest_t *pReq, int req_idx);178 SCSIIORequest_t *pReq, int req_idx) in mptscsih_AddSGE() argument195 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() local2415 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 …]