Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/dc/
Dif_dcreg.h800 #define DC_TX_ALIGN 0x00010000 /* align mbuf on tx */ macro
Dif_dc.c2092 sc->dc_flags |= DC_TX_ALIGN; in dc_attach()
2190 DC_TX_ALIGN; in dc_attach()
2216 DC_TX_ALIGN; in dc_attach()
3389 ((*m_head)->m_next != NULL || sc->dc_flags & DC_TX_ALIGN)) { in dc_encap()