Home
last modified time | relevance | path

Searched refs:evtnotify_req (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/dev/mpi3mr/
H A Dmpi3mr.c2344 Mpi3EventNotificationRequest_t evtnotify_req; in mpi3mr_issue_event_notification() local
2348 memset(&evtnotify_req, 0, sizeof(evtnotify_req)); in mpi3mr_issue_event_notification()
2360 evtnotify_req.HostTag = (MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_issue_event_notification()
2361 evtnotify_req.Function = MPI3_FUNCTION_EVENT_NOTIFICATION; in mpi3mr_issue_event_notification()
2363 evtnotify_req.EventMasks[i] = in mpi3mr_issue_event_notification()
2366 retval = mpi3mr_submit_admin_cmd(sc, &evtnotify_req, in mpi3mr_issue_event_notification()
2367 sizeof(evtnotify_req)); in mpi3mr_issue_event_notification()