Searched refs:def_reply (Results 1 – 1 of 1) sorted by relevance
4468 Mpi3DefaultReply_t *def_reply) in mpi3mr_handle_events() argument4471 (Mpi3EventNotificationReply_t *)def_reply; in mpi3mr_handle_events()4488 Mpi3DefaultReply_t *def_reply = NULL; in mpi3mr_process_admin_reply_desc() local4508 def_reply = mpi3mr_get_reply_virt_addr(sc, *reply_dma); in mpi3mr_process_admin_reply_desc()4509 if (def_reply == NULL) in mpi3mr_process_admin_reply_desc()4511 host_tag = def_reply->HostTag; in mpi3mr_process_admin_reply_desc()4512 ioc_status = def_reply->IOCStatus; in mpi3mr_process_admin_reply_desc()4514 ioc_loginfo = def_reply->IOCLogInfo; in mpi3mr_process_admin_reply_desc()4516 if (def_reply->Function == MPI3_FUNCTION_SCSI_IO) { in mpi3mr_process_admin_reply_desc()4517 scsi_reply = (Mpi3SCSIIOReply_t *)def_reply; in mpi3mr_process_admin_reply_desc()[all …]