Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2002 unsigned char dst_mac_addr[6]; in rtw_cfg80211_monitor_if_xmit_entry() local
2039 memcpy(dst_mac_addr, dot11_hdr->addr1, sizeof(dst_mac_addr)); in rtw_cfg80211_monitor_if_xmit_entry()
2047 memcpy(pdata, dst_mac_addr, sizeof(dst_mac_addr)); in rtw_cfg80211_monitor_if_xmit_entry()
2048 memcpy(pdata + sizeof(dst_mac_addr), src_mac_addr, sizeof(src_mac_addr)); in rtw_cfg80211_monitor_if_xmit_entry()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c900 ether_addr_copy(encap->dst_mac_addr, l2_info->dmac); in hwrm_cfa_encap_record_alloc()
H A Dbnxt.h1458 u8 dst_mac_addr[ETH_ALEN]; member
H A Dbnxt.c5836 if (ether_addr_equal(l2_key->dst_mac_addr, key->dst_mac_addr) && in __bnxt_lookup_l2_filter()
5949 ether_addr_copy(fltr->l2_key.dst_mac_addr, key->dst_mac_addr); in bnxt_init_l2_filter()
6098 ether_addr_copy(req->l2_addr, fltr->l2_key.dst_mac_addr); in bnxt_hwrm_l2_filter_alloc()
6275 ether_addr_copy(key.dst_mac_addr, mac_addr); in bnxt_hwrm_set_vnic_filter()
15372 ether_addr_copy(key.dst_mac_addr, eth->h_dest); in bnxt_rx_flow_steer()
H A Dbnxt_ethtool.c1119 ether_addr_copy(h_ether->h_dest, l2_key->dst_mac_addr); in bnxt_grxclsrule()
1275 ether_addr_copy(key.dst_mac_addr, h_ether->h_dest); in bnxt_add_l2_cls_rule()
H A Dbnxt_hsi.h7916 u8 dst_mac_addr[6]; member