Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A De1000.c200 static void (*phyreg_writeops[])(E1000State *, int, uint16_t) = { variable
204 enum { NPHYWRITEOPS = ARRAY_SIZE(phyreg_writeops) };
455 if (addr < NPHYWRITEOPS && phyreg_writeops[addr]) { in set_mdic()
456 phyreg_writeops[addr](s, index, data); in set_mdic()