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