Searched refs:ether_addr_equal_unaligned (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Detherdevice.h84 ether_addr_equal_unaligned(const u8 *pa, const u8 *pb) function
88 #define ether_addr_equal(_pa, _pb) ether_addr_equal_unaligned(_pa, _pb)
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-initiator.c985 if (ether_addr_equal_unaligned(peer->addr, addr))
1015 if (!ether_addr_equal_unaligned(res->addr, entry->addr))

Completed in 120 milliseconds