Searched refs:dst_mac_addr (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2012 unsigned char dst_mac_addr[6]; local
2049 memcpy(dst_mac_addr, dot11_hdr->addr1, sizeof(dst_mac_addr));
2057 memcpy(pdata, dst_mac_addr, sizeof(dst_mac_addr));
2058 memcpy(pdata + sizeof(dst_mac_addr), src_mac_addr, sizeof(src_mac_addr));
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c5454 if (ether_addr_equal(l2_key->dst_mac_addr, key->dst_mac_addr) &&
5567 ether_addr_copy(fltr->l2_key.dst_mac_addr, key->dst_mac_addr);
5716 ether_addr_copy(req->l2_addr, fltr->l2_key.dst_mac_addr);
5876 ether_addr_copy(key.dst_mac_addr, mac_addr);
14252 ether_addr_copy(key.dst_mac_addr, eth->h_dest);
H A Dbnxt_tc.c896 ether_addr_copy(encap->dst_mac_addr, l2_info->dmac);
H A Dbnxt.h1396 u8 dst_mac_addr[ETH_ALEN]; member in struct:bnxt_l2_key::__anon492::__anon493
H A Dbnxt_ethtool.c1104 ether_addr_copy(h_ether->h_dest, l2_key->dst_mac_addr);
1226 ether_addr_copy(key.dst_mac_addr, h_ether->h_dest);
H A Dbnxt_hsi.h7597 u8 dst_mac_addr[6]; member in struct:hwrm_cfa_encap_data_vxlan

Completed in 505 milliseconds