Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A De1000e_core.c3235 enum { E1000E_NWRITEOPS = ARRAY_SIZE(e1000e_macreg_writeops) }; enumerator
3277 if (index < E1000E_NWRITEOPS && e1000e_macreg_writeops[index]) { in e1000e_core_write()