Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/include/linux/
H A Dcrc32.h77 #define ether_crc_le(length, data) crc32_le(~0, data, length) macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/packetengines/
H A Dyellowfin.c1316 bit = (ether_crc_le(3, ha->addr) >> 3) & 0x3f; in set_rx_mode()
1318 bit = (ether_crc_le(4, ha->addr) >> 3) & 0x3f; in set_rx_mode()
1320 bit = (ether_crc_le(5, ha->addr) >> 3) & 0x3f; in set_rx_mode()
1323 bit = (ether_crc_le(6, ha->addr) >> 3) & 0x3f; in set_rx_mode()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c160 crc32 = ether_crc_le(6, mc_addr); in atl1e_hash_mc_addr()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/apple/
H A Dmacmace.c506 crc = ether_crc_le(6, ha->addr); in mace_set_multicast()
H A Dmace.c607 crc = ether_crc_le(6, ha->addr); in mace_set_multicast()
H A Dbmac.c1034 crc = ether_crc_le(6, ha->addr); in bmac_set_multicast()
/OK3568_Linux_fs/kernel/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 Dam79c961a.c201 crc = ether_crc_le(ETH_ALEN, addr); in am79c961_mc_hash()
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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc9194.c436 position = ether_crc_le(6, ha->addr) & 0x3f; in smc_setmulticast()
H A Depic100.c1377 ether_crc_le(ETH_ALEN, ha->addr) & 0x3f; in set_rx_mode()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c209 crc32 = ether_crc_le(6, mc_addr); in atl1c_hash_mc_addr()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/dlink/
H A Ddl2k.c343 crc = ~ether_crc_le (256 - 4, sromdata); in parse_eeprom()
1214 int crc = ether_crc_le(ETH_ALEN, ha->addr); in set_multicast()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/arc/
H A Demac_main.c528 bit = ether_crc_le(ETH_ALEN, ha->addr) >> 26; in arc_emac_set_rx_mode()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/fujitsu/
H A Dfmvj18x_cs.c1159 unsigned int bit = ether_crc_le(ETH_ALEN, ha->addr) >> 26; in set_rx_mode()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c573 crc = ether_crc_le(6, ha->addr) >> 26; in mpc52xx_fec_set_multicast_list()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sgi/
H A Dioc3-eth.c1146 crc = ether_crc_le(ETH_ALEN, addr); in ioc3_hash()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/
H A Dkorina.c504 crc = ether_crc_le(6, ha->addr); in korina_multicast_list()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/davicom/
H A Ddm9000.c862 hash_val = ether_crc_le(6, ha->addr) & 0x3f; in dm9000_hash_table_unlocked()

12