Searched refs:meoi_l4hlen (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/mac/ |
H A D | mac_parsing.c | 68 uint8_t meoi_l4hlen; /* How long is the L4 header */ member 171 .meoi_l4hlen = sizeof (struct tcphdr), in build_tcp4() 194 .meoi_l4hlen = sizeof (struct tcphdr), in build_tcp6() 222 .meoi_l4hlen = sizeof (struct tcphdr), in build_frag_v4() 278 .meoi_l4hlen = sizeof (struct tcphdr), in build_frag_v6() 297 fnvlist_add_uint8(out, "meoi_l4hlen", meoi->meoi_l4hlen); in meoi_to_nvlist()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_ktest.c | 508 meoi->meoi_l4hlen = u8_val; in nvlist_to_meoi() 647 KT_ASSERT3UG(result.meoi_l4hlen, ==, expect->meoi_l4hlen, ctx, done); in mac_ether_offload_info_test() 673 KT_ASSERT3UG(result->meoi_l4hlen, ==, expect->meoi_l4hlen, ctx, done); in mac_partial_offload_info_test()
|
H A D | mac_provider.c | 2284 meoi->meoi_l4hlen = l4_sz; in mac_partial_offload_info() 2287 const size_t l4_end = l3_end + (size_t)meoi->meoi_l4hlen; in mac_partial_offload_info()
|
H A D | mac_util.c | 252 (do_ulp_cksum ? meoi.meoi_l4hlen : 0); in mac_sw_cksum()
|
/illumos-gate/usr/src/uts/common/io/igc/ |
H A D | igc_ring.c | 1391 if (data->itc_l4hlen != tx->itx_meoi.meoi_l4hlen) { in igc_tx_ring_context_changed() 1393 data->itc_l4hlen = tx->itx_meoi.meoi_l4hlen; in igc_tx_ring_context_changed() 1541 l4idx |= tx->itx_meoi.meoi_l4hlen << in igc_tx_ring_write_descs() 1599 tx->itx_meoi.meoi_l4hlen; in igc_tx_ring_write_descs()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mac_provider.h | 685 uint8_t meoi_l4hlen; /* How long is the L4 header */ member
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_transceiver.c | 1767 tctx->itc_data_offsets |= (meo->meoi_l4hlen >> 2) << in i40e_tx_context() 1789 (meo->meoi_l2hlen + meo->meoi_l3hlen + meo->meoi_l4hlen); in i40e_tx_context() 2385 meo->meoi_l2hlen + meo->meoi_l3hlen + meo->meoi_l4hlen; in i40e_lso_chain()
|
/illumos-gate/usr/src/uts/common/io/ena/ |
H A D | ena_tx.c | 365 size_t hdr_len = meo->meoi_l2hlen + meo->meoi_l3hlen + meo->meoi_l4hlen; in ena_fill_tx_data_desc()
|
/illumos-gate/usr/src/uts/intel/io/viona/ |
H A D | viona_tx.c | 655 meoi->meoi_l2hlen + meoi->meoi_l3hlen + meoi->meoi_l4hlen; in viona_tx_copy_headers()
|
/illumos-gate/usr/src/uts/common/io/vioif/ |
H A D | vioif.c | 1372 meo.meoi_l4hlen; in vioif_send()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 2682 ctrl |= V_LSO_TCPHDR_LEN(meoi->meoi_l4hlen / 4); in write_txpkt_wr()
|