Searched refs:hckflags (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 1256 uint32_t hckflags; in nxge_do_softlso() local 1378 hckflags = 0; in nxge_do_softlso() 1380 &start_offset, &stuff_offset, &value, NULL, &hckflags); in nxge_do_softlso() 1400 hckflags, start_offset, stuff_offset, in nxge_do_softlso() 1602 DB_CKSUMFLAGS(nmp) = (uint16_t)hckflags; in nxge_do_softlso() 1653 DB_CKSUMFLAGS(nmp) = (uint16_t)hckflags; in nxge_do_softlso() 1693 DB_CKSUMFLAGS(nmp) = (uint16_t)hckflags; in nxge_do_softlso()
|
/titanic_44/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_tx.c | 698 uint32_t hckflags; in ixgbe_get_context() local 712 mac_hcksum_get(mp, &start, NULL, NULL, NULL, &hckflags); in ixgbe_get_context() 715 if (hckflags == 0) { in ixgbe_get_context() 719 ctx->hcksum_flags = hckflags; in ixgbe_get_context()
|
/titanic_44/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_data.c | 550 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()
|
/titanic_44/usr/src/uts/common/io/xge/drv/ |
H A D | xgell.c | 951 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()
|
/titanic_44/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd.c | 6945 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()
|