Searched defs:l4_hdr_len (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c186 hdr_len = ctx->mac_hdr_len + ctx->ip_hdr_len + ctx->l4_hdr_len;
609 uint32_t l4_hdr_len; local
739 l4_hdr_len = TCP_HDR_LENGTH((tcph_t *)pos);
744 l4_hdr_len = 0;
750 ctx->l4_hdr_len = l4_hdr_len;
775 * l4_hdr_len (only check for LSO)
787 (ctx->l4_hdr_len != last->l4_hdr_len))) ||
845 (ctx->l4_hdr_len << E1000_ADVTXD_L4LEN_SHIF
[all...]
H A Digb_sw.h359 uint32_t l4_hdr_len; member in struct:tx_context
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c190 hdr_len = ctx->ip_hdr_len + ctx->mac_hdr_len + ctx->l4_hdr_len;
446 ctx->l4_hdr_len;
707 uint32_t l4_hdr_len; local
853 l4_hdr_len = TCP_HDR_LENGTH((tcph_t *)pos);
858 l4_hdr_len = 0;
864 ctx->l4_hdr_len = l4_hdr_len;
904 (ctx->l4_hdr_len != last->l4_hdr_len)))) {
958 (ctx->l4_hdr_len << IXGBE_ADVTXD_L4LEN_SHIF
[all...]
H A Dixgbe_sw.h401 uint32_t l4_hdr_len; member in struct:ixgbe_tx_context

Completed in 56 milliseconds