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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmv643xx_eth.c197 u16 l4i_chk; /* CPU provided TCP checksum */ member in struct:tx_desc
213 u16 l4i_chk; /* CPU provided TCP checksum */ member in struct:tx_desc
752 desc->l4i_chk = 0;
773 u16 l4i_chk; local
777 l4i_chk = 0;
808 l4i_chk = ntohs(sum16_as_be(udp_hdr(skb)->check));
811 l4i_chk = ntohs(sum16_as_be(tcp_hdr(skb)->check));
835 desc->l4i_chk = l4i_chk;

Completed in 308 milliseconds