Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c414 } else if (sc->tulip_chipid != TULIP_21041 || (sc->tulip_flags & TULIP_DIDNWAY) == 0) { in tulip_linkup()
2048 if (sc->tulip_chipid <= TULIP_21040) in tulip_identify_dec_nic()
2065 if (sc->tulip_chipid == TULIP_21140 || sc->tulip_chipid == TULIP_21140A) { in tulip_identify_znyx_nic()
2107 if (sc->tulip_chipid == TULIP_21041) { in tulip_identify_znyx_nic()
2161 if (sc->tulip_chipid == TULIP_21041) in tulip_identify_smc_nic()
2163 if (sc->tulip_chipid != TULIP_21040) { in tulip_identify_smc_nic()
2206 if (sc->tulip_chipid == TULIP_21140 || sc->tulip_chipid == TULIP_21140A) { in tulip_identify_cogent_nic()
2232 } else if (sc->tulip_chipid == TULIP_21040) { in tulip_identify_cogent_nic()
2242 switch (sc->tulip_chipid) { in tulip_identify_accton_nic()
2272 if ((sc->tulip_chipid == TULIP_21140 || sc->tulip_chipid == TULIP_21140A) in tulip_identify_asante_nic()
[all …]
H A Dif_devar.h542 tulip_chipid_t tulip_chipid; /* type of chip we are using */ member