Searched refs:evtnotify_req (Results 1 – 1 of 1) sorted by relevance
2381 Mpi3EventNotificationRequest_t evtnotify_req; in mpi3mr_issue_event_notification() local2385 memset(&evtnotify_req, 0, sizeof(evtnotify_req)); in mpi3mr_issue_event_notification()2397 evtnotify_req.HostTag = (MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_issue_event_notification()2398 evtnotify_req.Function = MPI3_FUNCTION_EVENT_NOTIFICATION; in mpi3mr_issue_event_notification()2400 evtnotify_req.EventMasks[i] = in mpi3mr_issue_event_notification()2403 retval = mpi3mr_submit_admin_cmd(sc, &evtnotify_req, in mpi3mr_issue_event_notification()2404 sizeof(evtnotify_req)); in mpi3mr_issue_event_notification()