Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1234 uint32_t hckflags; in nxge_do_softlso() local
1356 hckflags = 0; in nxge_do_softlso()
1358 &start_offset, &stuff_offset, &value, NULL, &hckflags); in nxge_do_softlso()
1378 hckflags, start_offset, stuff_offset, in nxge_do_softlso()
1580 DB_CKSUMFLAGS(nmp) = (uint16_t)hckflags; in nxge_do_softlso()
1631 DB_CKSUMFLAGS(nmp) = (uint16_t)hckflags; in nxge_do_softlso()
1671 DB_CKSUMFLAGS(nmp) = (uint16_t)hckflags; in nxge_do_softlso()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c579 uint32_t hckflags; in ixgbe_get_context() local
594 mac_hcksum_get(mp, &start, NULL, NULL, NULL, &hckflags); in ixgbe_get_context()
597 if (hckflags == 0) { in ixgbe_get_context()
601 ctx->hcksum_flags = hckflags; in ixgbe_get_context()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c550 uint32_t hckflags; in eib_data_prepare_frame() local
561 mac_hcksum_get(mp, NULL, NULL, NULL, NULL, &hckflags); in eib_data_prepare_frame()
562 if ((hckflags & HCK_FULLCKSUM) == HCK_FULLCKSUM) { in eib_data_prepare_frame()
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c951 uint32_t hckflags; in xgell_ring_tx() local
1170 mac_hcksum_get(mp, NULL, NULL, NULL, NULL, &hckflags); in xgell_ring_tx()
1171 if (hckflags & HCK_IPV4_HDRCKSUM) { in xgell_ring_tx()
1175 if (hckflags & HCK_FULLCKSUM) { in xgell_ring_tx()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c6945 uint32_t hckflags; in ibd_send() local
7385 mac_hcksum_get(mp, NULL, NULL, NULL, NULL, &hckflags); in ibd_send()
7386 if ((hckflags & HCK_FULLCKSUM) == HCK_FULLCKSUM) in ibd_send()