Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/virtio/
H A Dtransport_pci.rs99 notify_region: NonNull<[WriteOnly<u16>]>, field
216 let notify_region = get_bar_region_slice::<_>(&device.standard_device_bar, &notify_cfg)?; in new() localVariable
233 notify_region, in new()
292 addr_of_mut!((*self.notify_region.as_ptr())[index]).vwrite(queue); in notify()