Home
last modified time | relevance | path

Searched refs:l4_hdr_len (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c225 hdr_len = ctx->ip_hdr_len + ctx->mac_hdr_len + ctx->l4_hdr_len; in ixgbe_ring_tx()
590 uint32_t l4_hdr_len; in ixgbe_get_context() local
753 l4_hdr_len = TCP_HDR_LENGTH((tcph_t *)pos); in ixgbe_get_context()
758 l4_hdr_len = 0; in ixgbe_get_context()
764 ctx->l4_hdr_len = l4_hdr_len; in ixgbe_get_context()
805 (ctx->l4_hdr_len != last->l4_hdr_len)))) { in ixgbe_check_context()
867 (ctx->l4_hdr_len << IXGBE_ADVTXD_L4LEN_SHIFT) | in ixgbe_fill_context()
1006 - ctx->l4_hdr_len) << IXGBE_ADVTXD_PAYLEN_SHIFT; in ixgbe_tx_fill_ring()
1019 - ctx->l4_hdr_len) << IXGBE_ADVTXD_PAYLEN_SHIFT; in ixgbe_tx_fill_ring()
H A Dixgbe_sw.h417 uint32_t l4_hdr_len; member
/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; in igb_tx()
610 uint32_t l4_hdr_len; in igb_get_tx_context() local
757 l4_hdr_len = TCP_HDR_LENGTH((tcph_t *)pos); in igb_get_tx_context()
762 l4_hdr_len = 0; in igb_get_tx_context()
768 ctx->l4_hdr_len = l4_hdr_len; in igb_get_tx_context()
807 (ctx->l4_hdr_len != last->l4_hdr_len))) || in igb_check_tx_context()
874 (ctx->l4_hdr_len << E1000_ADVTXD_L4LEN_SHIFT) | in igb_fill_tx_context()
1008 - ctx->l4_hdr_len) << E1000_ADVTXD_PAYLEN_SHIFT; in igb_tx_fill_ring()
H A Digb_sw.h365 uint32_t l4_hdr_len; member