Home
last modified time | relevance | path

Searched refs:medialeaf (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/net/tulip/
Deeprom.c113 kmalloc(sizeof(struct mediatable) + sizeof(struct medialeaf), GFP_KERNEL); in tulip_build_fake_mediatable()
233 kmalloc(sizeof(struct mediatable) + count*sizeof(struct medialeaf), in tulip_parse_eeprom()
247 struct medialeaf *leaf = &mtable->mleaf[i]; in tulip_parse_eeprom()
Dtulip.h338 struct medialeaf { struct
354 struct medialeaf mleaf[0]; argument
Dmedia.c187 struct medialeaf *mleaf = &mtable->mleaf[tp->cur_index]; in tulip_select_media()
212 struct medialeaf *rleaf = &mtable->mleaf[mtable->has_reset]; in tulip_select_media()
310 struct medialeaf *rleaf = &mtable->mleaf[mtable->has_reset]; in tulip_select_media()
Dtimer.c97 struct medialeaf *mleaf; in tulip_timer()