Home
last modified time | relevance | path

Searched refs:ether_crc (Results 1 – 54 of 54) sorted by relevance

/linux-4.1.27/include/linux/
Dcrc32.h76 #define ether_crc(length, data) bitrev32(crc32_le(~0, data, length)) macro
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Ddwmac100_core.c133 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in dwmac100_set_filter()
/linux-4.1.27/drivers/net/usb/
Dsr9700.c279 u32 crc = ether_crc(ETH_ALEN, ha->addr) >> 26; in sr9700_set_multicast()
Dmcs7830.c388 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in mcs7830_data_set_multicast()
Ddm9601.c310 u32 crc = ether_crc(ETH_ALEN, ha->addr) >> 26; in dm9601_set_multicast()
Dasix_common.c351 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in asix_set_multicast()
Dsr9800.c322 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in sr_set_multicast()
Dasix_devices.c158 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in ax88172_set_multicast()
Dax88179_178a.c861 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in ax88179_set_multicast()
Dsmsc95xx.c454 return (ether_crc(ETH_ALEN, addr) >> 26) & 0x3f; in smsc95xx_hash()
Dsmsc75xx.c526 return (ether_crc(ETH_ALEN, addr) >> 23) & 0x1ff; in smsc75xx_hash()
Dr8152.c1952 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in _rtl8152_set_rx_mode()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Dpm3393.c385 bit = (ether_crc(ETH_ALEN, ha->addr) >> 23) & 0x3f; in pm3393_set_rx_mode()
/linux-4.1.27/drivers/net/ethernet/8390/
Dlib8390.c880 u32 crc = ether_crc(ETH_ALEN, ha->addr); in make_mc_bits()
Daxnet_cs.c1547 crc = ether_crc(ETH_ALEN, ha->addr); in make_mc_bits()
/linux-4.1.27/drivers/net/ethernet/calxeda/
Dxgmac.c1304 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.1.27/drivers/net/ethernet/sgi/
Dmeth.c799 set_bit((ether_crc(ETH_ALEN, ha->addr) >> 26), in meth_set_rx_mode()
/linux-4.1.27/drivers/staging/vt6656/
Dmain_usb.c771 bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in vnt_prepare_multicast()
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
Dtulip_core.c1101 filterbit = ether_crc(ETH_ALEN, in set_rx_mode()
1109 ether_crc(ETH_ALEN, ha->addr), in set_rx_mode()
Dwinbond-840.c1366 filbit = (ether_crc(ETH_ALEN, ha->addr) >> 26) ^ 0x3F; in __set_rx_mode()
/linux-4.1.27/drivers/net/
Dtun.c623 int n = ether_crc(ETH_ALEN, addr) >> 26; in addr_hash_set()
629 int n = ether_crc(ETH_ALEN, addr) >> 26; in addr_hash_test()
/linux-4.1.27/drivers/net/ethernet/micrel/
Dks8851.c1004 crc = ether_crc(ETH_ALEN, ha->addr); in ks8851_set_rx_mode()
Dksz884x.c3611 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.1.27/drivers/net/ethernet/rdc/
Dr6040.c931 crc = ether_crc(ETH_ALEN, addrs); in r6040_multicast_list()
/linux-4.1.27/drivers/net/ethernet/amd/
Dau1000_eth.c1106 set_bit(ether_crc(ETH_ALEN, ha->addr)>>26, in au1000_multicast_list()
/linux-4.1.27/drivers/net/ethernet/
Dethoc.c826 u32 crc = ether_crc(ETH_ALEN, ha->addr); in ethoc_set_multicast_list()
Dfealnx.c1797 bit = (ether_crc(ETH_ALEN, ha->addr) >> 26) ^ 0x3F; in __set_rx_mode()
Djme.c2339 bit_nr = ether_crc(ETH_ALEN, ha->addr) & 0x3F; in jme_set_multi()
/linux-4.1.27/drivers/net/ethernet/nxp/
Dlpc_eth.c1186 hash_val = (ether_crc(6, ha->addr) >> 23) & 0x3F; in lpc_eth_set_multicast_list()
/linux-4.1.27/drivers/net/ethernet/silan/
Dsc92031.c435 crc = ~ether_crc(ETH_ALEN, ha->addr); in _sc92031_set_mar()
/linux-4.1.27/drivers/net/ethernet/tundra/
Dtsi108_eth.c1196 crc = ether_crc(6, ha->addr); in tsi108_set_rx_mode()
/linux-4.1.27/drivers/net/ethernet/aeroflex/
Dgreth.c1041 return (ether_crc(6, addr)) & 0x3F; in greth_hash_get_index()
/linux-4.1.27/drivers/net/ethernet/atheros/alx/
Dmain.c455 crc32 = ether_crc(ETH_ALEN, addr); in alx_add_mc_addr()
/linux-4.1.27/drivers/net/ethernet/adi/
Dbfin_mac.c1459 crc = ether_crc(ETH_ALEN, ha->addr); in bfin_mac_multicast_hash()
/linux-4.1.27/drivers/net/ethernet/sis/
Dsis190.c857 ether_crc(ETH_ALEN, ha->addr) & 0x3f; in sis190_set_rx_mode()
Dsis900.c2284 u32 crc = ether_crc(6, addr); in sis900_mcast_bitnr()
/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmc911x.c1350 position = ether_crc(ETH_ALEN, ha->addr)>>26; in smc911x_set_multicast_list()
Dsmsc9420.c200 return (ether_crc(ETH_ALEN, addr) >> 26) & 0x3f; in smsc9420_hash()
Dsmc91c92_cs.c1562 u_int position = ether_crc(6, ha->addr); in set_rx_mode()
Dsmsc911x.c1296 return (ether_crc(ETH_ALEN, addr) >> 26) & 0x3f; in smsc911x_hash()
/linux-4.1.27/drivers/net/wireless/
Dadm8211.c1332 bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in adm8211_prepare_multicast()
/linux-4.1.27/drivers/staging/vt6655/
Ddevice_main.c1516 bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in vnt_prepare_multicast()
/linux-4.1.27/drivers/net/ethernet/realtek/
D8139cp.c923 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in __cp_set_rx_mode()
D8139too.c2583 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in __set_rx_mode()
Dr8169.c5275 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in rtl_set_rx_mode()
/linux-4.1.27/drivers/net/ethernet/3com/
Dtyphoon.c879 int bit = ether_crc(ETH_ALEN, ha->addr) & 0x3f; in typhoon_set_rx_mode()
/linux-4.1.27/drivers/net/ethernet/via/
Dvia-rhine.c2207 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in rhine_set_rx_mode()
/linux-4.1.27/drivers/net/ethernet/natsemi/
Dnatsemi.c2500 int b = (ether_crc(ETH_ALEN, ha->addr) >> 23) & 0x1ff; in __set_rx_mode()
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
Dcore.c421 ether_crc(ETH_ALEN, ha->addr)); in emac_hash_mc()
/linux-4.1.27/drivers/staging/slicoss/
Dslicoss.c167 crcpoly = ether_crc(ETH_ALEN, address)>>23; in slic_mcast_set_bit()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar.c3341 u32 result = ether_crc(ETH_ALEN, addr); in gfar_set_hash_for_addr()
/linux-4.1.27/drivers/net/ethernet/agere/
Det131x.c966 result = ether_crc(6, adapter->multicast_list[i]); in et1310_setup_device_for_multicast()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dskge.c2968 u32 bit = ether_crc(ETH_ALEN, addr) & 0x3f; in yukon_add_filter()
Dsky2.c3852 bit = ether_crc(ETH_ALEN, addr) & 63; in sky2_add_filter()