Home
last modified time | relevance | path

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

/dports/emulators/qemu42/qemu-4.2.1/hw/net/
H A De1000e_core.c2855 static uint32_t (*e1000e_macreg_readops[])(E1000ECore *, int) = { variable
3058 enum { E1000E_NREADOPS = ARRAY_SIZE(e1000e_macreg_readops) };
3257 } else if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_write()
3270 if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_read()
3274 val = e1000e_macreg_readops[index](core, index); in e1000e_core_read()
/dports/emulators/qemu/qemu-6.2.0/hw/net/
H A De1000e_core.c2854 static const readops e1000e_macreg_readops[] = { variable
3056 enum { E1000E_NREADOPS = ARRAY_SIZE(e1000e_macreg_readops) };
3255 } else if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_write()
3268 if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_read()
3272 val = e1000e_macreg_readops[index](core, index); in e1000e_core_read()
/dports/emulators/qemu60/qemu-6.0.0/hw/net/
H A De1000e_core.c2856 static const readops e1000e_macreg_readops[] = { variable
3058 enum { E1000E_NREADOPS = ARRAY_SIZE(e1000e_macreg_readops) };
3257 } else if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_write()
3270 if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_read()
3274 val = e1000e_macreg_readops[index](core, index); in e1000e_core_read()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/net/
H A De1000e_core.c2855 static uint32_t (*e1000e_macreg_readops[])(E1000ECore *, int) = { variable
3058 enum { E1000E_NREADOPS = ARRAY_SIZE(e1000e_macreg_readops) };
3257 } else if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_write()
3270 if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_read()
3274 val = e1000e_macreg_readops[index](core, index); in e1000e_core_read()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/net/
H A De1000e_core.c2854 static uint32_t (*e1000e_macreg_readops[])(E1000ECore *, int) = { variable
3057 enum { E1000E_NREADOPS = ARRAY_SIZE(e1000e_macreg_readops) };
3256 } else if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_write()
3269 if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_read()
3273 val = e1000e_macreg_readops[index](core, index); in e1000e_core_read()
/dports/emulators/qemu5/qemu-5.2.0/hw/net/
H A De1000e_core.c2863 static const readops e1000e_macreg_readops[] = { variable
3065 enum { E1000E_NREADOPS = ARRAY_SIZE(e1000e_macreg_readops) };
3264 } else if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_write()
3277 if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_read()
3281 val = e1000e_macreg_readops[index](core, index); in e1000e_core_read()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/net/
H A De1000e_core.c2863 static const readops e1000e_macreg_readops[] = { variable
3066 enum { E1000E_NREADOPS = ARRAY_SIZE(e1000e_macreg_readops) };
3266 } else if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_write()
3279 if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_read()
3283 val = e1000e_macreg_readops[index](core, index); in e1000e_core_read()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/net/
H A De1000e_core.c2854 static const readops e1000e_macreg_readops[] = {
3056 enum { E1000E_NREADOPS = ARRAY_SIZE(e1000e_macreg_readops) };
3255 } else if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) {
3268 if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) {
3272 val = e1000e_macreg_readops[index](core, index);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/net/
H A De1000e_core.c2859 static const readops e1000e_macreg_readops[] = { variable
3062 enum { E1000E_NREADOPS = ARRAY_SIZE(e1000e_macreg_readops) };
3262 } else if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_write()
3275 if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_read()
3279 val = e1000e_macreg_readops[index](core, index); in e1000e_core_read()