| /Linux-v5.4/include/linux/ |
| D | crc32.h | 77 #define ether_crc_le(length, data) crc32_le(~0, data, length) macro
|
| /Linux-v5.4/drivers/net/ethernet/packetengines/ |
| D | yellowfin.c | 1303 bit = (ether_crc_le(3, ha->addr) >> 3) & 0x3f; in set_rx_mode() 1305 bit = (ether_crc_le(4, ha->addr) >> 3) & 0x3f; in set_rx_mode() 1307 bit = (ether_crc_le(5, ha->addr) >> 3) & 0x3f; in set_rx_mode() 1310 bit = (ether_crc_le(6, ha->addr) >> 3) & 0x3f; in set_rx_mode()
|
| /Linux-v5.4/drivers/net/ethernet/atheros/atl1e/ |
| D | atl1e_hw.c | 160 crc32 = ether_crc_le(6, mc_addr); in atl1e_hash_mc_addr()
|
| /Linux-v5.4/drivers/net/usb/ |
| 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()
|
| /Linux-v5.4/drivers/net/ethernet/amd/ |
| D | 7990.c | 618 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
|
| D | a2065.c | 604 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
|
| D | am79c961a.c | 201 crc = ether_crc_le(ETH_ALEN, addr); in am79c961_mc_hash()
|
| D | declance.c | 966 crc = ether_crc_le(ETH_ALEN, ha->addr); in lance_load_multicast()
|
| D | sunlance.c | 1192 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
|
| /Linux-v5.4/drivers/net/ethernet/apple/ |
| D | macmace.c | 506 crc = ether_crc_le(6, ha->addr); in mace_set_multicast()
|
| D | mace.c | 607 crc = ether_crc_le(6, ha->addr); in mace_set_multicast()
|
| D | bmac.c | 1034 crc = ether_crc_le(6, ha->addr); in bmac_set_multicast()
|
| /Linux-v5.4/drivers/net/ethernet/atheros/atl1c/ |
| D | atl1c_hw.c | 209 crc32 = ether_crc_le(6, mc_addr); in atl1c_hash_mc_addr()
|
| /Linux-v5.4/drivers/net/ethernet/smsc/ |
| D | smc9194.c | 436 position = ether_crc_le(6, ha->addr) & 0x3f; in smc_setmulticast()
|
| D | epic100.c | 1365 ether_crc_le(ETH_ALEN, ha->addr) & 0x3f; in set_rx_mode()
|
| /Linux-v5.4/drivers/net/ethernet/arc/ |
| D | emac_main.c | 530 bit = ether_crc_le(ETH_ALEN, ha->addr) >> 26; in arc_emac_set_rx_mode()
|
| /Linux-v5.4/drivers/net/ethernet/dlink/ |
| D | dl2k.c | 348 crc = ~ether_crc_le (256 - 4, sromdata); in parse_eeprom() 1221 int crc = ether_crc_le(ETH_ALEN, ha->addr); in set_multicast()
|
| /Linux-v5.4/drivers/net/ethernet/fujitsu/ |
| D | fmvj18x_cs.c | 1159 unsigned int bit = ether_crc_le(ETH_ALEN, ha->addr) >> 26; in set_rx_mode()
|
| /Linux-v5.4/drivers/net/ethernet/sun/ |
| D | sunqe.c | 651 crc = ether_crc_le(6, ha->addr); in qe_set_multicast()
|
| D | sunbmac.c | 1022 crc = ether_crc_le(6, ha->addr); in bigmac_set_multicast()
|
| /Linux-v5.4/drivers/net/ethernet/dec/tulip/ |
| D | tulip_core.c | 1021 int index = ether_crc_le(ETH_ALEN, ha->addr) & 0x1ff; in build_setup_frame_hash() 1094 filterbit = ether_crc_le(ETH_ALEN, in set_rx_mode()
|
| /Linux-v5.4/drivers/net/ethernet/freescale/ |
| D | fec_mpc52xx.c | 573 crc = ether_crc_le(6, ha->addr) >> 26; in mpc52xx_fec_set_multicast_list()
|
| /Linux-v5.4/drivers/net/ethernet/ |
| D | korina.c | 504 crc = ether_crc_le(6, ha->addr); in korina_multicast_list()
|
| /Linux-v5.4/drivers/net/ethernet/davicom/ |
| D | dm9000.c | 862 hash_val = ether_crc_le(6, ha->addr) & 0x3f; in dm9000_hash_table_unlocked()
|
| /Linux-v5.4/drivers/net/ethernet/sgi/ |
| D | ioc3-eth.c | 1532 crc = ether_crc_le(ETH_ALEN, addr); in ioc3_hash()
|