Home
last modified time | relevance | path

Searched defs:E1000EPciError (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e.rs205 ) -> Result<Self, E1000EPciError> { in new() argument
785 pub enum E1000EPciError { enum
803 impl From<PciError> for E1000EPciError { implementation