Home
last modified time | relevance | path

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

/qemu/hw/net/
H A De1000e_core.c3084 enum { E1000E_NREADOPS = ARRAY_SIZE(e1000e_macreg_readops) }; enumerator
3285 } else if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_write()
3298 if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_read()