dst_mac          1354 drivers/infiniband/hw/cxgb3/iwch_cm.c 	tim.mac_addr = req->dst_mac;
dst_mac          1357 drivers/infiniband/hw/cxgb3/iwch_cm.c 		pr_err("%s bad dst mac %pM\n", __func__, req->dst_mac);
dst_mac          1362 drivers/infiniband/hw/mlx4/main.c 		memcpy(mlx4_spec->eth.dst_mac, ib_spec->eth.val.dst_mac,
dst_mac          1364 drivers/infiniband/hw/mlx4/main.c 		memcpy(mlx4_spec->eth.dst_mac_msk, ib_spec->eth.mask.dst_mac,
dst_mac          1648 drivers/infiniband/hw/mlx4/main.c 	err = mlx4_tunnel_steer_add(to_mdev(qp->device)->dev, ib_spec->eth.val.dst_mac,
dst_mac          1678 drivers/infiniband/hw/mlx4/main.c 		if (is_zero_ether_addr(ib_spec->eth.mask.dst_mac)) {
dst_mac          1682 drivers/infiniband/hw/mlx4/main.c 			u8 mac[ETH_ALEN] = {ib_spec->eth.mask.dst_mac[0] ^ 0x01,
dst_mac          1683 drivers/infiniband/hw/mlx4/main.c 					    ib_spec->eth.mask.dst_mac[1],
dst_mac          1684 drivers/infiniband/hw/mlx4/main.c 					    ib_spec->eth.mask.dst_mac[2],
dst_mac          1685 drivers/infiniband/hw/mlx4/main.c 					    ib_spec->eth.mask.dst_mac[3],
dst_mac          1686 drivers/infiniband/hw/mlx4/main.c 					    ib_spec->eth.mask.dst_mac[4],
dst_mac          1687 drivers/infiniband/hw/mlx4/main.c 					    ib_spec->eth.mask.dst_mac[5]};
dst_mac          1695 drivers/infiniband/hw/mlx4/main.c 			if (is_multicast_ether_addr(ib_spec->eth.val.dst_mac))
dst_mac          2722 drivers/infiniband/hw/mlx5/main.c 				ib_spec->eth.mask.dst_mac);
dst_mac          2725 drivers/infiniband/hw/mlx5/main.c 				ib_spec->eth.val.dst_mac);
dst_mac          3065 drivers/infiniband/hw/mlx5/main.c 		return is_multicast_ether_addr(eth_spec->mask.dst_mac) &&
dst_mac          3066 drivers/infiniband/hw/mlx5/main.c 		       is_multicast_ether_addr(eth_spec->val.dst_mac);
dst_mac          3706 drivers/infiniband/hw/mlx5/main.c 				.mask = {.dst_mac = {0x1} },
dst_mac          3707 drivers/infiniband/hw/mlx5/main.c 				.val =  {.dst_mac = {0x1} }
dst_mac          3718 drivers/infiniband/hw/mlx5/main.c 				.mask = {.dst_mac = {0x1} },
dst_mac          3719 drivers/infiniband/hw/mlx5/main.c 				.val = {.dst_mac = {} }
dst_mac           433 drivers/infiniband/hw/qedr/qedr_iw_cm.c 		   struct sockaddr_in *dst_in, u8 *dst_mac)
dst_mac           452 drivers/infiniband/hw/qedr/qedr_iw_cm.c 			ether_addr_copy(dst_mac, neigh->ha);
dst_mac           453 drivers/infiniband/hw/qedr/qedr_iw_cm.c 			DP_DEBUG(dev, QEDR_MSG_QP, "mac_addr=[%pM]\n", dst_mac);
dst_mac           469 drivers/infiniband/hw/qedr/qedr_iw_cm.c 		   struct sockaddr_in6 *dst_in, u8 *dst_mac)
dst_mac           495 drivers/infiniband/hw/qedr/qedr_iw_cm.c 			ether_addr_copy(dst_mac, neigh->ha);
dst_mac           496 drivers/infiniband/hw/qedr/qedr_iw_cm.c 			DP_DEBUG(dev, QEDR_MSG_QP, "mac_addr=[%pM]\n", dst_mac);
dst_mac           237 drivers/net/ethernet/chelsio/cxgb/cpl5_cmd.h 	u8  dst_mac[6];
dst_mac           508 drivers/net/ethernet/chelsio/cxgb/cpl5_cmd.h 	u8 dst_mac[6];
dst_mac           527 drivers/net/ethernet/chelsio/cxgb/cpl5_cmd.h 	u8 dst_mac[6];
dst_mac           106 drivers/net/ethernet/chelsio/cxgb3/l2t.c 	memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac));
dst_mac           546 drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h 	__u8 dst_mac[6];
dst_mac          1213 drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h 	__u8 dst_mac[6];
dst_mac          1254 drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h 	__u8 dst_mac[6];
dst_mac           160 drivers/net/ethernet/chelsio/cxgb4/l2t.c 	memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac));
dst_mac          1297 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h 	u8 dst_mac[6];
dst_mac          4900 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			calc_x(key_x[ETH_ALEN - 1 - i], rule->tuples.dst_mac[i],
dst_mac          4901 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			       rule->tuples_mask.dst_mac[i]);
dst_mac          4902 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			calc_y(key_y[ETH_ALEN - 1 - i], rule->tuples.dst_mac[i],
dst_mac          4903 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			       rule->tuples_mask.dst_mac[i]);
dst_mac          5473 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		ether_addr_copy(rule->tuples.dst_mac,
dst_mac          5475 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		ether_addr_copy(rule->tuples_mask.dst_mac,
dst_mac          5514 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		ether_addr_copy(rule->tuples.dst_mac, fs->h_ext.h_dest);
dst_mac          5515 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		ether_addr_copy(rule->tuples_mask.dst_mac, fs->m_ext.h_dest);
dst_mac          5920 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 				rule->tuples.dst_mac);
dst_mac          5925 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 					rule->tuples_mask.dst_mac);
dst_mac          5948 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		ether_addr_copy(fs->h_ext.h_dest, rule->tuples.dst_mac);
dst_mac          5953 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 					rule->tuples_mask.dst_mac);
dst_mac           595 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h 	u8 dst_mac[ETH_ALEN];
dst_mac           270 drivers/net/ethernet/intel/i40e/i40e.h 	u8 dst_mac[ETH_ALEN];
dst_mac          7533 drivers/net/ethernet/intel/i40e/i40e_main.c 	ether_addr_copy(cld->outer_mac, filter->dst_mac);
dst_mac          7646 drivers/net/ethernet/intel/i40e/i40e_main.c 	if ((is_valid_ether_addr(filter->dst_mac) &&
dst_mac          7648 drivers/net/ethernet/intel/i40e/i40e_main.c 	    (is_multicast_ether_addr(filter->dst_mac) &&
dst_mac          7666 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (is_valid_ether_addr(filter->dst_mac) ||
dst_mac          7668 drivers/net/ethernet/intel/i40e/i40e_main.c 	    is_multicast_ether_addr(filter->dst_mac) ||
dst_mac          7816 drivers/net/ethernet/intel/i40e/i40e_main.c 		ether_addr_copy(filter->dst_mac, match.key->dst);
dst_mac          3161 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 	if (mask.dst_mac[0] && !mask.dst_ip[0]) {
dst_mac          3163 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 		f = i40e_find_mac(vsi, data.dst_mac);
dst_mac          3168 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 				 data.dst_mac, vf->vf_id);
dst_mac          3197 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 	if (mask.dst_mac[0] & data.dst_mac[0]) {
dst_mac          3198 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 		if (is_broadcast_ether_addr(data.dst_mac) ||
dst_mac          3199 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 		    is_zero_ether_addr(data.dst_mac)) {
dst_mac          3201 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 				 vf->vf_id, data.dst_mac);
dst_mac          3355 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 		cfilter.dst_mac[i] = mask.dst_mac[i] & tcf.dst_mac[i];
dst_mac          3417 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 		if (mask.dst_mac[0])
dst_mac          3489 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 		cfilter->dst_mac[i] = mask.dst_mac[i] & tcf.dst_mac[i];
dst_mac          2779 drivers/net/ethernet/intel/iavf/iavf_main.c 					vf->mask.tcp_spec.dst_mac[i] |= 0xff;
dst_mac          2780 drivers/net/ethernet/intel/iavf/iavf_main.c 				ether_addr_copy(vf->data.tcp_spec.dst_mac,
dst_mac          1039 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c 			 &f->data.tcp_spec.dst_mac,
dst_mac          1049 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c 			 &f->data.tcp_spec.dst_mac,
dst_mac          4122 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	u8 *dst_mac = skb_header_pointer(skb, 0, 0, NULL);
dst_mac          4124 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	if (!dst_mac || is_link_local_ether_addr(dst_mac)) {
dst_mac          1401 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	memcpy(spec_l2->eth.dst_mac, mac, ETH_ALEN);
dst_mac           250 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	memcpy(spec_eth.eth.dst_mac, priv->dev->dev_addr, ETH_ALEN);
dst_mac           526 drivers/net/ethernet/mellanox/mlx4/en_netdev.c static void mlx4_en_u64_to_mac(unsigned char dst_mac[ETH_ALEN + 2], u64 src_mac)
dst_mac           530 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 		dst_mac[i] = src_mac & 0xff;
dst_mac           533 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	memset(&dst_mac[ETH_ALEN], 0, 2);
dst_mac           593 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 		memcpy(spec_eth.eth.dst_mac, mac, ETH_ALEN);
dst_mac           827 drivers/net/ethernet/mellanox/mlx4/main.c 	if (is_multicast_ether_addr(eth_header->eth.dst_mac) ||
dst_mac           828 drivers/net/ethernet/mellanox/mlx4/main.c 	    is_broadcast_ether_addr(eth_header->eth.dst_mac)) {
dst_mac           847 drivers/net/ethernet/mellanox/mlx4/mcg.c 		memcpy(rule_hw->eth.dst_mac, spec->eth.dst_mac, ETH_ALEN);
dst_mac           917 drivers/net/ethernet/mellanox/mlx4/mcg.c 					"dmac = %pM ", &cur->eth.dst_mac);
dst_mac          1072 drivers/net/ethernet/mellanox/mlx4/mcg.c 	memcpy(spec_eth_outer.eth.dst_mac, addr, ETH_ALEN);
dst_mac          1390 drivers/net/ethernet/mellanox/mlx4/mcg.c 			memcpy(spec.eth.dst_mac, &gid[10], ETH_ALEN);
dst_mac          4206 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	if (!is_multicast_ether_addr(eth_header->eth.dst_mac) &&
dst_mac          4207 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	    !is_broadcast_ether_addr(eth_header->eth.dst_mac)) {
dst_mac          4210 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 			if (ether_addr_equal((u8 *)&be_mac, eth_header->eth.dst_mac))
dst_mac          4214 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 		       eth_header->eth.dst_mac, slave);
dst_mac          4273 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	memcpy(eth_header->dst_mac, &be_mac, ETH_ALEN);
dst_mac           960 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	con->dst_mac_addr_hi = (conn_info->dst_mac[5] << 8) |
dst_mac           961 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	    conn_info->dst_mac[4];
dst_mac           962 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	con->dst_mac_addr_mid = (conn_info->dst_mac[3] << 8) |
dst_mac           963 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	    conn_info->dst_mac[2];
dst_mac           964 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	con->dst_mac_addr_lo = (conn_info->dst_mac[1] << 8) |
dst_mac           965 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	    conn_info->dst_mac[0];
dst_mac          1638 drivers/net/ethernet/qlogic/qed/qed_vf.c 					   u8 *dst_mac, u8 *p_is_forced)
dst_mac          1654 drivers/net/ethernet/qlogic/qed/qed_vf.c 	ether_addr_copy(dst_mac, bulletin->mac);
dst_mac          1197 drivers/net/ethernet/rocker/rocker_ofdpa.c 				  u32 index, const u8 *src_mac, const u8 *dst_mac,
dst_mac          1209 drivers/net/ethernet/rocker/rocker_ofdpa.c 	if (dst_mac)
dst_mac          1210 drivers/net/ethernet/rocker/rocker_ofdpa.c 		ether_addr_copy(entry->l3_unicast.eth_dst, dst_mac);
dst_mac          1351 drivers/net/wireless/ath/wil6210/cfg80211.c 	ether_addr_copy(conn.dst_mac, bss->bssid);
dst_mac          2749 drivers/net/wireless/ath/wil6210/wmi.c 		ether_addr_copy(del_sta_cmd.dst_mac, mac);
dst_mac          2754 drivers/net/wireless/ath/wil6210/wmi.c 		ether_addr_copy(disc_sta_cmd.dst_mac, mac);
dst_mac          3043 drivers/net/wireless/ath/wil6210/wmi.c 	ether_addr_copy(cmd.dst_mac, mac);
dst_mac          3630 drivers/net/wireless/ath/wil6210/wmi.c 	memcpy(cmd->dst_mac, mgmt_frame->da, WMI_MAC_LEN);
dst_mac          3682 drivers/net/wireless/ath/wil6210/wmi.c 	memcpy(cmd->dst_mac, mgmt_frame->da, WMI_MAC_LEN);
dst_mac           398 drivers/net/wireless/ath/wil6210/wmi.h 	u8 dst_mac[WMI_MAC_LEN];
dst_mac           404 drivers/net/wireless/ath/wil6210/wmi.h 	u8 dst_mac[WMI_MAC_LEN];
dst_mac           593 drivers/net/wireless/ath/wil6210/wmi.h 	u8 dst_mac[WMI_MAC_LEN];
dst_mac           861 drivers/net/wireless/ath/wil6210/wmi.h 	u8 dst_mac[WMI_MAC_LEN];
dst_mac           868 drivers/net/wireless/ath/wil6210/wmi.h 	u8 dst_mac[WMI_MAC_LEN];
dst_mac          1528 drivers/net/wireless/ath/wil6210/wmi.h 	u8 dst_mac[WMI_MAC_LEN];
dst_mac          1534 drivers/net/wireless/ath/wil6210/wmi.h 	u8 dst_mac[WMI_MAC_LEN];
dst_mac          1573 drivers/net/wireless/ath/wil6210/wmi.h 	u8 dst_mac[WMI_MAC_LEN];
dst_mac          3240 drivers/net/wireless/ath/wil6210/wmi.h 	u8 dst_mac[WMI_MAC_LEN];
dst_mac          3592 drivers/net/wireless/ath/wil6210/wmi.h 	u8 dst_mac[WMI_MAC_LEN];
dst_mac          3644 drivers/net/wireless/ath/wil6210/wmi.h 	u8 dst_mac[WMI_MAC_LEN];
dst_mac          1275 drivers/scsi/qedf/qedf_main.c 	ether_addr_copy(conn_info.dst_mac, qedf->ctlr.dest_addr);
dst_mac           493 drivers/scsi/qedi/qedi_iscsi.c 	ether_addr_copy(conn_info->dst.mac, qedi_ep->dst_mac);
dst_mac          1233 drivers/scsi/qedi/qedi_iscsi.c 	ether_addr_copy(&qedi_ep->dst_mac[0], &path_data->mac_addr[0]);
dst_mac            73 drivers/scsi/qedi/qedi_iscsi.h 	u8 dst_mac[ETH_ALEN];
dst_mac           538 include/linux/avf/virtchnl.h 	u8	dst_mac[ETH_ALEN];
dst_mac          1212 include/linux/mlx4/device.h 	u8	dst_mac[ETH_ALEN];
dst_mac          1305 include/linux/mlx4/device.h 	u8	dst_mac[6];
dst_mac            41 include/linux/qed/qed_fcoe_if.h 	u8 dst_mac[ETH_ALEN];
dst_mac          2674 include/net/cfg80211.h 	u8 dst_mac[ETH_ALEN];
dst_mac          1858 include/rdma/ib_verbs.h 	u8	dst_mac[6];
dst_mac           912 include/uapi/rdma/ib_user_verbs.h 	__u8  dst_mac[6];
dst_mac            74 net/atm/lec.c  static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force,
dst_mac          1082 net/atm/lec.c  static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force,
dst_mac          1093 net/atm/lec.c  		table = lec_arp_find(priv, dst_mac);
dst_mac          1108 net/atm/lec.c  		retval = send_to_lecd(priv, l_arp_xmt, dst_mac, NULL, NULL);
dst_mac          1116 net/atm/lec.c  		retval = send_to_lecd(priv, l_arp_xmt, dst_mac, NULL, skb);
dst_mac            46 net/atm/lec.h  	int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force,
dst_mac           362 net/core/pktgen.c 	unsigned char dst_mac[ETH_ALEN];
dst_mac           599 net/core/pktgen.c 	seq_printf(seq, "%pM\n", pkt_dev->dst_mac);
dst_mac          1430 net/core/pktgen.c 		if (!mac_pton(valstr, pkt_dev->dst_mac))
dst_mac          1433 net/core/pktgen.c 		ether_addr_copy(&pkt_dev->hh[0], pkt_dev->dst_mac);
dst_mac          1435 net/core/pktgen.c 		sprintf(pg_result, "OK: dstmac %pM", pkt_dev->dst_mac);
dst_mac          2057 net/core/pktgen.c 	ether_addr_copy(&(pkt_dev->hh[0]), pkt_dev->dst_mac);
dst_mac          2343 net/core/pktgen.c 		tmp = pkt_dev->dst_mac[5] + (mc & 0xFF);
dst_mac          2345 net/core/pktgen.c 		tmp = (pkt_dev->dst_mac[4] + ((mc >> 8) & 0xFF) + (tmp >> 8));
dst_mac          2347 net/core/pktgen.c 		tmp = (pkt_dev->dst_mac[3] + ((mc >> 16) & 0xFF) + (tmp >> 8));
dst_mac          2349 net/core/pktgen.c 		tmp = (pkt_dev->dst_mac[2] + ((mc >> 24) & 0xFF) + (tmp >> 8));
dst_mac          2351 net/core/pktgen.c 		tmp = (pkt_dev->dst_mac[1] + (tmp >> 8));
dst_mac          11184 net/wireless/nl80211.c 	    nla_put(msg, NL80211_WOWLAN_TCP_DST_MAC, ETH_ALEN, tcp->dst_mac) ||
dst_mac          11464 net/wireless/nl80211.c 	memcpy(cfg->dst_mac, nla_data(tb[NL80211_WOWLAN_TCP_DST_MAC]),