Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1672 uint32_t chkflags, start, mss, lsoflags; in i40e_tx_context() local
1680 mac_hcksum_get(mp, &start, NULL, NULL, NULL, &chkflags); in i40e_tx_context()
1683 if (chkflags == 0 && lsoflags == 0) in i40e_tx_context()
1691 if (chkflags & HCK_IPV4_HDRCKSUM) { in i40e_tx_context()
1717 if (chkflags & HCK_PARTIALCKSUM) { in i40e_tx_context()
1723 if (!(chkflags & HCK_IPV4_HDRCKSUM)) { in i40e_tx_context()
1777 (chkflags & HCK_IPV4_HDRCKSUM) == 0) || in i40e_tx_context()
1778 (chkflags & HCK_PARTIALCKSUM) == 0) { in i40e_tx_context()
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c1541 uint8_t *inlinehdrs, size_t inlinelen, uint32_t chkflags, in mlxcx_sq_add_buffer() argument
1590 if (chkflags & HCK_IPV4_HDRCKSUM) { in mlxcx_sq_add_buffer()
1595 if (chkflags & HCK_FULLCKSUM) { in mlxcx_sq_add_buffer()
2036 uint32_t chkflags = 0; in mlxcx_rx_completion() local
2119 chkflags |= HCK_FULLCKSUM_OK; in mlxcx_rx_completion()
2122 chkflags |= HCK_IPV4_HDRCKSUM_OK; in mlxcx_rx_completion()
2124 if (chkflags != 0) { in mlxcx_rx_completion()
2126 chkflags); in mlxcx_rx_completion()
H A Dmlxcx_gld.c516 uint32_t chkflags = 0; in mlxcx_mac_ring_tx() local
523 mac_hcksum_get(mp, NULL, NULL, NULL, NULL, &chkflags); in mlxcx_mac_ring_tx()
599 chkflags, b); in mlxcx_mac_ring_tx()