Searched refs:def_reply (Results 1 – 1 of 1) sorted by relevance
4264 Mpi3DefaultReply_t *def_reply) in mpi3mr_handle_events() argument4267 (Mpi3EventNotificationReply_t *)def_reply; in mpi3mr_handle_events()4284 Mpi3DefaultReply_t *def_reply = NULL; in mpi3mr_process_admin_reply_desc() local4304 def_reply = mpi3mr_get_reply_virt_addr(sc, *reply_dma); in mpi3mr_process_admin_reply_desc()4305 if (def_reply == NULL) in mpi3mr_process_admin_reply_desc()4307 host_tag = def_reply->HostTag; in mpi3mr_process_admin_reply_desc()4308 ioc_status = def_reply->IOCStatus; in mpi3mr_process_admin_reply_desc()4310 ioc_loginfo = def_reply->IOCLogInfo; in mpi3mr_process_admin_reply_desc()4312 if (def_reply->Function == MPI3_FUNCTION_SCSI_IO) { in mpi3mr_process_admin_reply_desc()4313 scsi_reply = (Mpi3SCSIIOReply_t *)def_reply; in mpi3mr_process_admin_reply_desc()[all …]