Searched refs:s_mac (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | ah.c | 95 memset(ah->av.eth.s_mac, 0, ETH_ALEN); in create_iboe_ah() 99 memcpy(ah->av.eth.s_mac, gid_attr.ndev->dev_addr, ETH_ALEN); in create_iboe_ah()
|
D | mad.c | 1187 u8 *s_mac, u16 vlan_id, struct ib_mad *mad) in mlx4_ib_send_to_wire() argument 1273 if (s_mac) in mlx4_ib_send_to_wire() 1274 memcpy(to_mah(ah)->av.eth.s_mac, s_mac, 6); in mlx4_ib_send_to_wire()
|
D | mlx4_ib.h | 818 u32 qkey, struct ib_ah_attr *attr, u8 *s_mac,
|
D | qp.c | 2402 memcpy(sqp->ud_header.eth.smac_h, ah->av.eth.s_mac, ETH_ALEN); in build_mlx_header()
|
/linux-4.4.14/include/linux/mlx4/ |
D | device.h | 780 u8 s_mac[6]; member
|