Searched refs:igb_macreg_writeops (Results 1 – 1 of 1) sorted by relevance
3685 static const writeops igb_macreg_writeops[] = { variable4130 enum { IGB_NWRITEOPS = ARRAY_SIZE(igb_macreg_writeops) };4241 if (index < IGB_NWRITEOPS && igb_macreg_writeops[index]) { in igb_core_write()4246 igb_macreg_writeops[index](core, index, val); in igb_core_write()