Searched refs:get_erom_ent (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Daiutils.c49 get_erom_ent(si_t *sih, uint32 **eromptr, uint32 mask, uint32 match) function
88 asd = get_erom_ent(sih, eromptr, ER_VALID, ER_VALID);
98 *addrh = get_erom_ent(sih, eromptr, 0, 0);
104 szd = get_erom_ent(sih, eromptr, 0, 0);
107 *sizeh = get_erom_ent(sih, eromptr, 0, 0);
274 cia = get_erom_ent(sih, &eromptr, ER_TAG, ER_CI);
281 cib = get_erom_ent(sih, &eromptr, 0, 0);
326 mpd = get_erom_ent(sih, &eromptr, ER_VALID, ER_VALID);
560 if ((get_erom_ent(sih, &eromptr, ER_TAG, ER_CI) == cia) &&
561 (get_erom_ent(si
[all...]

Completed in 39 milliseconds