Searched refs:pel_reply (Results 1 – 1 of 1) sorted by relevance
1331 Mpi3PELReply_t *pel_reply = NULL; in mpi3mr_pel_wait_complete() local1341 pel_reply = (Mpi3PELReply_t *)drvr_cmd->reply; in mpi3mr_pel_wait_complete()1344 || ((le16toh(pel_reply->PELogStatus) != MPI3_PEL_STATUS_SUCCESS) in mpi3mr_pel_wait_complete()1345 && (le16toh(pel_reply->PELogStatus) != MPI3_PEL_STATUS_ABORTED))){ in mpi3mr_pel_wait_complete()1348 drvr_cmd->ioc_loginfo, le16toh(pel_reply->PELogStatus)); in mpi3mr_pel_wait_complete()1467 Mpi3PELReply_t *pel_reply = NULL; in mpi3mr_pel_getseq_complete() local1478 pel_reply = (Mpi3PELReply_t *)drvr_cmd->reply; in mpi3mr_pel_getseq_complete()1481 || (le16toh(pel_reply->PELogStatus) != MPI3_PEL_STATUS_SUCCESS)){ in mpi3mr_pel_getseq_complete()1484 drvr_cmd->ioc_loginfo, le16toh(pel_reply->PELogStatus)); in mpi3mr_pel_getseq_complete()1553 Mpi3PELReply_t *pel_reply = NULL; in mpi3mr_pel_abort() local[all …]