Searched refs:ethmacdst (Results 1 – 3 of 3) sorted by relevance
1170 const size_t fw_hdr_copy_len = (sizeof(wr->ethmacdst) + in t4vf_eth_xmit()1270 skb_copy_from_linear_data(skb, (void *)wr->ethmacdst, fw_hdr_copy_len); in t4vf_eth_xmit()
1721 const size_t fw_hdr_copy_len = sizeof(wr->ethmacdst) + in cxgb4_vf_eth_xmit()1817 skb_copy_from_linear_data(skb, (void *)wr->ethmacdst, fw_hdr_copy_len); in cxgb4_vf_eth_xmit()
749 u8 ethmacdst[6]; member