Searched refs:phyreg_writeops (Results 1 – 1 of 1) sorted by relevance
198 static void (*phyreg_writeops[])(E1000State *, int, uint16_t) = { variable202 enum { NPHYWRITEOPS = ARRAY_SIZE(phyreg_writeops) };453 if (addr < NPHYWRITEOPS && phyreg_writeops[addr]) { in set_mdic()454 phyreg_writeops[addr](s, index, data); in set_mdic()