Searched refs:e1000e_macreg_readops (Results 1 – 1 of 1) sorted by relevance
2880 static const readops e1000e_macreg_readops[] = { variable3082 enum { E1000E_NREADOPS = ARRAY_SIZE(e1000e_macreg_readops) };3283 } else if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_write()3296 if (index < E1000E_NREADOPS && e1000e_macreg_readops[index]) { in e1000e_core_read()3300 val = e1000e_macreg_readops[index](core, index); in e1000e_core_read()