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

/freebsd-10.0-release/sys/dev/txp/
H A Dif_txpreg.h240 uint32_t tx_pflags; /* processing flags */ member in struct:txp_tx_desc
H A Dif_txp.c2144 first_txd->tx_pflags = 0;
2150 first_txd->tx_pflags |= htole32(TX_PFLAGS_IPCKSUM);
2154 first_txd->tx_pflags |= htole32(TX_PFLAGS_TCPCKSUM);
2156 first_txd->tx_pflags |= htole32(TX_PFLAGS_UDPCKSUM);
2161 first_txd->tx_pflags |=
2685 le32toh(txd->tx_pflags));

Completed in 165 milliseconds