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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_tx.c609 #define TCP_CS_OFFSET 16 macro
611 #define UDP_TCP_CS_OFFSET_DIFF (TCP_CS_OFFSET - UDP_CS_OFFSET)
788 if (lso || ((csStuff - csStart) == TCP_CS_OFFSET))
796 pTxPkt->tx_info.tcp_pseudo_csum = ntohs(*((u16_t *)&pL4Hdr[TCP_CS_OFFSET]));

Completed in 58 milliseconds