Lines Matching refs:pel_reply
1348 Mpi3PELReply_t *pel_reply = NULL; in mpi3mr_pel_wait_complete() local
1358 pel_reply = (Mpi3PELReply_t *)drvr_cmd->reply; in mpi3mr_pel_wait_complete()
1361 || ((le16toh(pel_reply->PELogStatus) != MPI3_PEL_STATUS_SUCCESS) in mpi3mr_pel_wait_complete()
1362 && (le16toh(pel_reply->PELogStatus) != MPI3_PEL_STATUS_ABORTED))){ in mpi3mr_pel_wait_complete()
1365 drvr_cmd->ioc_loginfo, le16toh(pel_reply->PELogStatus)); in mpi3mr_pel_wait_complete()
1484 Mpi3PELReply_t *pel_reply = NULL; in mpi3mr_pel_getseq_complete() local
1495 pel_reply = (Mpi3PELReply_t *)drvr_cmd->reply; in mpi3mr_pel_getseq_complete()
1498 || (le16toh(pel_reply->PELogStatus) != MPI3_PEL_STATUS_SUCCESS)){ in mpi3mr_pel_getseq_complete()
1501 drvr_cmd->ioc_loginfo, le16toh(pel_reply->PELogStatus)); in mpi3mr_pel_getseq_complete()
1570 Mpi3PELReply_t *pel_reply = NULL; in mpi3mr_pel_abort() local
1624 pel_reply = (Mpi3PELReply_t *)sc->pel_abort_cmd.reply; in mpi3mr_pel_abort()
1625 pel_log_status = le16toh(pel_reply->PELogStatus); in mpi3mr_pel_abort()