Searched refs:dst_mac (Results 1 - 32 of 32) sorted by relevance

/linux-4.4.14/samples/pktgen/
H A Dpktgen.conf-1-251 pgset "dst_mac 00:04:23:08:91:dc"
60 pgset "dst_mac 00:04:23:08:91:de"
H A Dpktgen.conf-1-1-flows58 pgset "dst_mac 00:04:23:08:91:dc"
H A Dpktgen.conf-1-1-ip651 pgset "dst_mac 00:04:23:08:91:dc"
H A Dpktgen.conf-1-1-ip6-rdos54 pgset "dst_mac 00:04:23:08:91:dc"
H A Dpktgen.conf-1-1-rdos55 pgset "dst_mac 00:04:23:08:91:dc"
H A Dpktgen_sample03_burst_single_flow.sh57 pg_set $dev "dst_mac $DST_MAC"
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h237 u8 dst_mac[6]; member in struct:cpl_pass_accept_req
508 u8 dst_mac[6]; member in struct:cpl_l2t_write_req
527 u8 dst_mac[6]; member in struct:cpl_l2t_read_rpl
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
H A Dwmi.h215 u8 dst_mac[WMI_MAC_LEN]; member in struct:wmi_connect_cmd
223 u8 dst_mac[WMI_MAC_LEN]; member in struct:wmi_disconnect_sta_cmd
359 u8 dst_mac[WMI_MAC_LEN]; member in struct:wmi_pxmt_range_cfg_cmd
520 u8 dst_mac[WMI_MAC_LEN]; member in struct:wmi_sw_tx_req_cmd
807 u8 dst_mac[WMI_MAC_LEN]; member in struct:wmi_eapol_tx_cmd
H A Dcfg80211.c509 ether_addr_copy(conn.dst_mac, bss->bssid); wil_cfg80211_connect()
565 memcpy(cmd->dst_mac, mgmt_frame->da, WMI_MAC_LEN); wil_cfg80211_mgmt_tx()
H A Dwmi.c1195 ether_addr_copy(cmd.dst_mac, mac); wmi_disconnect_sta()
/linux-4.4.14/net/atm/
H A Dlec.h45 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force,
H A Dlec.c70 static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force,
1092 * If dst_mac == NULL, targetless LE_ARP will be sent
1094 static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force, lane2_resolve() argument
1105 table = lec_arp_find(priv, dst_mac); lane2_resolve()
1120 retval = send_to_lecd(priv, l_arp_xmt, dst_mac, NULL, NULL); lane2_resolve()
1128 retval = send_to_lecd(priv, l_arp_xmt, dst_mac, NULL, skb); lane2_resolve()
/linux-4.4.14/net/core/
H A Dpktgen.c348 unsigned char dst_mac[ETH_ALEN]; member in struct:pktgen_dev
584 seq_puts(seq, "dst_mac: "); pktgen_if_show()
585 seq_printf(seq, "%pM\n", pkt_dev->dst_mac); pktgen_if_show()
1509 if (!strcmp(name, "dst_mac")) { pktgen_if_write()
1518 if (!mac_pton(valstr, pkt_dev->dst_mac)) pktgen_if_write()
1521 ether_addr_copy(&pkt_dev->hh[0], pkt_dev->dst_mac); pktgen_if_write()
1523 sprintf(pg_result, "OK: dstmac %pM", pkt_dev->dst_mac); pktgen_if_write()
2144 ether_addr_copy(&(pkt_dev->hh[0]), pkt_dev->dst_mac); pktgen_setup_inject()
2430 tmp = pkt_dev->dst_mac[5] + (mc & 0xFF); mod_cur_headers()
2432 tmp = (pkt_dev->dst_mac[4] + ((mc >> 8) & 0xFF) + (tmp >> 8)); mod_cur_headers()
2434 tmp = (pkt_dev->dst_mac[3] + ((mc >> 16) & 0xFF) + (tmp >> 8)); mod_cur_headers()
2436 tmp = (pkt_dev->dst_mac[2] + ((mc >> 24) & 0xFF) + (tmp >> 8)); mod_cur_headers()
2438 tmp = (pkt_dev->dst_mac[1] + (tmp >> 8)); mod_cur_headers()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c106 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac)); setup_l2e_send_pending()
H A Dt3_cpl.h546 __u8 dst_mac[6]; member in struct:cpl_pass_accept_req
1213 __u8 dst_mac[6]; member in struct:cpl_l2t_write_req
1254 __u8 dst_mac[6]; member in struct:cpl_l2t_read_rpl
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c846 memcpy(rule_hw->eth.dst_mac, spec->eth.dst_mac, ETH_ALEN); parse_trans_rule()
916 "dmac = %pM ", &cur->eth.dst_mac); mlx4_err_rule()
1065 memcpy(spec_eth_outer.eth.dst_mac, addr, ETH_ALEN); mlx4_tunnel_steer_add()
1383 memcpy(spec.eth.dst_mac, &gid[10], ETH_ALEN); mlx4_trans_to_dmfs_attach()
H A Den_netdev.c190 memcpy(spec_eth.eth.dst_mac, priv->dev->dev_addr, ETH_ALEN); mlx4_en_filter_work()
462 static void mlx4_en_u64_to_mac(unsigned char dst_mac[ETH_ALEN + 2], u64 src_mac) mlx4_en_u64_to_mac()
466 dst_mac[i] = src_mac & 0xff; mlx4_en_u64_to_mac()
469 memset(&dst_mac[ETH_ALEN], 0, 2); mlx4_en_u64_to_mac()
529 memcpy(spec_eth.eth.dst_mac, mac, ETH_ALEN); mlx4_en_uc_steer_add()
H A Dresource_tracker.c4128 if (!is_multicast_ether_addr(eth_header->eth.dst_mac) && validate_eth_header_mac()
4129 !is_broadcast_ether_addr(eth_header->eth.dst_mac)) { list_for_each_entry_safe()
4132 if (ether_addr_equal((u8 *)&be_mac, eth_header->eth.dst_mac)) list_for_each_entry_safe()
4136 eth_header->eth.dst_mac, slave);
4145 if (is_multicast_ether_addr(eth_header->eth.dst_mac) || handle_eth_header_mcast_prio()
4146 is_broadcast_ether_addr(eth_header->eth.dst_mac)) { handle_eth_header_mcast_prio()
4211 memcpy(eth_header->dst_mac, &be_mac, ETH_ALEN);
H A Den_ethtool.c1307 memcpy(spec_l2->eth.dst_mac, mac, ETH_ALEN); mlx4_en_ethtool_add_mac_rule()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c162 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac)); write_l2e()
H A Dt4_msg.h1010 u8 dst_mac[6]; member in struct:cpl_l2t_write_req
/linux-4.4.14/include/uapi/rdma/
H A Dib_user_verbs.h799 __u8 dst_mac[6]; member in struct:ib_uverbs_flow_eth_filter
/linux-4.4.14/include/linux/mlx4/
H A Ddevice.h1166 u8 dst_mac[ETH_ALEN]; member in struct:mlx4_spec_eth
1259 u8 dst_mac[6]; member in struct:mlx4_net_trans_rule_hw_eth
/linux-4.4.14/drivers/infiniband/hw/mlx4/
H A Dmain.c1307 memcpy(mlx4_spec->eth.dst_mac, ib_spec->eth.val.dst_mac, parse_flow_attr()
1309 memcpy(mlx4_spec->eth.dst_mac_msk, ib_spec->eth.mask.dst_mac, parse_flow_attr()
1573 err = mlx4_tunnel_steer_add(to_mdev(qp->device)->dev, ib_spec->eth.val.dst_mac, mlx4_ib_tunnel_steer_add()
H A Dqp.c2255 static void mlx4_u64_to_smac(u8 *dst_mac, u64 src_mac) mlx4_u64_to_smac() argument
2260 dst_mac[i - 1] = src_mac & 0xff; mlx4_u64_to_smac()
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c1361 tim.mac_addr = req->dst_mac; pass_accept_req()
1365 __func__, req->dst_mac); pass_accept_req()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dd3.c412 memcpy(pkt->eth.h_dest, tcp->dst_mac, ETH_ALEN); iwl_mvm_build_tcp_packet()
427 memcpy(pkt->eth.h_source, tcp->dst_mac, ETH_ALEN); iwl_mvm_build_tcp_packet()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c3624 u8 *dst_mac = skb_header_pointer(skb, 0, 0, NULL); ixgbevf_xmit_frame() local
3626 if (!dst_mac || is_link_local_ether_addr(dst_mac)) { ixgbevf_xmit_frame()
/linux-4.4.14/drivers/net/ethernet/rocker/
H A Drocker.c2881 u32 index, const u8 *src_mac, const u8 *dst_mac, rocker_group_l3_unicast()
2893 if (dst_mac) rocker_group_l3_unicast()
2894 ether_addr_copy(entry->l3_unicast.eth_dst, dst_mac); rocker_group_l3_unicast()
2879 rocker_group_l3_unicast(struct rocker_port *rocker_port, struct switchdev_trans *trans, int flags, u32 index, const u8 *src_mac, const u8 *dst_mac, __be16 vlan_id, bool ttl_check, u32 pport) rocker_group_l3_unicast() argument
/linux-4.4.14/include/rdma/
H A Dib_verbs.h1427 u8 dst_mac[6]; member in struct:ib_flow_eth_filter
/linux-4.4.14/include/net/
H A Dcfg80211.h1981 * @dst_mac: destination MAC address
1998 u8 dst_mac[ETH_ALEN]; member in struct:cfg80211_wowlan_tcp
/linux-4.4.14/net/wireless/
H A Dnl80211.c8968 nla_put(msg, NL80211_WOWLAN_TCP_DST_MAC, ETH_ALEN, tcp->dst_mac) || nl80211_send_wowlan_tcp()
9222 memcpy(cfg->dst_mac, nla_data(tb[NL80211_WOWLAN_TCP_DST_MAC]), nl80211_parse_wowlan_tcp()

Completed in 1315 milliseconds