E1000_TXD_CMD_TCP
E1000_TXD_CMD_TCP; /* Do TCP checksum */
cmd |= E1000_TXD_CMD_TCP;
if (sc->esc_txctx.cmd_and_length & E1000_TXD_CMD_TCP) {
tcp = (sc->esc_txctx.cmd_and_length & E1000_TXD_CMD_TCP) != 0;