Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/dc/
H A Dif_dcreg.h751 #define DC_TX_ALIGN 0x00010000 macro
H A Dif_dc.c1905 sc->dc_flags |= DC_TX_ALIGN; in dc_attach()
1995 DC_TX_ALIGN); in dc_attach()
3111 (m_head->m_next != NULL || (sc->dc_flags & DC_TX_ALIGN))) { in dc_start()