Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1175 const size_t fw_hdr_copy_len = (sizeof(wr->ethmacdst) + in t4vf_eth_xmit() local
1186 if (unlikely(skb->len < fw_hdr_copy_len)) in t4vf_eth_xmit()
1271 skb_copy_from_linear_data(skb, (void *)wr->ethmacdst, fw_hdr_copy_len); in t4vf_eth_xmit()