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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf_api.h144 * @param dst_mac
151 bool ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn *hwfn, u8 *dst_mac,
224 static OSAL_INLINE bool ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn OSAL_UNUSED *hwfn, u8 OSAL_UNUSED *dst_mac, u8 OSAL_UNUSED *p_is_forced) {return false;} argument
H A Decore_vf.c1872 bool ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn *hwfn, u8 *dst_mac, argument
1889 OSAL_MEMCPY(dst_mac, bulletin->mac, ETH_ALEN);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_l2t.c177 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac));
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c849 memcpy(rule_hw->eth.dst_mac, spec->eth.dst_mac, ETH_ALEN);
920 cur->eth.dst_mac[0], cur->eth.dst_mac[1],
921 cur->eth.dst_mac[2], cur->eth.dst_mac[3],
922 cur->eth.dst_mac[4], cur->eth.dst_mac[5]);
1072 memcpy(spec_eth_outer.eth.dst_mac, addr, ETH_ALEN);
1391 memcpy(spec.eth.dst_mac,
[all...]
H A Dmlx4_resource_tracker.c4152 if (!is_multicast_ether_addr(eth_header->eth.dst_mac) &&
4153 !is_broadcast_ether_addr(eth_header->eth.dst_mac)) {
4156 if (ether_addr_equal((u8 *)&be_mac, eth_header->eth.dst_mac))
4160 eth_header->eth.dst_mac, slave);
4169 if (is_multicast_ether_addr(eth_header->eth.dst_mac) ||
4170 is_broadcast_ether_addr(eth_header->eth.dst_mac)) {
4235 memcpy(eth_header->dst_mac, &be_mac, ETH_ALEN);
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_l2t.c101 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac));
H A Dcxgb_listen.c510 if (memcmp(sc->port[i].hw_addr, req->dst_mac, ETHER_ADDR_LEN))
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1403 memcpy(mlx4_spec->eth.dst_mac, ib_spec->eth.val.dst_mac,
1405 memcpy(mlx4_spec->eth.dst_mac_msk, ib_spec->eth.mask.dst_mac,
1678 err = mlx4_tunnel_steer_add(to_mdev(qp->device)->dev, ib_spec->eth.val.dst_mac,
1708 if (is_zero_ether_addr(ib_spec->eth.mask.dst_mac)) {
1712 u8 mac[ETH_ALEN] = {ib_spec->eth.mask.dst_mac[0] ^ 0x01,
1713 ib_spec->eth.mask.dst_mac[1],
1714 ib_spec->eth.mask.dst_mac[2],
1715 ib_spec->eth.mask.dst_mac[3],
1716 ib_spec->eth.mask.dst_mac[
[all...]
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c257 struct mac_range dst_mac; member in struct:glob_arg
505 bcopy(ether_aton(targ->g->dst_mac), targ->dst_mac, 6);
506 bcopy(targ->dst_mac, eh->ether_dhost, 6);
507 p = index(targ->g->dst_mac, '-');
1045 bcopy(&targ->g->dst_mac.start, eh->ether_dhost, 6);
2384 " -D dst_mac\n"
2808 g.dst_mac.name = "ff:ff:ff:ff:ff:ff";
2960 g.dst_mac.name = optarg;
3047 if (extract_mac_range(&g.src_mac) || extract_mac_range(&g.dst_mac))
[all...]
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h590 __u8 dst_mac[6]; member in struct:cpl_pass_accept_req
1313 __u8 dst_mac[6]; member in struct:cpl_l2t_write_req
1356 __u8 dst_mac[6]; member in struct:cpl_l2t_read_rpl
/freebsd-11-stable/sys/dev/ixl/
H A Dvirtchnl.h596 u8 dst_mac[ETH_ALEN]; member in struct:virtchnl_l4_spec
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1704 ib_spec->eth.mask.dst_mac);
1707 ib_spec->eth.val.dst_mac);
1885 return is_multicast_ether_addr(eth_spec->mask.dst_mac) &&
1886 is_multicast_ether_addr(eth_spec->val.dst_mac);
2139 .mask = {.dst_mac = {0x1} },
2140 .val = {.dst_mac = {0x1} }
2151 .mask = {.dst_mac = {0x1} },
2152 .val = {.dst_mac = {} }
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h1196 u8 dst_mac[ETH_ALEN]; member in struct:mlx4_spec_eth
1289 u8 dst_mac[6]; member in struct:mlx4_net_trans_rule_hw_eth
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h846 __u8 dst_mac[6]; member in struct:ibv_kern_eth_filter
H A Dverbs.h1245 uint8_t dst_mac[6]; member in struct:ibv_flow_eth_filter
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h837 __u8 dst_mac[6]; member in struct:ib_uverbs_flow_eth_filter
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-sflow.c169 uint8_t dst_mac[8]; member in struct:sflow_ethernet_frame_t
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h2281 __u8 dst_mac[6]; member in struct:cpl_l2t_write_req
2335 __u8 dst_mac[6]; member in struct:cpl_l2t_read_rpl
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c179 memcpy(spec_eth.eth.dst_mac, priv->dev->dev_addr, ETH_ALEN);
508 memcpy(spec_eth.eth.dst_mac, mac, ETH_ALEN);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1638 u8 dst_mac[6]; member in struct:ib_flow_eth_filter

Completed in 503 milliseconds