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.c1183 static const writeops macreg_writeops[] = { variable
1211 enum { NWRITEOPS = ARRAY_SIZE(macreg_writeops) };
1270 if (index < NWRITEOPS && macreg_writeops[index]) { in e1000_mmio_write()
1277 macreg_writeops[index](s, index, val); in e1000_mmio_write()