Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/de/
H A Dif_devar.h569 #define TULIP_HAVE_SLAVEDINTR 0x00000800 /* Board slaved interrupt */ macro
H A Dif_de.c2052 || !(root_sc->tulip_features & TULIP_HAVE_SLAVEDINTR)) in tulip_identify_compex_nic()
2059 sc->tulip_features |= TULIP_HAVE_SLAVEDINTR; in tulip_identify_compex_nic()
2062 } else if(sc->tulip_features & TULIP_HAVE_SLAVEDINTR) { in tulip_identify_compex_nic()
2593 sc->tulip_features |= TULIP_HAVE_SLAVEDINTR; in tulip_read_macaddr()
4296 if ((sc->tulip_features & TULIP_HAVE_SLAVEDINTR) == 0) { in tulip_pci_attach()