/linux-4.4.14/include/linux/ |
D | crc32.h | 76 #define ether_crc(length, data) bitrev32(crc32_le(~0, data, length)) macro
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac100_core.c | 133 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in dwmac100_set_filter()
|
/linux-4.4.14/drivers/net/usb/ |
D | mcs7830.c | 388 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in mcs7830_data_set_multicast()
|
D | sr9700.c | 279 u32 crc = ether_crc(ETH_ALEN, ha->addr) >> 26; in sr9700_set_multicast()
|
D | dm9601.c | 309 u32 crc = ether_crc(ETH_ALEN, ha->addr) >> 26; in dm9601_set_multicast()
|
D | asix_common.c | 383 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in asix_set_multicast()
|
D | sr9800.c | 322 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in sr_set_multicast()
|
D | asix_devices.c | 158 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in ax88172_set_multicast()
|
D | ax88179_178a.c | 861 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in ax88179_set_multicast()
|
D | smsc95xx.c | 454 return (ether_crc(ETH_ALEN, addr) >> 26) & 0x3f; in smsc95xx_hash()
|
D | smsc75xx.c | 526 return (ether_crc(ETH_ALEN, addr) >> 23) & 0x1ff; in smsc75xx_hash()
|
D | lan78xx.c | 711 return (ether_crc(ETH_ALEN, addr) >> 23) & 0x1ff; in lan78xx_hash()
|
D | r8152.c | 1965 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in _rtl8152_set_rx_mode()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | pm3393.c | 385 bit = (ether_crc(ETH_ALEN, ha->addr) >> 23) & 0x3f; in pm3393_set_rx_mode()
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | lib8390.c | 880 u32 crc = ether_crc(ETH_ALEN, ha->addr); in make_mc_bits()
|
D | axnet_cs.c | 1547 crc = ether_crc(ETH_ALEN, ha->addr); in make_mc_bits()
|
/linux-4.4.14/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 1304 u32 bit_nr = ~ether_crc(ETH_ALEN, ha->addr) >> 23; in xgmac_set_rx_mode() 1329 u32 bit_nr = ~ether_crc(ETH_ALEN, ha->addr) >> 23; in xgmac_set_rx_mode()
|
/linux-4.4.14/drivers/staging/vt6656/ |
D | main_usb.c | 786 bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in vnt_prepare_multicast()
|
/linux-4.4.14/drivers/net/ethernet/sgi/ |
D | meth.c | 799 set_bit((ether_crc(ETH_ALEN, ha->addr) >> 26), in meth_set_rx_mode()
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | tulip_core.c | 1100 filterbit = ether_crc(ETH_ALEN, in set_rx_mode() 1108 ether_crc(ETH_ALEN, ha->addr), in set_rx_mode()
|
D | winbond-840.c | 1366 filbit = (ether_crc(ETH_ALEN, ha->addr) >> 26) ^ 0x3F; in __set_rx_mode()
|
/linux-4.4.14/drivers/net/ |
D | tun.c | 678 int n = ether_crc(ETH_ALEN, addr) >> 26; in addr_hash_set() 684 int n = ether_crc(ETH_ALEN, addr) >> 26; in addr_hash_test()
|
/linux-4.4.14/drivers/net/ethernet/rdc/ |
D | r6040.c | 931 crc = ether_crc(ETH_ALEN, addrs); in r6040_multicast_list()
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ks8851.c | 1004 crc = ether_crc(ETH_ALEN, ha->addr); in ks8851_set_rx_mode()
|
D | ksz884x.c | 3611 crc = ether_crc(to, data); in hw_set_wol_frame() 4190 position = (ether_crc(6, hw->multi_list[i]) >> 26) & 0x3f; in hw_set_grp_addr()
|
/linux-4.4.14/drivers/net/ethernet/ |
D | ethoc.c | 833 u32 crc = ether_crc(ETH_ALEN, ha->addr); in ethoc_set_multicast_list()
|
D | fealnx.c | 1797 bit = (ether_crc(ETH_ALEN, ha->addr) >> 26) ^ 0x3F; in __set_rx_mode()
|
D | jme.c | 2341 bit_nr = ether_crc(ETH_ALEN, ha->addr) & 0x3F; in jme_set_multi()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | au1000_eth.c | 1105 set_bit(ether_crc(ETH_ALEN, ha->addr)>>26, in au1000_multicast_list()
|
/linux-4.4.14/drivers/net/ethernet/silan/ |
D | sc92031.c | 435 crc = ~ether_crc(ETH_ALEN, ha->addr); in _sc92031_set_mar()
|
/linux-4.4.14/drivers/net/ethernet/tundra/ |
D | tsi108_eth.c | 1196 crc = ether_crc(6, ha->addr); in tsi108_set_rx_mode()
|
/linux-4.4.14/drivers/net/ethernet/nxp/ |
D | lpc_eth.c | 1185 hash_val = (ether_crc(6, ha->addr) >> 23) & 0x3F; in lpc_eth_set_multicast_list()
|
/linux-4.4.14/drivers/net/phy/ |
D | dp83640.c | 833 hash = ether_crc(DP83640_PACKET_HASH_LEN, in match()
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | main.c | 455 crc32 = ether_crc(ETH_ALEN, addr); in alx_add_mc_addr()
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
D | bfin_mac.c | 1459 crc = ether_crc(ETH_ALEN, ha->addr); in bfin_mac_multicast_hash()
|
/linux-4.4.14/drivers/net/ethernet/aeroflex/ |
D | greth.c | 1041 return (ether_crc(6, addr)) & 0x3F; in greth_hash_get_index()
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
D | sis190.c | 857 ether_crc(ETH_ALEN, ha->addr) & 0x3f; in sis190_set_rx_mode()
|
D | sis900.c | 2284 u32 crc = ether_crc(6, addr); in sis900_mcast_bitnr()
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc911x.c | 1350 position = ether_crc(ETH_ALEN, ha->addr)>>26; in smc911x_set_multicast_list()
|
D | smsc9420.c | 200 return (ether_crc(ETH_ALEN, addr) >> 26) & 0x3f; in smsc9420_hash()
|
D | smc91c92_cs.c | 1562 u_int position = ether_crc(6, ha->addr); in set_rx_mode()
|
D | smsc911x.c | 1294 return (ether_crc(ETH_ALEN, addr) >> 26) & 0x3f; in smsc911x_hash()
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | device_main.c | 1413 bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in vnt_prepare_multicast()
|
/linux-4.4.14/drivers/net/wireless/ |
D | adm8211.c | 1336 bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in adm8211_prepare_multicast()
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 913 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in __cp_set_rx_mode()
|
D | 8139too.c | 2582 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in __set_rx_mode()
|
D | r8169.c | 5345 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in rtl_set_rx_mode()
|
/linux-4.4.14/drivers/net/ethernet/via/ |
D | via-rhine.c | 2283 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in rhine_set_rx_mode()
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | typhoon.c | 879 int bit = ether_crc(ETH_ALEN, ha->addr) & 0x3f; in typhoon_set_rx_mode()
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 2512 int b = (ether_crc(ETH_ALEN, ha->addr) >> 23) & 0x1ff; in __set_rx_mode()
|
/linux-4.4.14/drivers/staging/slicoss/ |
D | slicoss.c | 165 crcpoly = ether_crc(ETH_ALEN, address) >> 23; in slic_mcast_set_bit()
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | core.c | 421 ether_crc(ETH_ALEN, ha->addr)); in emac_hash_mc()
|
/linux-4.4.14/drivers/net/ethernet/agere/ |
D | et131x.c | 966 result = ether_crc(6, adapter->multicast_list[i]); in et1310_setup_device_for_multicast()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | gianfar.c | 3517 u32 result = ether_crc(ETH_ALEN, addr); in gfar_set_hash_for_addr()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | skge.c | 2968 u32 bit = ether_crc(ETH_ALEN, addr) & 0x3f; in yukon_add_filter()
|
D | sky2.c | 3852 bit = ether_crc(ETH_ALEN, addr) & 63; in sky2_add_filter()
|