Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Dnet.rs53 RxDescriptorsExhausted, enumerator
90 RxDescriptorsExhausted => write!(f, "no rx descriptors available"), in fmt()
217 Err(NetError::RxDescriptorsExhausted) in process_rx()
369 Err(NetError::RxDescriptorsExhausted) => { in run()