FreeBSD kernel /amd64 XEN device code
notify_data Struct Reference

Data Fields

uint64_t index
 
uint32_t action
 
uint32_t event_channel_port
 
xen_intr_handle_t notify_evtchn_handle
 

Detailed Description

Definition at line 221 of file gntdev.c.

Field Documentation

◆ action

uint32_t notify_data::action

Definition at line 223 of file gntdev.c.

Referenced by copy_notify_helper().

◆ event_channel_port

uint32_t notify_data::event_channel_port

Definition at line 224 of file gntdev.c.

Referenced by copy_notify_helper().

◆ index

uint64_t notify_data::index

Definition at line 222 of file gntdev.c.

Referenced by copy_notify_helper(), and notify_unmap_cleanup().

◆ notify_evtchn_handle

xen_intr_handle_t notify_data::notify_evtchn_handle

Definition at line 225 of file gntdev.c.

Referenced by copy_notify_helper().


The documentation for this struct was generated from the following file: