Searched refs:pel_reply (Results 1 – 1 of 1) sorted by relevance
1348 Mpi3PELReply_t *pel_reply = NULL; in mpi3mr_pel_wait_complete() local1358 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() local1495 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[all …]