Searched refs:evtnotify_req (Results 1 – 1 of 1) sorted by relevance
2728 struct mpi3_event_notification_request evtnotify_req; in mpi3mr_issue_event_notification() local2732 memset(&evtnotify_req, 0, sizeof(evtnotify_req)); in mpi3mr_issue_event_notification()2743 evtnotify_req.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_issue_event_notification()2744 evtnotify_req.function = MPI3_FUNCTION_EVENT_NOTIFICATION; in mpi3mr_issue_event_notification()2746 evtnotify_req.event_masks[i] = in mpi3mr_issue_event_notification()2749 retval = mpi3mr_admin_request_post(mrioc, &evtnotify_req, in mpi3mr_issue_event_notification()2750 sizeof(evtnotify_req), 1); in mpi3mr_issue_event_notification()