Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1170 const size_t fw_hdr_copy_len = (sizeof(wr->ethmacdst) + in t4vf_eth_xmit() local
1181 if (unlikely(skb->len < fw_hdr_copy_len)) in t4vf_eth_xmit()
1270 skb_copy_from_linear_data(skb, (void *)wr->ethmacdst, fw_hdr_copy_len); in t4vf_eth_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1834 size_t fw_hdr_copy_len; in cxgb4_vf_eth_xmit() local
1843 fw_hdr_copy_len = sizeof(wr->ethmacdst) + sizeof(wr->ethmacsrc) + in cxgb4_vf_eth_xmit()
1845 ret = cxgb4_validate_skb(skb, dev, fw_hdr_copy_len); in cxgb4_vf_eth_xmit()
1923 skb_copy_from_linear_data(skb, (void *)wr->ethmacdst, fw_hdr_copy_len); in cxgb4_vf_eth_xmit()