Searched refs:l4_hdr_len (Results 1 – 4 of 4) sorted by relevance
225 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() local753 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()
417 uint32_t l4_hdr_len; member
186 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() local757 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()
365 uint32_t l4_hdr_len; member