Searched refs:dest_mac (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/samples/bpf/ |
| D | xdp_router_ipv4_kern.c | 112 __be64 *dest_mac = NULL, *src_mac = NULL; in xdp_router_ipv4_prog() local 149 dest_mac = &direct_entry->arp.mac; in xdp_router_ipv4_prog() 164 dest_mac = bpf_map_lookup_elem(&arp_table, &dest_ip); in xdp_router_ipv4_prog() 165 if (!dest_mac) { in xdp_router_ipv4_prog() 169 dest_mac = bpf_map_lookup_elem(&arp_table, &dest_ip); in xdp_router_ipv4_prog() 176 if (src_mac && dest_mac) { in xdp_router_ipv4_prog() 177 set_src_dst_mac(data, src_mac, dest_mac); in xdp_router_ipv4_prog()
|
| /Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
| D | qplib_sp.c | 526 req.dest_mac[0] = cpu_to_le16(temp16[0]); in bnxt_qplib_create_ah() 527 req.dest_mac[1] = cpu_to_le16(temp16[1]); in bnxt_qplib_create_ah() 528 req.dest_mac[2] = cpu_to_le16(temp16[2]); in bnxt_qplib_create_ah()
|
| D | roce_hsi.h | 1165 __le16 dest_mac[3]; member 1693 __le16 dest_mac[3]; member 2186 __le16 dest_mac[3]; member
|
| D | qplib_fp.c | 1239 memcpy(req.dest_mac, qp->ah.dmac, 6); in bnxt_qplib_modify_qp() 1342 memcpy(qp->ah.dmac, sb->dest_mac, 6); in bnxt_qplib_query_qp()
|
| /Linux-v5.4/tools/testing/selftests/net/forwarding/ |
| D | vxlan_bridge_1d.sh | 558 local dest_mac=$1; shift 569 )"$dest_mac:"$( : ETH daddr
|
| /Linux-v5.4/drivers/net/ethernet/via/ |
| D | via-velocity.h | 1198 u8 dest_mac[ETH_ALEN]; member 1213 u8 dest_mac[6]; member
|
| /Linux-v5.4/drivers/scsi/bnx2fc/ |
| D | bnx2fc_fcoe.c | 519 u8 *dest_mac = NULL; in bnx2fc_recv_frame() local 535 dest_mac = eth_hdr(skb)->h_dest; in bnx2fc_recv_frame() 564 if (ntoh24(&dest_mac[3]) != ntoh24(fh->fh_d_id)) { in bnx2fc_recv_frame() 566 dest_mac); in bnx2fc_recv_frame() 574 if (!ether_addr_equal(port->data_src_addr, dest_mac)) { in bnx2fc_recv_frame()
|
| /Linux-v5.4/drivers/scsi/qedf/ |
| D | qedf_main.c | 2338 u8 *dest_mac = NULL; in qedf_recv_frame() local 2354 dest_mac = eth_hdr(skb)->h_dest; in qedf_recv_frame() 2410 if (ntoh24(&dest_mac[3]) != ntoh24(fh->fh_d_id)) { in qedf_recv_frame() 2412 "FC frame d_id mismatch with MAC %pM.\n", dest_mac); in qedf_recv_frame()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
| D | reg.h | 6369 const char *dest_mac) in mlxsw_reg_ratr_eth_entry_pack() argument 6371 mlxsw_reg_ratr_eth_destination_mac_memcpy_to(payload, dest_mac); in mlxsw_reg_ratr_eth_entry_pack()
|