Searched refs:evtnotify_req (Results 1 – 1 of 1) sorted by relevance
3490 struct mpi3_event_notification_request evtnotify_req; in mpi3mr_issue_event_notification() local3494 memset(&evtnotify_req, 0, sizeof(evtnotify_req)); in mpi3mr_issue_event_notification()3505 evtnotify_req.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_issue_event_notification()3506 evtnotify_req.function = MPI3_FUNCTION_EVENT_NOTIFICATION; in mpi3mr_issue_event_notification()3508 evtnotify_req.event_masks[i] = in mpi3mr_issue_event_notification()3511 retval = mpi3mr_admin_request_post(mrioc, &evtnotify_req, in mpi3mr_issue_event_notification()3512 sizeof(evtnotify_req), 1); in mpi3mr_issue_event_notification()