Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c199 u16 l4i_chk; /* CPU provided TCP checksum */ member
215 u16 l4i_chk; /* CPU provided TCP checksum */ member
670 u16 *l4i_chk, u32 *command, int length) in skb_tx_csum() argument
707 *l4i_chk = 0; in skb_tx_csum()
710 *l4i_chk = 0; in skb_tx_csum()
739 desc->l4i_chk = 0; in txq_put_data_tso()
782 u16 l4i_chk = 0; in txq_put_hdr_tso() local
788 ret = skb_tx_csum(mp, skb, &l4i_chk, &cmd_csum, length); in txq_put_hdr_tso()
794 desc->l4i_chk = 0; in txq_put_hdr_tso()
918 desc->l4i_chk = 0; in txq_submit_frag_skb()
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmvgbe.h481 u16 l4i_chk; /* CPU provided TCP Checksum */ member