Searched refs:evtnotify_req (Results 1 – 1 of 1) sorted by relevance
3276 struct mpi3_event_notification_request evtnotify_req; in mpi3mr_issue_event_notification() local3280 memset(&evtnotify_req, 0, sizeof(evtnotify_req)); in mpi3mr_issue_event_notification()3291 evtnotify_req.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_issue_event_notification()3292 evtnotify_req.function = MPI3_FUNCTION_EVENT_NOTIFICATION; in mpi3mr_issue_event_notification()3294 evtnotify_req.event_masks[i] = in mpi3mr_issue_event_notification()3297 retval = mpi3mr_admin_request_post(mrioc, &evtnotify_req, in mpi3mr_issue_event_notification()3298 sizeof(evtnotify_req), 1); in mpi3mr_issue_event_notification()