Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1170 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()
/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1721 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()
Dt4fw_api.h749 u8 ethmacdst[6]; member