Lines Matching refs:pReq

6346 	Config_t	*pReq;  in mpt_config()  local
6406 pReq = (Config_t *)mf; in mpt_config()
6407 pReq->Action = pCfg->action; in mpt_config()
6408 pReq->Reserved = 0; in mpt_config()
6409 pReq->ChainOffset = 0; in mpt_config()
6410 pReq->Function = MPI_FUNCTION_CONFIG; in mpt_config()
6413 pReq->ExtPageLength = 0; in mpt_config()
6414 pReq->ExtPageType = 0; in mpt_config()
6415 pReq->MsgFlags = 0; in mpt_config()
6418 pReq->Reserved2[ii] = 0; in mpt_config()
6420 pReq->Header.PageVersion = pCfg->cfghdr.hdr->PageVersion; in mpt_config()
6421 pReq->Header.PageLength = pCfg->cfghdr.hdr->PageLength; in mpt_config()
6422 pReq->Header.PageNumber = pCfg->cfghdr.hdr->PageNumber; in mpt_config()
6423 pReq->Header.PageType = (pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK); in mpt_config()
6427 pReq->ExtPageLength = cpu_to_le16(pExtHdr->ExtPageLength); in mpt_config()
6428 pReq->ExtPageType = pExtHdr->ExtPageType; in mpt_config()
6429 pReq->Header.PageType = MPI_CONFIG_PAGETYPE_EXTENDED; in mpt_config()
6434 pReq->Header.PageLength = 0; in mpt_config()
6437 pReq->PageAddress = cpu_to_le32(pCfg->pageAddr); in mpt_config()
6449 page_type = pReq->ExtPageType; in mpt_config()
6453 page_type = pReq->Header.PageType; in mpt_config()
6459 ioc->name, page_type, pReq->Header.PageNumber, pReq->Action)); in mpt_config()
6461 ioc->add_sge((char *)&pReq->PageBufferSGE, flagsLength, pCfg->physAddr); in mpt_config()
6471 ioc->name, page_type, pReq->Header.PageNumber, in mpt_config()
6472 pReq->Action, ioc->mptbase_cmds.status, timeleft)); in mpt_config()
8146 Config_t *pReq = (Config_t *)mf; in mpt_iocstatus_info_config() local
8152 if (pReq->Header.PageType == MPI_CONFIG_PAGETYPE_EXTENDED) in mpt_iocstatus_info_config()
8153 page_type = pReq->ExtPageType; in mpt_iocstatus_info_config()
8155 page_type = pReq->Header.PageType; in mpt_iocstatus_info_config()
8160 form = le32_to_cpu(pReq->PageAddress); in mpt_iocstatus_info_config()
8177 page_type, pReq->Header.PageNumber, pReq->Action, form); in mpt_iocstatus_info_config()