Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A De1000.c1181 static const writeops macreg_writeops[] = { variable
1209 enum { NWRITEOPS = ARRAY_SIZE(macreg_writeops) };
1267 if (index < NWRITEOPS && macreg_writeops[index]) { in e1000_mmio_write()
1274 macreg_writeops[index](s, index, val); in e1000_mmio_write()