HomeSort by: relevance | last modified time | path
    Searched defs:ehdrlen (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
if_fdir.c 96 int ehdrlen, ip_hlen; local in function:ixgbe_atr
101 ehdrlen = ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN;
104 ehdrlen = ETHER_HDR_LEN;
112 ip = (struct ip *)(mp->m_data + ehdrlen);
ix_txrx.c 840 int ehdrlen, ip_hlen = 0; local in function:ixgbe_tx_ctx_setup
887 ehdrlen = ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN;
890 ehdrlen = ETHER_HDR_LEN;
894 vlan_macip_lens |= ehdrlen << IXGBE_ADVTXD_MACLEN_SHIFT;
906 if (mp->m_len == ehdrlen && mp->m_next)
909 l3d = mtod(mp, char *) + ehdrlen;
1004 int ctxd, ehdrlen, ip_hlen, tcp_hlen; local in function:ixgbe_tso_setup
1016 ehdrlen = ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN;
1019 ehdrlen = ETHER_HDR_LEN;
1026 ip = (struct ip *)(mp->m_data + ehdrlen);
    [all...]
  /src/sys/dev/pci/
if_ena.c 2676 int ehdrlen; local in function:ena_tx_csum
2708 ehdrlen = ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN;
2711 ehdrlen = ETHER_HDR_LEN;
2714 ip = (struct ip *)(mbuf->m_data + ehdrlen);
2760 ena_meta->l3_hdr_offset = ehdrlen;

Completed in 21 milliseconds