Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/txp/
H A Dif_txp.c2160 first_txd->tx_pflags = 0; in txp_encap()
2166 first_txd->tx_pflags |= htole32(TX_PFLAGS_IPCKSUM); in txp_encap()
2170 first_txd->tx_pflags |= htole32(TX_PFLAGS_TCPCKSUM); in txp_encap()
2172 first_txd->tx_pflags |= htole32(TX_PFLAGS_UDPCKSUM); in txp_encap()
2177 first_txd->tx_pflags |= in txp_encap()
2701 le32toh(txd->tx_pflags)); in txp_show_descriptor()
H A Dif_txpreg.h237 uint32_t tx_pflags; /* processing flags */ member