Home
last modified time | relevance | path

Searched refs:get_mac_addr_crc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/flib/common/
H A Dgeneral.h42 extern uint32_t get_mac_addr_crc(uint64_t _addr);
49 #define ether_crc(len, addr) get_mac_addr_crc(*(uint64_t *)(addr)>>16)
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_crc32.h40 uint32_t get_mac_addr_crc(uint64_t _addr);
H A Dfman_crc32.c103 uint32_t get_mac_addr_crc(uint64_t _addr) in get_mac_addr_crc() function