Lines Matching refs:dc_flags

910 	if (sc->dc_flags & DC_128BIT_HASH)  in dc_mchash_le()
914 if (sc->dc_flags & DC_64BIT_HASH) in dc_mchash_le()
2085 sc->dc_flags |= DC_TX_POLL | DC_TX_USE_TX_INTR; in dc_attach()
2086 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_attach()
2096 sc->dc_flags |= DC_TX_COALESCE | DC_TX_INTR_ALWAYS; in dc_attach()
2097 sc->dc_flags |= DC_REDUCED_MII_POLL | DC_TX_STORENFWD; in dc_attach()
2098 sc->dc_flags |= DC_TX_ALIGN; in dc_attach()
2106 sc->dc_flags |= DC_TX_USE_TX_INTR; in dc_attach()
2107 sc->dc_flags |= DC_TX_ADMTEK_WAR; in dc_attach()
2129 sc->dc_flags |= DC_64BIT_HASH; in dc_attach()
2130 sc->dc_flags |= DC_TX_USE_TX_INTR; in dc_attach()
2131 sc->dc_flags |= DC_TX_ADMTEK_WAR; in dc_attach()
2142 sc->dc_flags |= DC_21143_NWAY; in dc_attach()
2144 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_attach()
2145 sc->dc_flags |= DC_TX_POLL | DC_TX_USE_TX_INTR; in dc_attach()
2158 sc->dc_flags |= DC_128BIT_HASH; in dc_attach()
2160 sc->dc_flags |= DC_TX_POLL | DC_TX_USE_TX_INTR; in dc_attach()
2161 sc->dc_flags |= DC_REDUCED_MII_POLL | DC_21143_NWAY; 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 | DC_128BIT_HASH; in dc_attach()
2171 sc->dc_flags |= DC_REDUCED_MII_POLL | DC_21143_NWAY; in dc_attach()
2175 sc->dc_flags |= DC_TX_STORENFWD | DC_TX_INTR_ALWAYS; in dc_attach()
2176 sc->dc_flags |= DC_PNIC_RX_BUG_WAR; in dc_attach()
2189 sc->dc_flags |= DC_TX_USE_TX_INTR | DC_TX_INTR_FIRSTFRAG; in dc_attach()
2190 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_attach()
2195 sc->dc_flags |= DC_TX_INTR_ALWAYS | DC_TX_COALESCE | in dc_attach()
2206 sc->dc_flags |= DC_TX_INTR_ALWAYS; in dc_attach()
2207 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_attach()
2221 sc->dc_flags |= DC_TX_INTR_ALWAYS | DC_TX_COALESCE | in dc_attach()
2447 sc->dc_flags |= DC_21143_NWAY; in dc_attach()
2457 sc->dc_flags |= DC_TULIP_LEDS; in dc_attach()
2654 if (sc->dc_flags & DC_PNIC_RX_BUG_WAR) in dc_newbuf()
2832 if (sc->dc_flags & DC_PNIC_RX_BUG_WAR) { in dc_discard_rxbuf()
2883 if (sc->dc_flags & DC_PNIC_RX_BUG_WAR) { in dc_rxeof()
3095 if (sc->dc_flags & DC_TX_USE_TX_INTR) in dc_tick()
3098 if (sc->dc_flags & DC_REDUCED_MII_POLL) { in dc_tick()
3099 if (sc->dc_flags & DC_21143_NWAY) { in dc_tick()
3148 if (sc->dc_flags & DC_21143_NWAY && !sc->dc_link) in dc_tick()
3167 if ((sc->dc_flags & DC_TX_STORENFWD) == 0) { in dc_tx_underrun()
3378 if (sc->dc_flags & DC_TX_COALESCE && in dc_encap()
3379 ((*m_head)->m_next != NULL || sc->dc_flags & DC_TX_ALIGN)) { in dc_encap()
3446 if ((sc->dc_flags & DC_TX_ADMTEK_WAR) && in dc_encap()
3472 if (sc->dc_flags & DC_TX_INTR_FIRSTFRAG) in dc_encap()
3475 if (sc->dc_flags & DC_TX_INTR_ALWAYS) in dc_encap()
3477 if (sc->dc_flags & DC_TX_USE_TX_INTR && in dc_encap()
3563 if (!(sc->dc_flags & DC_TX_POLL)) in dc_start_locked()
3624 if (sc->dc_flags & DC_TX_POLL) in dc_init_locked()
3642 if (sc->dc_flags & DC_TX_STORENFWD) in dc_init_locked()
3736 if (sc->dc_flags & DC_TULIP_LEDS) { in dc_init_locked()
3766 if (sc->dc_flags & DC_21143_NWAY) in dc_init_locked()