Searched refs:skb_tx_csum (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 669 static int skb_tx_csum(struct mv643xx_eth_private *mp, struct sk_buff *skb, in skb_tx_csum() function 788 ret = skb_tx_csum(mp, skb, &l4i_chk, &cmd_csum, length); in txq_put_hdr_tso() 792 /* Should we set this? Can't use the value from skb_tx_csum() in txq_put_hdr_tso() 946 ret = skb_tx_csum(mp, skb, &l4i_chk, &cmd_sts, skb->len); in txq_submit_skb()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 670 static int skb_tx_csum(struct mv643xx_eth_private *mp, struct sk_buff *skb, in skb_tx_csum() function 790 ret = skb_tx_csum(mp, skb, &l4i_chk, &cmd_csum, length); in txq_put_hdr_tso() 794 /* Should we set this? Can't use the value from skb_tx_csum() in txq_put_hdr_tso() 949 ret = skb_tx_csum(mp, skb, &l4i_chk, &cmd_sts, skb->len); in txq_submit_skb()
|
Completed in 9 milliseconds