Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1861 uint32_t chkflags, start, mss, lsoflags; in i40e_tx_context() local
1869 mac_hcksum_get(mp, &start, NULL, NULL, NULL, &chkflags); in i40e_tx_context()
1872 if (chkflags == 0 && lsoflags == 0) in i40e_tx_context()
1880 if (chkflags & HCK_IPV4_HDRCKSUM) { in i40e_tx_context()
1906 if (chkflags & HCK_PARTIALCKSUM) { in i40e_tx_context()
1912 if (!(chkflags & HCK_IPV4_HDRCKSUM)) { in i40e_tx_context()
1965 if ((chkflags & HCK_IPV4_HDRCKSUM) == 0 || in i40e_tx_context()
1966 (chkflags & HCK_PARTIALCKSUM) == 0) { in i40e_tx_context()