Searched refs:stuff_offset (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_send.c | 128 t_uscalar_t stuff_offset = 0; in hxge_start() local 166 mac_hcksum_get(mp, &start_offset, &stuff_offset, &end_offset, &value, in hxge_start() 170 stuff_offset += sizeof (ether_header_t); in hxge_start() 173 stuff_offset += sizeof (struct ether_vlan_header); in hxge_start() 596 mac_hcksum_get(mp, &start_offset, &stuff_offset, in hxge_start() 662 cksum_flags, start_offset, stuff_offset)); in hxge_start() 665 tmp_len = (uint64_t)(stuff_offset >> 1); in hxge_start() 672 cksum_flags, start_offset, stuff_offset)); in hxge_start() 748 stuff_offset, start_offset, in hxge_start() 758 stuff_offset, start_offset, pkt_len, ngathers, sop_index)); in hxge_start() [all …]
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 177 t_uscalar_t stuff_offset = 0; in nxge_start() local 279 mac_hcksum_get(mp, &start_offset, &stuff_offset, &end_offset, in nxge_start() 283 stuff_offset += sizeof (ether_header_t); in nxge_start() 286 stuff_offset += sizeof (struct ether_vlan_header); in nxge_start() 302 start_offset, stuff_offset); in nxge_start() 815 &stuff_offset, &end_offset, &value, in nxge_start() 956 stuff_offset, start_offset, in nxge_start() 967 stuff_offset, start_offset, in nxge_start() 977 stuff_offset, start_offset, in nxge_start() 1278 t_uscalar_t stuff_offset = 0; in nxge_do_softlso() local [all …]
|
H A D | nxge_txdma.c | 457 t_uscalar_t stuff_offset) in nxge_fill_tx_hdr() argument 655 (((uint64_t)(stuff_offset >> 1)) << in nxge_fill_tx_hdr() 682 stuff_len = stuff_offset; in nxge_fill_tx_hdr() 712 (((uint64_t)(stuff_offset >> 1)) << in nxge_fill_tx_hdr() 720 stuff_offset, in nxge_fill_tx_hdr()
|
/titanic_41/usr/src/uts/common/io/hme/ |
H A D | hme.c | 2297 uint32_t stuff_offset; in hmestart() local 2299 mac_hcksum_get(mp, &start_offset, &stuff_offset, NULL, NULL, &flags); in hmestart() 2304 stuff_offset += sizeof (struct ether_header) + 4; in hmestart() 2307 stuff_offset += sizeof (struct ether_header); in hmestart() 2311 (stuff_offset << HMETMD_CSSTUFF_SHIFT); in hmestart() 2346 (stuff_offset > HMETMD_CSSTUFF_MAX))) { in hmestart() 2350 bcopy(&sum, tbuf->kaddr + stuff_offset, sizeof (sum)); in hmestart()
|
/titanic_41/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 3457 uint_t stuff_offset = 0; in eri_send_msg() local 3473 mac_hcksum_get(mp, &start_offset, &stuff_offset, NULL, NULL, &flags); in eri_send_msg() 3478 stuff_offset += ETHERHEADER_SIZE + 4; in eri_send_msg() 3481 stuff_offset += ETHERHEADER_SIZE; in eri_send_msg() 3554 (stuff_offset << ERI_TMD_CSSTUFF_SHIFT); in eri_send_msg()
|