Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c200 u16 l4i_chk; /* CPU provided TCP checksum */ member
216 u16 l4i_chk; /* CPU provided TCP checksum */ member
671 u16 *l4i_chk, u32 *command, int length) in skb_tx_csum() argument
709 *l4i_chk = 0; in skb_tx_csum()
712 *l4i_chk = 0; in skb_tx_csum()
741 desc->l4i_chk = 0; in txq_put_data_tso()
784 u16 l4i_chk = 0; in txq_put_hdr_tso() local
790 ret = skb_tx_csum(mp, skb, &l4i_chk, &cmd_csum, length); in txq_put_hdr_tso()
797 desc->l4i_chk = 0; in txq_put_hdr_tso()
921 desc->l4i_chk = 0; in txq_submit_frag_skb()
[all …]
/openbmc/u-boot/drivers/net/
H A Dmvgbe.h476 u16 l4i_chk; /* CPU provided TCP Checksum */ member