Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/de/
H A Dif_de.c1766 if (sc->tulip_chipid <= TULIP_21040) in tulip_identify_dec_nic()
1781 if (sc->tulip_chipid == TULIP_21140 || sc->tulip_chipid == TULIP_21140A) { in tulip_identify_znyx_nic()
1876 if (sc->tulip_chipid == TULIP_21041) in tulip_identify_smc_nic()
1920 if (sc->tulip_chipid == TULIP_21140 || sc->tulip_chipid == TULIP_21140A) { in tulip_identify_cogent_nic()
1955 switch (sc->tulip_chipid) { in tulip_identify_accton_nic()
1984 if ((sc->tulip_chipid == TULIP_21140 || sc->tulip_chipid == TULIP_21140A) in tulip_identify_asante_nic()
2057 && root_sc->tulip_chipid == sc->tulip_chipid in tulip_identify_compex_nic()
2464 if (sc->tulip_chipid == TULIP_21041) { in tulip_read_macaddr()
2568 && root_sc->tulip_chipid == sc->tulip_chipid in tulip_read_macaddr()
3850 tulip_chipdescs[sc->tulip_chipid], in tulip_attach()
[all …]
H A Dif_devar.h477 tulip_chipid_t tulip_chipid; /* type of chip we are using */ member