Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/de/
H A Dif_de.c2424 void (*vendor_identify_nic)(tulip_softc_t * const sc); member
2635 for (idx = 0; tulip_vendors[idx].vendor_identify_nic != NULL; idx++) { in tulip_read_macaddr()
2637 (*tulip_vendors[idx].vendor_identify_nic)(sc); in tulip_read_macaddr()