Home
last modified time | relevance | path

Searched refs:ether_addr_equal (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Detherdevice.h90 #define ether_addr_equal(_pa, _pb) ether_addr_equal_unaligned(_pa, _pb) macro
/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Deswitch.h59 if (ether_addr_equal(ptr->node.addr, mac)) {\
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dtdls.c261 same_peer = ether_addr_equal(peer, sta->addr); in iwl_mvm_tdls_check_action()
H A Drxmq.c207 !ether_addr_equal(shdr->hdr, rfc1042_header) || in iwl_mvm_create_skb()
H A Dmac80211.c3195 if (ether_addr_equal(mvm->uapsd_noagg_bssids[i].addr, bssid)) { in iwl_mvm_check_uapsd()
/freebsd-13.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c1176 if (ether_addr_equal(IF_LLADDR(ifp), hn->ai.addr)) in mlx5e_fill_addr_array()
/freebsd-13.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c4156 if (ether_addr_equal((u8 *)&be_mac, eth_header->eth.dst_mac)) in validate_eth_header_mac()