/openbmc/linux/include/linux/ |
H A D | crc32.h | 77 #define ether_crc_le(length, data) crc32_le(~0, data, length) macro
|
/openbmc/linux/drivers/net/ethernet/packetengines/ |
H A D | yellowfin.c | 1318 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 D | atl1e_hw.c | 160 crc32 = ether_crc_le(6, mc_addr); in atl1e_hash_mc_addr()
|
/openbmc/linux/drivers/net/usb/ |
H A D | catc.c | 622 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 D | 7990.c | 618 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
|
H A D | a2065.c | 599 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
|
H A D | declance.c | 966 crc = ether_crc_le(ETH_ALEN, ha->addr); in lance_load_multicast()
|
H A D | sunlance.c | 1187 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
|
/openbmc/linux/drivers/net/ethernet/apple/ |
H A D | macmace.c | 510 crc = ether_crc_le(6, ha->addr); in mace_set_multicast()
|
H A D | mace.c | 612 crc = ether_crc_le(6, ha->addr); in mace_set_multicast()
|
H A D | bmac.c | 1030 crc = ether_crc_le(6, ha->addr); in bmac_set_multicast()
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.c | 209 crc32 = ether_crc_le(6, mc_addr); in atl1c_hash_mc_addr()
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc9194.c | 436 position = ether_crc_le(6, ha->addr) & 0x3f; in smc_setmulticast()
|
/openbmc/linux/drivers/net/ethernet/arc/ |
H A D | emac_main.c | 529 bit = ether_crc_le(ETH_ALEN, ha->addr) >> 26; in arc_emac_set_rx_mode()
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | tulip_core.c | 1011 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 D | dl2k.c | 343 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 D | fmvj18x_cs.c | 1159 unsigned int bit = ether_crc_le(ETH_ALEN, ha->addr) >> 26; in set_rx_mode()
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunqe.c | 651 crc = ether_crc_le(6, ha->addr); in qe_set_multicast()
|
H A D | sunbmac.c | 1022 crc = ether_crc_le(6, ha->addr); in bigmac_set_multicast()
|
H A D | sunhme.c | 1357 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 D | fec_mpc52xx.c | 575 crc = ether_crc_le(6, ha->addr) >> 26; in mpc52xx_fec_set_multicast_list()
|
/openbmc/linux/drivers/net/ethernet/davicom/ |
H A D | dm9051.c | 1062 hash_val = ether_crc_le(ETH_ALEN, ha->addr) & GENMASK(5, 0); in dm9051_set_rx_mode()
|
H A D | dm9000.c | 858 hash_val = ether_crc_le(6, ha->addr) & 0x3f; in dm9000_hash_table_unlocked()
|
/openbmc/linux/drivers/net/ethernet/sgi/ |
H A D | ioc3-eth.c | 1146 crc = ether_crc_le(ETH_ALEN, addr); in ioc3_hash()
|
/openbmc/linux/drivers/net/ethernet/ |
H A D | korina.c | 745 crc = ether_crc_le(6, ha->addr); in korina_multicast_list()
|