Home
last modified time | relevance | path

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

/drivers/net/
Dmv643xx_eth.c194 u16 l4i_chk; /* CPU provided TCP checksum */ member
210 u16 l4i_chk; /* CPU provided TCP checksum */ member
689 desc->l4i_chk = 0; in txq_submit_frag_skb()
710 u16 l4i_chk; in txq_submit_skb() local
714 l4i_chk = 0; in txq_submit_skb()
742 l4i_chk = ntohs(sum16_as_be(udp_hdr(skb)->check)); in txq_submit_skb()
745 l4i_chk = ntohs(sum16_as_be(tcp_hdr(skb)->check)); in txq_submit_skb()
769 desc->l4i_chk = l4i_chk; in txq_submit_skb()