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

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

Completed in 108 milliseconds