Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Digb_core.c3687 static const writeops igb_macreg_writeops[] = { variable
4132 enum { IGB_NWRITEOPS = ARRAY_SIZE(igb_macreg_writeops) };
4243 if (index < IGB_NWRITEOPS && igb_macreg_writeops[index]) { in igb_core_write()
4248 igb_macreg_writeops[index](core, index, val); in igb_core_write()