Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A De1000.c1132 static const readops macreg_readops[] = { variable
1179 enum { NREADOPS = ARRAY_SIZE(macreg_readops) };
1282 } else if (index < NREADOPS && macreg_readops[index]) { in e1000_mmio_write()
1297 if (index < NREADOPS && macreg_readops[index]) { in e1000_mmio_read()
1304 return macreg_readops[index](s, index); in e1000_mmio_read()