Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/txp/
H A Dif_txpreg.h249 #define TX_PFLAGS_TCPCKSUM 0x00000004 /* tcp checksum */ macro
H A Dif_txp.c1271 txd->tx_pflags |= TX_PFLAGS_TCPCKSUM; in txp_start()