i82557.c | 193 void fxp_read_eeprom(struct fxp_softc *, uint16_t *, int, int); 543 fxp_read_eeprom(sc, &data, 6, 1); 550 fxp_read_eeprom(sc, myea, 0, 3); 575 fxp_read_eeprom(sc, &data, 10, 1); 594 fxp_read_eeprom(sc, &data, 3, 1); 697 fxp_read_eeprom(struct fxp_softc *sc, uint16_t *data, int offset, int words) function in typeref:typename:void 787 fxp_read_eeprom(sc, &data, i, 1); 792 fxp_read_eeprom(sc, &data, i, 1);
|