Lines Matching refs:dc_flags
920 if (sc->dc_flags & DC_128BIT_HASH) in dc_mchash_le()
924 if (sc->dc_flags & DC_64BIT_HASH) in dc_mchash_le()
2079 sc->dc_flags |= DC_TX_POLL | DC_TX_USE_TX_INTR; in dc_attach()
2080 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_attach()
2090 sc->dc_flags |= DC_TX_COALESCE | DC_TX_INTR_ALWAYS; in dc_attach()
2091 sc->dc_flags |= DC_REDUCED_MII_POLL | DC_TX_STORENFWD; in dc_attach()
2092 sc->dc_flags |= DC_TX_ALIGN; in dc_attach()
2100 sc->dc_flags |= DC_TX_USE_TX_INTR; in dc_attach()
2101 sc->dc_flags |= DC_TX_ADMTEK_WAR; in dc_attach()
2123 sc->dc_flags |= DC_64BIT_HASH; in dc_attach()
2124 sc->dc_flags |= DC_TX_USE_TX_INTR; in dc_attach()
2125 sc->dc_flags |= DC_TX_ADMTEK_WAR; in dc_attach()
2136 sc->dc_flags |= DC_21143_NWAY; in dc_attach()
2138 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_attach()
2139 sc->dc_flags |= DC_TX_POLL | DC_TX_USE_TX_INTR; in dc_attach()
2152 sc->dc_flags |= DC_128BIT_HASH; in dc_attach()
2154 sc->dc_flags |= DC_TX_POLL | DC_TX_USE_TX_INTR; in dc_attach()
2155 sc->dc_flags |= DC_REDUCED_MII_POLL | DC_21143_NWAY; in dc_attach()
2159 sc->dc_flags |= DC_TX_POLL | DC_TX_USE_TX_INTR; in dc_attach()
2160 sc->dc_flags |= DC_REDUCED_MII_POLL | DC_21143_NWAY; in dc_attach()
2164 sc->dc_flags |= DC_TX_POLL | DC_TX_USE_TX_INTR | DC_128BIT_HASH; in dc_attach()
2165 sc->dc_flags |= DC_REDUCED_MII_POLL | DC_21143_NWAY; in dc_attach()
2169 sc->dc_flags |= DC_TX_STORENFWD | DC_TX_INTR_ALWAYS; in dc_attach()
2170 sc->dc_flags |= DC_PNIC_RX_BUG_WAR; in dc_attach()
2183 sc->dc_flags |= DC_TX_USE_TX_INTR | DC_TX_INTR_FIRSTFRAG; in dc_attach()
2184 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_attach()
2189 sc->dc_flags |= DC_TX_INTR_ALWAYS | DC_TX_COALESCE | in dc_attach()
2200 sc->dc_flags |= DC_TX_INTR_ALWAYS; in dc_attach()
2201 sc->dc_flags |= DC_REDUCED_MII_POLL; in dc_attach()
2215 sc->dc_flags |= DC_TX_INTR_ALWAYS | DC_TX_COALESCE | in dc_attach()
2455 sc->dc_flags |= DC_21143_NWAY; in dc_attach()
2465 sc->dc_flags |= DC_TULIP_LEDS; in dc_attach()
2664 if (sc->dc_flags & DC_PNIC_RX_BUG_WAR) in dc_newbuf()
2842 if (sc->dc_flags & DC_PNIC_RX_BUG_WAR) { in dc_discard_rxbuf()
2893 if (sc->dc_flags & DC_PNIC_RX_BUG_WAR) { in dc_rxeof()
3105 if (sc->dc_flags & DC_TX_USE_TX_INTR) in dc_tick()
3108 if (sc->dc_flags & DC_REDUCED_MII_POLL) { in dc_tick()
3109 if (sc->dc_flags & DC_21143_NWAY) { in dc_tick()
3158 if (sc->dc_flags & DC_21143_NWAY && !sc->dc_link) in dc_tick()
3177 if ((sc->dc_flags & DC_TX_STORENFWD) == 0) { in dc_tx_underrun()
3388 if (sc->dc_flags & DC_TX_COALESCE && in dc_encap()
3389 ((*m_head)->m_next != NULL || sc->dc_flags & DC_TX_ALIGN)) { in dc_encap()
3456 if ((sc->dc_flags & DC_TX_ADMTEK_WAR) && in dc_encap()
3482 if (sc->dc_flags & DC_TX_INTR_FIRSTFRAG) in dc_encap()
3485 if (sc->dc_flags & DC_TX_INTR_ALWAYS) in dc_encap()
3487 if (sc->dc_flags & DC_TX_USE_TX_INTR && in dc_encap()
3573 if (!(sc->dc_flags & DC_TX_POLL)) in dc_start_locked()
3634 if (sc->dc_flags & DC_TX_POLL) in dc_init_locked()
3652 if (sc->dc_flags & DC_TX_STORENFWD) in dc_init_locked()
3746 if (sc->dc_flags & DC_TULIP_LEDS) { in dc_init_locked()
3776 if (sc->dc_flags & DC_21143_NWAY) in dc_init_locked()