Searched defs:hckflags (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c697 uint32_t hckflags; local
711 mac_hcksum_get(mp, &start, NULL, NULL, NULL, &hckflags);
714 if (hckflags == 0) {
718 ctx->hcksum_flags = hckflags;
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c550 uint32_t hckflags; local
561 mac_hcksum_get(mp, NULL, NULL, NULL, NULL, &hckflags);
562 if ((hckflags & HCK_FULLCKSUM) == HCK_FULLCKSUM) {
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1256 uint32_t hckflags; local
1378 hckflags = 0;
1380 &start_offset, &stuff_offset, &value, NULL, &hckflags);
1394 "hckflags 0x%x start_offset %d stuff_offset %d "
1400 hckflags, start_offset, stuff_offset,
1602 DB_CKSUMFLAGS(nmp) = (uint16_t)hckflags;
1653 DB_CKSUMFLAGS(nmp) = (uint16_t)hckflags;
1693 DB_CKSUMFLAGS(nmp) = (uint16_t)hckflags;
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c951 uint32_t hckflags; local
1170 mac_hcksum_get(mp, NULL, NULL, NULL, NULL, &hckflags);
1171 if (hckflags & HCK_IPV4_HDRCKSUM) {
1175 if (hckflags & HCK_FULLCKSUM) {
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c6945 uint32_t hckflags; local
7385 mac_hcksum_get(mp, NULL, NULL, NULL, NULL, &hckflags);
7386 if ((hckflags & HCK_FULLCKSUM) == HCK_FULLCKSUM)

Completed in 297 milliseconds