Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptbase.c6356 ConfigReply_t *pReply; in mpt_config() local
6496 pReply = (ConfigReply_t *)ioc->mptbase_cmds.reply; in mpt_config()
6497 ret = le16_to_cpu(pReply->IOCStatus) & MPI_IOCSTATUS_MASK; in mpt_config()
6501 le16_to_cpu(pReply->ExtPageLength); in mpt_config()
6503 pReply->ExtPageType; in mpt_config()
6505 pCfg->cfghdr.hdr->PageVersion = pReply->Header.PageVersion; in mpt_config()
6506 pCfg->cfghdr.hdr->PageLength = pReply->Header.PageLength; in mpt_config()
6507 pCfg->cfghdr.hdr->PageNumber = pReply->Header.PageNumber; in mpt_config()
6508 pCfg->cfghdr.hdr->PageType = pReply->Header.PageType; in mpt_config()
6518 ret, le32_to_cpu(pReply->IOCLogInfo))); in mpt_config()