Searched refs:ether_crc32_le (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/net/ |
H A D | ethernet.h | 458 extern uint32_t ether_crc32_le(const uint8_t *, size_t);
|
H A D | if_ethersubr.c | 1078 ether_crc32_le(const uint8_t *buf, size_t len) 1100 ether_crc32_le(const uint8_t *buf, size_t len) in ether_crc32_le() function
|
/freebsd/sys/dev/dwc/ |
H A D | dwc1000_core.c | 280 crc = ether_crc32_le(LLADDR(sdl), ETHER_ADDR_LEN); in dwc_hash_maddr()
|
/freebsd/sys/dev/usb/net/ |
H A D | if_cue.c | 282 crc = ether_crc32_le(addr, ETHER_ADDR_LEN); in cue_mchash()
|
H A D | if_aue.c | 544 h = ether_crc32_le(LLADDR(sdl), ETHER_ADDR_LEN) & ((1 << AUE_BITS) - 1); in aue_hash_maddr()
|
/freebsd/sys/dev/le/ |
H A D | lance.c | 585 crc = ether_crc32_le(LLADDR(sdl), ETHER_ADDR_LEN); in lance_hash_maddr()
|
/freebsd/sys/dev/ffec/ |
H A D | if_ffec.c | 984 crc = ether_crc32_le(LLADDR(sdl), ETHER_ADDR_LEN); in ffec_hash_maddr()
|
/freebsd/sys/dev/eqos/ |
H A D | if_eqos.c | 405 crc = ether_crc32_le(LLADDR(sdl), ETHER_ADDR_LEN); in eqos_hash_maddr()
|
/freebsd/sys/arm/allwinner/ |
H A D | if_awg.c | 411 crc = ether_crc32_le(LLADDR(sdl), ETHER_ADDR_LEN) & 0x7f; in awg_hash_maddr()
|
/freebsd/sys/dev/gem/ |
H A D | if_gem.c | 2167 crc = ether_crc32_le(LLADDR(sdl), ETHER_ADDR_LEN); in gem_hash_maddr()
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_upgt.c | 1651 crc = ether_crc32_le(buf, size); in upgt_crc32_le()
|
/freebsd/sys/dev/bce/ |
H A D | if_bce.c | 2931 csum = ether_crc32_le(data, 0x100); in bce_nvram_test() 2940 csum = ether_crc32_le(data + 0x100, 0x100); in bce_nvram_test() 7905 h = ether_crc32_le(LLADDR(sdl), ETHER_ADDR_LEN) & 0xFF; in bce_hash_maddr()
|
/freebsd/sys/dev/cas/ |
H A D | if_cas.c | 2492 crc = ether_crc32_le(LLADDR(sdl), ETHER_ADDR_LEN); in cas_hash_maddr()
|
/freebsd/sys/dev/sk/ |
H A D | if_sk.c | 647 crc = ether_crc32_le(addr, ETHER_ADDR_LEN); in sk_xmchash()
|
/freebsd/sys/dev/dc/ |
H A D | if_dc.c | 904 crc = ether_crc32_le(addr, ETHER_ADDR_LEN); in dc_mchash_le()
|
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 1577 h = ether_crc32_le(LLADDR(sdl), ETHER_ADDR_LEN) & 0x7F; in bge_hash_maddr()
|