Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/dc/
Dif_dcreg.h786 #define DC_TX_COALESCE 0x00000002 macro
Dif_dc.c2090 sc->dc_flags |= DC_TX_COALESCE | DC_TX_INTR_ALWAYS; in dc_attach()
2189 sc->dc_flags |= DC_TX_INTR_ALWAYS | DC_TX_COALESCE | in dc_attach()
2215 sc->dc_flags |= DC_TX_INTR_ALWAYS | DC_TX_COALESCE | in dc_attach()
3388 if (sc->dc_flags & DC_TX_COALESCE && in dc_encap()