Home
last modified time | relevance | path

Searched refs:meoi_l3hlen (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c1376 if (data->itc_l3hlen != tx->itx_meoi.meoi_l3hlen) { in igc_tx_ring_context_changed()
1378 data->itc_l3hlen = tx->itx_meoi.meoi_l3hlen; in igc_tx_ring_context_changed()
1510 uint32_t len = tx->itx_meoi.meoi_l3hlen | in igc_tx_ring_write_descs()
1598 tx->itx_meoi.meoi_l2hlen - tx->itx_meoi.meoi_l3hlen - in igc_tx_ring_write_descs()
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c1358 meo.meoi_l3hlen); in vioif_send()
1361 meo.meoi_l3hlen); in vioif_send()
1364 len = meo.meoi_len - meo.meoi_l2hlen - meo.meoi_l3hlen; in vioif_send()
1374 vnh->vnh_hdr_len = meo.meoi_l2hlen + meo.meoi_l3hlen + in vioif_send()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_provider.h678 uint8_t meoi_l3hlen; /* How long is the header? */ member
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1707 tctx->itc_data_offsets |= (meo->meoi_l3hlen >> 2) << in i40e_tx_context()
1745 tctx->itc_data_offsets |= (meo->meoi_l3hlen >> 2) << in i40e_tx_context()
1786 (meo->meoi_l2hlen + meo->meoi_l3hlen + meo->meoi_l4hlen); in i40e_tx_context()
2382 meo->meoi_l2hlen + meo->meoi_l3hlen + meo->meoi_l4hlen; in i40e_lso_chain()
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_tx.c333 size_t hdr_len = meo->meoi_l2hlen + meo->meoi_l3hlen + meo->meoi_l4hlen; in ena_fill_tx_data_desc()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c1814 meoi->meoi_l3hlen = iplen; in mac_ether_offload_info()