Lines Matching refs:dc_flags
915 if (sc->dc_flags & DC_128BIT_HASH) in dc_mchash_le()
919 if (sc->dc_flags & DC_64BIT_HASH) in dc_mchash_le()
2090 sc->dc_flags |= DC_TX_POLL | DC_TX_USE_TX_INTR; in dc_attach()
2091 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_attach()
2101 sc->dc_flags |= DC_TX_COALESCE | DC_TX_INTR_ALWAYS; in dc_attach()
2102 sc->dc_flags |= DC_REDUCED_MII_POLL | DC_TX_STORENFWD; in dc_attach()
2103 sc->dc_flags |= DC_TX_ALIGN; in dc_attach()
2111 sc->dc_flags |= DC_TX_USE_TX_INTR; in dc_attach()
2112 sc->dc_flags |= DC_TX_ADMTEK_WAR; in dc_attach()
2134 sc->dc_flags |= DC_64BIT_HASH; in dc_attach()
2135 sc->dc_flags |= DC_TX_USE_TX_INTR; in dc_attach()
2136 sc->dc_flags |= DC_TX_ADMTEK_WAR; in dc_attach()
2147 sc->dc_flags |= DC_21143_NWAY; in dc_attach()
2149 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_attach()
2150 sc->dc_flags |= DC_TX_POLL | DC_TX_USE_TX_INTR; in dc_attach()
2163 sc->dc_flags |= DC_128BIT_HASH; in dc_attach()
2165 sc->dc_flags |= DC_TX_POLL | DC_TX_USE_TX_INTR; in dc_attach()
2166 sc->dc_flags |= DC_REDUCED_MII_POLL | DC_21143_NWAY; in dc_attach()
2170 sc->dc_flags |= DC_TX_POLL | DC_TX_USE_TX_INTR; in dc_attach()
2171 sc->dc_flags |= DC_REDUCED_MII_POLL | DC_21143_NWAY; in dc_attach()
2175 sc->dc_flags |= DC_TX_POLL | DC_TX_USE_TX_INTR | DC_128BIT_HASH; in dc_attach()
2176 sc->dc_flags |= DC_REDUCED_MII_POLL | DC_21143_NWAY; in dc_attach()
2180 sc->dc_flags |= DC_TX_STORENFWD | DC_TX_INTR_ALWAYS; in dc_attach()
2181 sc->dc_flags |= DC_PNIC_RX_BUG_WAR; in dc_attach()
2194 sc->dc_flags |= DC_TX_USE_TX_INTR | DC_TX_INTR_FIRSTFRAG; in dc_attach()
2195 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_attach()
2200 sc->dc_flags |= DC_TX_INTR_ALWAYS | DC_TX_COALESCE | in dc_attach()
2211 sc->dc_flags |= DC_TX_INTR_ALWAYS; in dc_attach()
2212 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_attach()
2226 sc->dc_flags |= DC_TX_INTR_ALWAYS | DC_TX_COALESCE | in dc_attach()
2458 sc->dc_flags |= DC_21143_NWAY; in dc_attach()
2468 sc->dc_flags |= DC_TULIP_LEDS; in dc_attach()
2667 if (sc->dc_flags & DC_PNIC_RX_BUG_WAR) in dc_newbuf()
2845 if (sc->dc_flags & DC_PNIC_RX_BUG_WAR) { in dc_discard_rxbuf()
2896 if (sc->dc_flags & DC_PNIC_RX_BUG_WAR) { in dc_rxeof()
3108 if (sc->dc_flags & DC_TX_USE_TX_INTR) in dc_tick()
3111 if (sc->dc_flags & DC_REDUCED_MII_POLL) { in dc_tick()
3112 if (sc->dc_flags & DC_21143_NWAY) { in dc_tick()
3161 if (sc->dc_flags & DC_21143_NWAY && !sc->dc_link) in dc_tick()
3180 if ((sc->dc_flags & DC_TX_STORENFWD) == 0) { in dc_tx_underrun()
3391 if (sc->dc_flags & DC_TX_COALESCE && in dc_encap()
3392 ((*m_head)->m_next != NULL || sc->dc_flags & DC_TX_ALIGN)) { in dc_encap()
3459 if ((sc->dc_flags & DC_TX_ADMTEK_WAR) && in dc_encap()
3485 if (sc->dc_flags & DC_TX_INTR_FIRSTFRAG) in dc_encap()
3488 if (sc->dc_flags & DC_TX_INTR_ALWAYS) in dc_encap()
3490 if (sc->dc_flags & DC_TX_USE_TX_INTR && in dc_encap()
3576 if (!(sc->dc_flags & DC_TX_POLL)) in dc_start_locked()
3637 if (sc->dc_flags & DC_TX_POLL) in dc_init_locked()
3655 if (sc->dc_flags & DC_TX_STORENFWD) in dc_init_locked()
3749 if (sc->dc_flags & DC_TULIP_LEDS) { in dc_init_locked()
3779 if (sc->dc_flags & DC_21143_NWAY) in dc_init_locked()