Searched refs:pReply (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptscsih.c | 2627 SCSIIOReply_t *pReply; in mptscsih_scandv_complete() local 2638 pReply = (SCSIIOReply_t *) reply; in mptscsih_scandv_complete() 2648 (pReply->SCSIState & MPI_SCSI_STATE_AUTOSENSE_VALID)) { in mptscsih_scandv_complete() 2676 SCSIIOReply_t *pReply; in mptscsih_get_completion_code() local 2682 pReply = (SCSIIOReply_t *)reply; in mptscsih_get_completion_code() 2683 status = le16_to_cpu(pReply->IOCStatus) & MPI_IOCSTATUS_MASK; in mptscsih_get_completion_code() 2684 scsi_status = pReply->SCSIStatus; in mptscsih_get_completion_code() 2688 "IOCLogInfo=%08xh\n", ioc->name, status, pReply->SCSIState, in mptscsih_get_completion_code() 2689 scsi_status, le32_to_cpu(pReply->IOCLogInfo))); in mptscsih_get_completion_code() 2712 if (pReply in mptscsih_get_completion_code() [all...] |
H A D | mptbase.c | 6347 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 in mpt_config() [all...] |
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptscsih.c | 2626 SCSIIOReply_t *pReply; in mptscsih_scandv_complete() local 2637 pReply = (SCSIIOReply_t *) reply; in mptscsih_scandv_complete() 2647 (pReply->SCSIState & MPI_SCSI_STATE_AUTOSENSE_VALID)) { in mptscsih_scandv_complete() 2675 SCSIIOReply_t *pReply; in mptscsih_get_completion_code() local 2681 pReply = (SCSIIOReply_t *)reply; in mptscsih_get_completion_code() 2682 status = le16_to_cpu(pReply->IOCStatus) & MPI_IOCSTATUS_MASK; in mptscsih_get_completion_code() 2683 scsi_status = pReply->SCSIStatus; in mptscsih_get_completion_code() 2687 "IOCLogInfo=%08xh\n", ioc->name, status, pReply->SCSIState, in mptscsih_get_completion_code() 2688 scsi_status, le32_to_cpu(pReply->IOCLogInfo))); in mptscsih_get_completion_code() 2711 if (pReply in mptscsih_get_completion_code() [all...] |
H A D | mptbase.c | 6358 ConfigReply_t *pReply; in mpt_config() local 6498 pReply = (ConfigReply_t *)ioc->mptbase_cmds.reply; in mpt_config() 6499 ret = le16_to_cpu(pReply->IOCStatus) & MPI_IOCSTATUS_MASK; in mpt_config() 6503 le16_to_cpu(pReply->ExtPageLength); in mpt_config() 6505 pReply->ExtPageType; in mpt_config() 6507 pCfg->cfghdr.hdr->PageVersion = pReply->Header.PageVersion; in mpt_config() 6508 pCfg->cfghdr.hdr->PageLength = pReply->Header.PageLength; in mpt_config() 6509 pCfg->cfghdr.hdr->PageNumber = pReply->Header.PageNumber; in mpt_config() 6510 pCfg->cfghdr.hdr->PageType = pReply->Header.PageType; in mpt_config() 6520 ret, le32_to_cpu(pReply in mpt_config() [all...] |
Completed in 26 milliseconds