morpheus_network::asm::drivers::virtio::rx

Function poll

Source
pub fn poll(vq: &mut VirtqueueState) -> Option<RxResult>
Expand description

Poll for received packet. Returns Some(RxResult) if packet ready, None otherwise.