Searched refs:e1000e_macreg_writeops (Results 1 – 1 of 1) sorted by relevance
3086 static const writeops e1000e_macreg_writeops[] = { variable3235 enum { E1000E_NWRITEOPS = ARRAY_SIZE(e1000e_macreg_writeops) };3277 if (index < E1000E_NWRITEOPS && e1000e_macreg_writeops[index]) { in e1000e_core_write()3282 e1000e_macreg_writeops[index](core, index, val); in e1000e_core_write()