/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | wmi.h | 215 u8 dst_mac[WMI_MAC_LEN]; member 223 u8 dst_mac[WMI_MAC_LEN]; member 359 u8 dst_mac[WMI_MAC_LEN]; member 520 u8 dst_mac[WMI_MAC_LEN]; member 807 u8 dst_mac[WMI_MAC_LEN]; member
|
D | cfg80211.c | 509 ether_addr_copy(conn.dst_mac, bss->bssid); in wil_cfg80211_connect() 565 memcpy(cmd->dst_mac, mgmt_frame->da, WMI_MAC_LEN); in wil_cfg80211_mgmt_tx()
|
D | wmi.c | 1195 ether_addr_copy(cmd.dst_mac, mac); in wmi_disconnect_sta()
|
/linux-4.4.14/net/atm/ |
D | lec.h | 45 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force,
|
D | lec.c | 70 static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force, 1094 static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force, in lane2_resolve() argument 1105 table = lec_arp_find(priv, dst_mac); in lane2_resolve() 1120 retval = send_to_lecd(priv, l_arp_xmt, dst_mac, NULL, NULL); in lane2_resolve() 1128 retval = send_to_lecd(priv, l_arp_xmt, dst_mac, NULL, skb); in lane2_resolve()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 237 u8 dst_mac[6]; member 508 u8 dst_mac[6]; member 527 u8 dst_mac[6]; member
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | l2t.c | 106 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac)); in setup_l2e_send_pending()
|
D | t3_cpl.h | 546 __u8 dst_mac[6]; member 1213 __u8 dst_mac[6]; member 1254 __u8 dst_mac[6]; member
|
/linux-4.4.14/net/core/ |
D | pktgen.c | 348 unsigned char dst_mac[ETH_ALEN]; member 585 seq_printf(seq, "%pM\n", pkt_dev->dst_mac); in pktgen_if_show() 1518 if (!mac_pton(valstr, pkt_dev->dst_mac)) in pktgen_if_write() 1521 ether_addr_copy(&pkt_dev->hh[0], pkt_dev->dst_mac); in pktgen_if_write() 1523 sprintf(pg_result, "OK: dstmac %pM", pkt_dev->dst_mac); in pktgen_if_write() 2144 ether_addr_copy(&(pkt_dev->hh[0]), pkt_dev->dst_mac); in pktgen_setup_inject() 2430 tmp = pkt_dev->dst_mac[5] + (mc & 0xFF); in mod_cur_headers() 2432 tmp = (pkt_dev->dst_mac[4] + ((mc >> 8) & 0xFF) + (tmp >> 8)); in mod_cur_headers() 2434 tmp = (pkt_dev->dst_mac[3] + ((mc >> 16) & 0xFF) + (tmp >> 8)); in mod_cur_headers() 2436 tmp = (pkt_dev->dst_mac[2] + ((mc >> 24) & 0xFF) + (tmp >> 8)); in mod_cur_headers() [all …]
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | mcg.c | 846 memcpy(rule_hw->eth.dst_mac, spec->eth.dst_mac, ETH_ALEN); in parse_trans_rule() 916 "dmac = %pM ", &cur->eth.dst_mac); in mlx4_err_rule() 1065 memcpy(spec_eth_outer.eth.dst_mac, addr, ETH_ALEN); in mlx4_tunnel_steer_add() 1383 memcpy(spec.eth.dst_mac, &gid[10], ETH_ALEN); in mlx4_trans_to_dmfs_attach()
|
D | en_netdev.c | 190 memcpy(spec_eth.eth.dst_mac, priv->dev->dev_addr, ETH_ALEN); in mlx4_en_filter_work() 462 static void mlx4_en_u64_to_mac(unsigned char dst_mac[ETH_ALEN + 2], u64 src_mac) in mlx4_en_u64_to_mac() 466 dst_mac[i] = src_mac & 0xff; in mlx4_en_u64_to_mac() 469 memset(&dst_mac[ETH_ALEN], 0, 2); in mlx4_en_u64_to_mac() 529 memcpy(spec_eth.eth.dst_mac, mac, ETH_ALEN); in mlx4_en_uc_steer_add()
|
D | resource_tracker.c | 4128 if (!is_multicast_ether_addr(eth_header->eth.dst_mac) && in validate_eth_header_mac() 4129 !is_broadcast_ether_addr(eth_header->eth.dst_mac)) { in validate_eth_header_mac() 4132 if (ether_addr_equal((u8 *)&be_mac, eth_header->eth.dst_mac)) in validate_eth_header_mac() 4136 eth_header->eth.dst_mac, slave); in validate_eth_header_mac() 4145 if (is_multicast_ether_addr(eth_header->eth.dst_mac) || in handle_eth_header_mcast_prio() 4146 is_broadcast_ether_addr(eth_header->eth.dst_mac)) { in handle_eth_header_mcast_prio() 4211 memcpy(eth_header->dst_mac, &be_mac, ETH_ALEN); in add_eth_header()
|
D | en_ethtool.c | 1307 memcpy(spec_l2->eth.dst_mac, mac, ETH_ALEN); in mlx4_en_ethtool_add_mac_rule()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | l2t.c | 162 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac)); in write_l2e()
|
D | t4_msg.h | 1010 u8 dst_mac[6]; member
|
/linux-4.4.14/Documentation/networking/ |
D | pktgen.txt | 96 src_mac: 90:e2:ba:0a:56:b4 dst_mac: 00:1b:21:3c:9d:f8 352 dst_mac
|
/linux-4.4.14/include/linux/mlx4/ |
D | device.h | 1166 u8 dst_mac[ETH_ALEN]; member 1259 u8 dst_mac[6]; member
|
/linux-4.4.14/include/uapi/rdma/ |
D | ib_user_verbs.h | 799 __u8 dst_mac[6]; member
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | main.c | 1307 memcpy(mlx4_spec->eth.dst_mac, ib_spec->eth.val.dst_mac, in parse_flow_attr() 1309 memcpy(mlx4_spec->eth.dst_mac_msk, ib_spec->eth.mask.dst_mac, in parse_flow_attr() 1573 err = mlx4_tunnel_steer_add(to_mdev(qp->device)->dev, ib_spec->eth.val.dst_mac, in mlx4_ib_tunnel_steer_add()
|
D | qp.c | 2255 static void mlx4_u64_to_smac(u8 *dst_mac, u64 src_mac) in mlx4_u64_to_smac() argument 2260 dst_mac[i - 1] = src_mac & 0xff; in mlx4_u64_to_smac()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | d3.c | 412 memcpy(pkt->eth.h_dest, tcp->dst_mac, ETH_ALEN); in iwl_mvm_build_tcp_packet() 427 memcpy(pkt->eth.h_source, tcp->dst_mac, ETH_ALEN); in iwl_mvm_build_tcp_packet()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 3624 u8 *dst_mac = skb_header_pointer(skb, 0, 0, NULL); in ixgbevf_xmit_frame() local 3626 if (!dst_mac || is_link_local_ether_addr(dst_mac)) { in ixgbevf_xmit_frame()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 1361 tim.mac_addr = req->dst_mac; in pass_accept_req() 1365 __func__, req->dst_mac); in pass_accept_req()
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 2881 u32 index, const u8 *src_mac, const u8 *dst_mac, in rocker_group_l3_unicast() argument 2893 if (dst_mac) in rocker_group_l3_unicast() 2894 ether_addr_copy(entry->l3_unicast.eth_dst, dst_mac); in rocker_group_l3_unicast()
|
/linux-4.4.14/include/rdma/ |
D | ib_verbs.h | 1427 u8 dst_mac[6]; member
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 1998 u8 dst_mac[ETH_ALEN]; member
|
/linux-4.4.14/net/wireless/ |
D | nl80211.c | 8968 nla_put(msg, NL80211_WOWLAN_TCP_DST_MAC, ETH_ALEN, tcp->dst_mac) || in nl80211_send_wowlan_tcp() 9222 memcpy(cfg->dst_mac, nla_data(tb[NL80211_WOWLAN_TCP_DST_MAC]), in nl80211_parse_wowlan_tcp()
|