Lines Matching defs:pReq
257 Config_t *pReq;
275 pReq = (Config_t *)mf;
279 pReq->Action = MPI_CONFIG_ACTION_PAGE_WRITE_CURRENT;
280 pReq->Reserved = 0;
281 pReq->ChainOffset = 0;
282 pReq->Function = MPI_FUNCTION_CONFIG;
283 pReq->ExtPageLength = 0;
284 pReq->ExtPageType = 0;
285 pReq->MsgFlags = 0;
287 pReq->Reserved2[ii] = 0;
295 pReq->Header = IOCPage4Ptr->Header;
296 pReq->PageAddress = cpu_to_le32(id | (channel << 8 ));
303 ioc->add_sge((char *)&pReq->PageBufferSGE, flagsLength, dataDma);
621 MpiRaidActionRequest_t *pReq;
636 pReq = (MpiRaidActionRequest_t *)mf;
638 pReq->Action = MPI_RAID_ACTION_QUIESCE_PHYS_IO;
640 pReq->Action = MPI_RAID_ACTION_ENABLE_PHYS_IO;
641 pReq->Reserved1 = 0;
642 pReq->ChainOffset = 0;
643 pReq->Function = MPI_FUNCTION_RAID_ACTION;
644 pReq->VolumeID = id;
645 pReq->VolumeBus = channel;
646 pReq->PhysDiskNum = 0;
647 pReq->MsgFlags = 0;
648 pReq->Reserved2 = 0;
649 pReq->ActionDataWord = 0; /* Reserved for this action */
651 ioc->add_sge((char *)&pReq->ActionDataSGE,
655 ioc->name, pReq->Action, channel, id));