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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptscsih.c2726 SCSIIOReply_t *pReply; local
2737 pReply = (SCSIIOReply_t *) reply;
2747 (pReply->SCSIState & MPI_SCSI_STATE_AUTOSENSE_VALID)) {
2775 SCSIIOReply_t *pReply; local
2781 pReply = (SCSIIOReply_t *)reply;
2782 status = le16_to_cpu(pReply->IOCStatus) & MPI_IOCSTATUS_MASK;
2783 scsi_status = pReply->SCSIStatus;
2787 "IOCLogInfo=%08xh\n", ioc->name, status, pReply->SCSIState,
2788 scsi_status, le32_to_cpu(pReply->IOCLogInfo)));
2811 if (pReply
[all...]
H A Dmptbase.c6219 ConfigReply_t *pReply; local
6356 pReply = (ConfigReply_t *)ioc->mptbase_cmds.reply;
6357 ret = le16_to_cpu(pReply->IOCStatus) & MPI_IOCSTATUS_MASK;
6361 le16_to_cpu(pReply->ExtPageLength);
6363 pReply->ExtPageType;
6365 pCfg->cfghdr.hdr->PageVersion = pReply->Header.PageVersion;
6366 pCfg->cfghdr.hdr->PageLength = pReply->Header.PageLength;
6367 pCfg->cfghdr.hdr->PageNumber = pReply->Header.PageNumber;
6368 pCfg->cfghdr.hdr->PageType = pReply->Header.PageType;
6378 ret, le32_to_cpu(pReply
[all...]

Completed in 50 milliseconds