Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c601 uint32_t lso_cksum; in igb_get_tx_context() local
670 lso_cksum = HCK_PARTIALCKSUM; in igb_get_tx_context()
696 lso_cksum |= HCK_IPV4_HDRCKSUM; in igb_get_tx_context()
740 if ((ctx->hcksum_flags & lso_cksum) != lso_cksum) { in igb_get_tx_context()
744 lso_cksum); in igb_get_tx_context()