Home
last modified time | relevance | path

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

/trueos/sys/dev/txp/
HDif_txp.c2144 first_txd->tx_pflags = 0; in txp_encap()
2150 first_txd->tx_pflags |= htole32(TX_PFLAGS_IPCKSUM); in txp_encap()
2154 first_txd->tx_pflags |= htole32(TX_PFLAGS_TCPCKSUM); in txp_encap()
2156 first_txd->tx_pflags |= htole32(TX_PFLAGS_UDPCKSUM); in txp_encap()
2161 first_txd->tx_pflags |= in txp_encap()
2685 le32toh(txd->tx_pflags)); in txp_show_descriptor()
HDif_txpreg.h240 uint32_t tx_pflags; /* processing flags */ member