Lines Matching refs:pReq
6345 Config_t *pReq; in mpt_config() local
6405 pReq = (Config_t *)mf; in mpt_config()
6406 pReq->Action = pCfg->action; in mpt_config()
6407 pReq->Reserved = 0; in mpt_config()
6408 pReq->ChainOffset = 0; in mpt_config()
6409 pReq->Function = MPI_FUNCTION_CONFIG; in mpt_config()
6412 pReq->ExtPageLength = 0; in mpt_config()
6413 pReq->ExtPageType = 0; in mpt_config()
6414 pReq->MsgFlags = 0; in mpt_config()
6417 pReq->Reserved2[ii] = 0; in mpt_config()
6419 pReq->Header.PageVersion = pCfg->cfghdr.hdr->PageVersion; in mpt_config()
6420 pReq->Header.PageLength = pCfg->cfghdr.hdr->PageLength; in mpt_config()
6421 pReq->Header.PageNumber = pCfg->cfghdr.hdr->PageNumber; in mpt_config()
6422 pReq->Header.PageType = (pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK); in mpt_config()
6426 pReq->ExtPageLength = cpu_to_le16(pExtHdr->ExtPageLength); in mpt_config()
6427 pReq->ExtPageType = pExtHdr->ExtPageType; in mpt_config()
6428 pReq->Header.PageType = MPI_CONFIG_PAGETYPE_EXTENDED; in mpt_config()
6433 pReq->Header.PageLength = 0; in mpt_config()
6436 pReq->PageAddress = cpu_to_le32(pCfg->pageAddr); in mpt_config()
6448 page_type = pReq->ExtPageType; in mpt_config()
6452 page_type = pReq->Header.PageType; in mpt_config()
6458 ioc->name, page_type, pReq->Header.PageNumber, pReq->Action)); in mpt_config()
6460 ioc->add_sge((char *)&pReq->PageBufferSGE, flagsLength, pCfg->physAddr); in mpt_config()
6470 ioc->name, page_type, pReq->Header.PageNumber, in mpt_config()
6471 pReq->Action, ioc->mptbase_cmds.status, timeleft)); in mpt_config()
8145 Config_t *pReq = (Config_t *)mf; in mpt_iocstatus_info_config() local
8151 if (pReq->Header.PageType == MPI_CONFIG_PAGETYPE_EXTENDED) in mpt_iocstatus_info_config()
8152 page_type = pReq->ExtPageType; in mpt_iocstatus_info_config()
8154 page_type = pReq->Header.PageType; in mpt_iocstatus_info_config()
8159 form = le32_to_cpu(pReq->PageAddress); in mpt_iocstatus_info_config()
8176 page_type, pReq->Header.PageNumber, pReq->Action, form); in mpt_iocstatus_info_config()