Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/virtio/
Dtransport_pci.rs84 notify_region: NonNull<[WriteOnly<u16>]>, field
170 let notify_region = get_bar_region_slice::<_>(&device.standard_device_bar, &notify_cfg)?; in new() localVariable
187 notify_region, in new()
243 addr_of_mut!((*self.notify_region.as_ptr())[index]).vwrite(queue); in notify()