Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c189 hdr_len = ctx->ip_hdr_len + ctx->mac_hdr_len + ctx->l4_hdr_len; in ixgbe_ring_tx()
445 ctx->l4_hdr_len; in ixgbe_ring_tx()
706 uint32_t l4_hdr_len; in ixgbe_get_context() local
852 l4_hdr_len = TCP_HDR_LENGTH((tcph_t *)pos); in ixgbe_get_context()
857 l4_hdr_len = 0; in ixgbe_get_context()
863 ctx->l4_hdr_len = l4_hdr_len; in ixgbe_get_context()
903 (ctx->l4_hdr_len != last->l4_hdr_len)))) { in ixgbe_check_context()
957 (ctx->l4_hdr_len << IXGBE_ADVTXD_L4LEN_SHIFT) | in ixgbe_fill_context()
1096 - ctx->l4_hdr_len) << IXGBE_ADVTXD_PAYLEN_SHIFT; in ixgbe_tx_fill_ring()
1106 - ctx->l4_hdr_len) << IXGBE_ADVTXD_PAYLEN_SHIFT; in ixgbe_tx_fill_ring()
H A Dixgbe_sw.h399 uint32_t l4_hdr_len; member
/titanic_41/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()
844 (ctx->l4_hdr_len << E1000_ADVTXD_L4LEN_SHIFT) | in igb_fill_tx_context()
978 - ctx->l4_hdr_len) << E1000_ADVTXD_PAYLEN_SHIFT; in igb_tx_fill_ring()
H A Digb_sw.h359 uint32_t l4_hdr_len; member