Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A De1000e_core.c3086 static const writeops e1000e_macreg_writeops[] = { variable
3235 enum { E1000E_NWRITEOPS = ARRAY_SIZE(e1000e_macreg_writeops) };
3277 if (index < E1000E_NWRITEOPS && e1000e_macreg_writeops[index]) { in e1000e_core_write()
3282 e1000e_macreg_writeops[index](core, index, val); in e1000e_core_write()