Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dcrc32.h107 #define ether_crc(length, data) bitrev32(crc32_le(~0, data, length)) macro
H A Detherdevice.h292 return ether_crc(ETH_ALEN, ha->addr); in eth_hw_addr_crc()
/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fec.c178 crc = ether_crc(6, mac); in set_multicast_one()
/linux/drivers/net/usb/
H A Ddm9601.c294 u32 crc = ether_crc(ETH_ALEN, ha->addr) >> 26; in dm9601_set_multicast()
H A Dasix_common.c466 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in asix_set_multicast()
H A Dasix_devices.c143 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in ax88172_set_multicast()
H A Daqc111.c550 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in aqc111_set_rx_mode()
H A Dax88179_178a.c892 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in ax88179_set_multicast()
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dpm3393.c370 bit = (ether_crc(ETH_ALEN, ha->addr) >> 23) & 0x3f; in pm3393_set_rx_mode()
/linux/drivers/net/ethernet/8390/
H A Dlib8390.c886 u32 crc = ether_crc(ETH_ALEN, ha->addr); in make_mc_bits()
/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c1293 u32 bit_nr = ~ether_crc(ETH_ALEN, ha->addr) >> 23; in xgmac_set_rx_mode()
1318 u32 bit_nr = ~ether_crc(ETH_ALEN, ha->addr) >> 23; in xgmac_set_rx_mode()
/linux/drivers/net/ethernet/faraday/
H A Dftmac100.c157 u32 hash = ether_crc(ETH_ALEN, ha->addr) >> 26; in ftmac100_setup_mc_ht()
/linux/drivers/net/ethernet/rdc/
H A Dr6040.c918 crc = ether_crc(ETH_ALEN, addrs); in r6040_multicast_list()
/linux/drivers/net/ethernet/amd/
H A Dau1000_eth.c1040 set_bit(ether_crc(ETH_ALEN, ha->addr)>>26, in au1000_multicast_list()
/linux/drivers/net/ethernet/silan/
H A Dsc92031.c434 crc = ~ether_crc(ETH_ALEN, ha->addr); in _sc92031_set_mar()
/linux/drivers/net/ethernet/asix/
H A Dax88796c_main.c115 crc_bits = ether_crc(ETH_ALEN, ha->addr); in ax88796c_set_hw_multicast()
/linux/drivers/net/ethernet/tundra/
H A Dtsi108_eth.c1178 crc = ether_crc(6, ha->addr); in tsi108_set_rx_mode()
/linux/drivers/net/phy/
H A Ddp83640.c812 hash = ether_crc(DP83640_PACKET_HASH_LEN, in match()
/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c254 crc32 = ether_crc(ETH_ALEN, addr); in emac_mac_multicast_addr_set()
/linux/drivers/net/ethernet/aeroflex/
H A Dgreth.c1040 return (ether_crc(6, addr)) & 0x3F; in greth_hash_get_index()
/linux/drivers/net/ethernet/smsc/
H A Dsmsc9420.c187 return (ether_crc(ETH_ALEN, addr) >> 26) & 0x3f; in smsc9420_hash()
/linux/drivers/net/
H A Dtun.c844 int n = ether_crc(ETH_ALEN, addr) >> 26; in addr_hash_set()
850 int n = ether_crc(ETH_ALEN, addr) >> 26; in addr_hash_test()
/linux/drivers/net/wireless/admtek/
H A Dadm8211.c1337 bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in adm8211_prepare_multicast()
/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c214 crc = ether_crc(ETH_ALEN, addr) >> 23; in slic_set_mcast_bit()
/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c865 u32 crc32 = ether_crc(ETH_ALEN, addr); in emac_ether_addr_hash()

12