Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_dc_pci.c230 sc->dc_flags |= DC_TX_POLL|DC_TX_USE_TX_INTR; in dc_pci_attach()
231 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_pci_attach()
239 sc->dc_flags |= DC_TX_POLL|DC_TX_USE_TX_INTR; in dc_pci_attach()
240 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_pci_attach()
250 sc->dc_flags |= DC_TX_COALESCE|DC_TX_INTR_ALWAYS; in dc_pci_attach()
251 sc->dc_flags |= DC_REDUCED_MII_POLL|DC_TX_STORENFWD; in dc_pci_attach()
252 sc->dc_flags |= DC_TX_ALIGN; in dc_pci_attach()
268 sc->dc_flags |= DC_TX_USE_TX_INTR; in dc_pci_attach()
269 sc->dc_flags |= DC_TX_ADMTEK_WAR; in dc_pci_attach()
280 sc->dc_flags |= DC_TX_USE_TX_INTR; in dc_pci_attach()
[all …]
/openbsd-src/sys/dev/cardbus/
H A Dif_dc_cardbus.c163 sc->dc_flags |= DC_TX_POLL|DC_TX_USE_TX_INTR; in dc_cardbus_attach()
164 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_cardbus_attach()
173 sc->dc_flags |= DC_TX_INTR_ALWAYS|DC_TX_COALESCE | in dc_cardbus_attach()
196 sc->dc_flags |= DC_TX_USE_TX_INTR|DC_TX_ADMTEK_WAR | in dc_cardbus_attach()
/openbsd-src/sys/dev/ic/
H A Ddc.c854 if (sc->dc_flags & DC_128BIT_HASH) in dc_crc_le()
858 if (sc->dc_flags & DC_64BIT_HASH) in dc_crc_le()
1674 (sc->dc_flags & DC_TX_COALESCE) ? 1 : DC_TX_LIST_CNT - 5, in dc_attach()
1682 (sc->dc_flags & DC_TX_COALESCE) ? 1 : DC_TX_LIST_CNT - 5, in dc_attach()
1743 sc->dc_flags |= DC_21143_NWAY; in dc_attach()
1744 if (sc->dc_flags & DC_MOMENCO_BOTCH) in dc_attach()
1750 sc->dc_flags &= ~DC_TULIP_LEDS; in dc_attach()
1899 if (sc->dc_flags & DC_PNIC_RX_BUG_WAR) in dc_newbuf()
2108 if (sc->dc_flags & DC_PNIC_RX_BUG_WAR) { in dc_rxeof()
2306 if (sc->dc_flags in dc_tick()
[all...]
H A Ddcreg.h733 u_int32_t dc_flags; member
/openbsd-src/usr.sbin/tcpdump/
H A Ddecnet.h451 byte dc_flags; /* message flags */ member