Home
last modified time | relevance | path

Searched refs:ether_crc_le (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/linux/include/linux/
H A Dcrc32.h77 #define ether_crc_le(length, data) crc32_le(~0, data, length) macro
/openbmc/linux/drivers/net/ethernet/packetengines/
H A Dyellowfin.c1318 bit = (ether_crc_le(3, ha->addr) >> 3) & 0x3f; in set_rx_mode()
1320 bit = (ether_crc_le(4, ha->addr) >> 3) & 0x3f; in set_rx_mode()
1322 bit = (ether_crc_le(5, ha->addr) >> 3) & 0x3f; in set_rx_mode()
1325 bit = (ether_crc_le(6, ha->addr) >> 3) & 0x3f; in set_rx_mode()
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c160 crc32 = ether_crc_le(6, mc_addr); in atl1e_hash_mc_addr()
/openbmc/linux/drivers/net/usb/
H A Dcatc.c622 crc = ether_crc_le(6, addr); in catc_multicast()
648 u32 crc = ether_crc_le(6, ha->addr); in catc_set_multicast_list()
/openbmc/linux/drivers/net/ethernet/amd/
H A D7990.c618 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
H A Da2065.c599 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
H A Ddeclance.c966 crc = ether_crc_le(ETH_ALEN, ha->addr); in lance_load_multicast()
H A Dsunlance.c1187 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
/openbmc/linux/drivers/net/ethernet/apple/
H A Dmacmace.c510 crc = ether_crc_le(6, ha->addr); in mace_set_multicast()
H A Dmace.c612 crc = ether_crc_le(6, ha->addr); in mace_set_multicast()
H A Dbmac.c1030 crc = ether_crc_le(6, ha->addr); in bmac_set_multicast()
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c209 crc32 = ether_crc_le(6, mc_addr); in atl1c_hash_mc_addr()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.c436 position = ether_crc_le(6, ha->addr) & 0x3f; in smc_setmulticast()
/openbmc/linux/drivers/net/ethernet/arc/
H A Demac_main.c529 bit = ether_crc_le(ETH_ALEN, ha->addr) >> 26; in arc_emac_set_rx_mode()
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dtulip_core.c1011 int index = ether_crc_le(ETH_ALEN, ha->addr) & 0x1ff; in build_setup_frame_hash()
1084 filterbit = ether_crc_le(ETH_ALEN, in set_rx_mode()
/openbmc/linux/drivers/net/ethernet/dlink/
H A Ddl2k.c343 crc = ~ether_crc_le (256 - 4, sromdata); in parse_eeprom()
1211 int crc = ether_crc_le(ETH_ALEN, ha->addr); in set_multicast()
/openbmc/linux/drivers/net/ethernet/fujitsu/
H A Dfmvj18x_cs.c1159 unsigned int bit = ether_crc_le(ETH_ALEN, ha->addr) >> 26; in set_rx_mode()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunqe.c651 crc = ether_crc_le(6, ha->addr); in qe_set_multicast()
H A Dsunbmac.c1022 crc = ether_crc_le(6, ha->addr); in bigmac_set_multicast()
H A Dsunhme.c1357 crc = ether_crc_le(6, ha->addr); in happy_meal_init()
2107 crc = ether_crc_le(6, ha->addr); in happy_meal_set_multicast()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c575 crc = ether_crc_le(6, ha->addr) >> 26; in mpc52xx_fec_set_multicast_list()
/openbmc/linux/drivers/net/ethernet/davicom/
H A Ddm9051.c1062 hash_val = ether_crc_le(ETH_ALEN, ha->addr) & GENMASK(5, 0); in dm9051_set_rx_mode()
H A Ddm9000.c858 hash_val = ether_crc_le(6, ha->addr) & 0x3f; in dm9000_hash_table_unlocked()
/openbmc/linux/drivers/net/ethernet/sgi/
H A Dioc3-eth.c1146 crc = ether_crc_le(ETH_ALEN, addr); in ioc3_hash()
/openbmc/linux/drivers/net/ethernet/
H A Dkorina.c745 crc = ether_crc_le(6, ha->addr); in korina_multicast_list()

12