Home
last modified time | relevance | path

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

123

/linux/include/linux/
H A Dcrc32.h76 #define ether_crc(length, data) bitrev32(crc32_le(~0, data, length)) macro
H A Detherdevice.h291 return ether_crc(ETH_ALEN, ha->addr); in eth_hw_addr_crc()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac100_core.c113 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in dwmac100_set_filter()
/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fec.c182 crc = ether_crc(6, mac); in set_multicast_one()
/linux/drivers/net/usb/
H A Dsr9700.c280 u32 crc = ether_crc(ETH_ALEN, ha->addr) >> 26; in sr9700_set_multicast()
H A Dmcs7830.c384 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in mcs7830_data_set_multicast()
H A Ddm9601.c315 u32 crc = ether_crc(ETH_ALEN, ha->addr) >> 26; in dm9601_set_multicast()
H A Dasix_common.c483 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in asix_set_multicast()
H A Dsr9800.c321 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in sr_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()
H A Daxnet_cs.c1551 crc = ether_crc(ETH_ALEN, ha->addr); in make_mc_bits()
/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c1296 u32 bit_nr = ~ether_crc(ETH_ALEN, ha->addr) >> 23; in xgmac_set_rx_mode()
1321 u32 bit_nr = ~ether_crc(ETH_ALEN, ha->addr) >> 23; in xgmac_set_rx_mode()
/linux/drivers/net/ethernet/sgi/
H A Dmeth.c798 set_bit((ether_crc(ETH_ALEN, ha->addr) >> 26), in meth_set_rx_mode()
/linux/drivers/net/ethernet/dec/tulip/
H A Dtulip_core.c1087 filterbit = ether_crc(ETH_ALEN, in set_rx_mode()
1095 ether_crc(ETH_ALEN, ha->addr), in set_rx_mode()
/linux/drivers/net/ethernet/micrel/
H A Dks8851_common.c617 crc = ether_crc(ETH_ALEN, ha->addr); in ks8851_set_rx_mode()
/linux/drivers/staging/vt6656/
H A Dmain_usb.c852 bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in vnt_prepare_multicast()
/linux/drivers/net/ethernet/faraday/
H A Dftmac100.c158 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.c1039 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/
H A Dethoc.c857 u32 crc = ether_crc(ETH_ALEN, ha->addr); in ethoc_set_multicast_list()
/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/ethernet/nxp/
H A Dlpc_eth.c1140 hash_val = (ether_crc(6, ha->addr) >> 23) & 0x3F; in lpc_eth_set_multicast_list()

123