Searched refs:get_mac_addr_crc (Results 1 – 3 of 3) sorted by relevance
42 extern uint32_t get_mac_addr_crc(uint64_t _addr);49 #define ether_crc(len, addr) get_mac_addr_crc(*(uint64_t *)(addr)>>16)
40 uint32_t get_mac_addr_crc(uint64_t _addr);
103 uint32_t get_mac_addr_crc(uint64_t _addr) in get_mac_addr_crc() function