Home
last modified time | relevance | path

Searched refs:ether_crc32_be (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/sys/net/
H A Dethernet.h432 extern uint32_t ether_crc32_be(const uint8_t *, size_t);
H A Dif_ethersubr.c1137 ether_crc32_be(const uint8_t *buf, size_t len) in ether_crc32_be() function
/freebsd/sys/dev/usb/net/
H A Dif_rue.c477 h = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) >> 26; in rue_hash_maddr()
H A Dif_udav.c508 h = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) >> 26; in udav_hash_maddr()
H A Dif_mos.c588 h = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) >> 26; in mos_hash_maddr()
H A Dif_axge.c781 h = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) >> 26; in axge_hash_maddr()
H A Dif_smsc.c687 return (ether_crc32_be(addr, ETHER_ADDR_LEN) >> 26) & 0x3f; in smsc_hash()
H A Dif_axe.c486 h = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) >> 26; in axe_hash_maddr()
H A Dif_muge.c1849 return (ether_crc32_be(addr, ETHER_ADDR_LEN) >> 23) & 0x1ff; in muge_hash()
H A Dif_ure.c1177 h = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) >> 26; in ure_hash_maddr()
/freebsd/sys/arm/allwinner/
H A Dif_emac.c221 h = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) >> 26; in emac_hash_maddr()
/freebsd/sys/dev/lge/
H A Dif_lge.c358 h = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) >> 26; in lge_hash_maddr()
/freebsd/sys/dev/tsec/
H A Dif_tsec.c1885 h = (ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) >> 24) & 0xFF; in tsec_hash_maddr()
/freebsd/sys/dev/my/
H A Dif_my.c305 h = ~ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) >> 26; in my_hash_maddr()
/freebsd/sys/dev/rl/
H A Dif_rl.c514 h = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) >> 26; in rl_hash_maddr()
/freebsd/sys/dev/sge/
H A Dif_sge.c446 crc = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN); in sge_hash_maddr()
/freebsd/sys/dev/ste/
H A Dif_ste.c410 h = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) & 0x3F; in ste_hash_maddr()
/freebsd/sys/dev/vte/
H A Dif_vte.c1989 crc = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN); in vte_hash_maddr()
/freebsd/sys/dev/sis/
H A Dif_sis.c666 crc = ether_crc32_be(addr, ETHER_ADDR_LEN); in sis_mchash()
/freebsd/sys/dev/ae/
H A Dif_ae.c2033 crc = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN); in ae_hash_maddr()
/freebsd/sys/dev/stge/
H A Dif_stge.c2512 crc = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN); in stge_hash_maddr()
/freebsd/sys/dev/vr/
H A Dif_vr.c459 h = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) >> 26; in vr_hash_maddr()
/freebsd/sys/dev/nge/
H A Dif_nge.c673 h = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) >> 21; in nge_write_maddr()
/freebsd/sys/dev/xl/
H A Dif_xl.c667 h = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN) & 0xFF; in xl_check_maddr_90xB()
/freebsd/sys/dev/et/
H A Dif_et.c1558 h = ether_crc32_be(LLADDR(sdl), ETHER_ADDR_LEN); in et_hash_maddr()

12