Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c191 hdr_len = ctx->ip_hdr_len + ctx->mac_hdr_len + ctx->l4_hdr_len; in ixgbe_ring_tx()
447 ctx->l4_hdr_len; in ixgbe_ring_tx()
708 uint32_t l4_hdr_len; in ixgbe_get_context() local
854 l4_hdr_len = TCP_HDR_LENGTH((tcph_t *)pos); in ixgbe_get_context()
859 l4_hdr_len = 0; in ixgbe_get_context()
865 ctx->l4_hdr_len = l4_hdr_len; in ixgbe_get_context()
905 (ctx->l4_hdr_len != last->l4_hdr_len)))) { in ixgbe_check_context()
959 (ctx->l4_hdr_len << IXGBE_ADVTXD_L4LEN_SHIFT) | in ixgbe_fill_context()
1098 - ctx->l4_hdr_len) << IXGBE_ADVTXD_PAYLEN_SHIFT; in ixgbe_tx_fill_ring()
1110 - ctx->l4_hdr_len) << IXGBE_ADVTXD_PAYLEN_SHIFT; in ixgbe_tx_fill_ring()
H A Dixgbe_sw.h402 uint32_t l4_hdr_len; member
/titanic_44/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()
609 uint32_t l4_hdr_len; in igb_get_tx_context() local
739 l4_hdr_len = TCP_HDR_LENGTH((tcph_t *)pos); in igb_get_tx_context()
744 l4_hdr_len = 0; in igb_get_tx_context()
750 ctx->l4_hdr_len = l4_hdr_len; in igb_get_tx_context()
787 (ctx->l4_hdr_len != last->l4_hdr_len))) || in igb_check_tx_context()
845 (ctx->l4_hdr_len << E1000_ADVTXD_L4LEN_SHIFT) | in igb_fill_tx_context()
979 - ctx->l4_hdr_len) << E1000_ADVTXD_PAYLEN_SHIFT; in igb_tx_fill_ring()
H A Digb_sw.h360 uint32_t l4_hdr_len; member