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