Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptscsih.c2676 SCSIIOReply_t *pReply; in mptscsih_scandv_complete() local
2687 pReply = (SCSIIOReply_t *) reply; in mptscsih_scandv_complete()
2697 (pReply->SCSIState & MPI_SCSI_STATE_AUTOSENSE_VALID)) { in mptscsih_scandv_complete()
2725 SCSIIOReply_t *pReply; in mptscsih_get_completion_code() local
2731 pReply = (SCSIIOReply_t *)reply; in mptscsih_get_completion_code()
2732 status = le16_to_cpu(pReply->IOCStatus) & MPI_IOCSTATUS_MASK; in mptscsih_get_completion_code()
2733 scsi_status = pReply->SCSIStatus; in mptscsih_get_completion_code()
2737 "IOCLogInfo=%08xh\n", ioc->name, status, pReply->SCSIState, in mptscsih_get_completion_code()
2738 scsi_status, le32_to_cpu(pReply->IOCLogInfo))); in mptscsih_get_completion_code()
2761 if (pReply->Function == MPI_FUNCTION_CONFIG) { in mptscsih_get_completion_code()
[all …]
H A Dmptbase.c6354 ConfigReply_t *pReply; in mpt_config() local
6494 pReply = (ConfigReply_t *)ioc->mptbase_cmds.reply; in mpt_config()
6495 ret = le16_to_cpu(pReply->IOCStatus) & MPI_IOCSTATUS_MASK; in mpt_config()
6499 le16_to_cpu(pReply->ExtPageLength); in mpt_config()
6501 pReply->ExtPageType; in mpt_config()
6503 pCfg->cfghdr.hdr->PageVersion = pReply->Header.PageVersion; in mpt_config()
6504 pCfg->cfghdr.hdr->PageLength = pReply->Header.PageLength; in mpt_config()
6505 pCfg->cfghdr.hdr->PageNumber = pReply->Header.PageNumber; in mpt_config()
6506 pCfg->cfghdr.hdr->PageType = pReply->Header.PageType; in mpt_config()
6516 ret, le32_to_cpu(pReply->IOCLogInfo))); in mpt_config()