Home
last modified time | relevance | path

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

123

/linux/include/linux/
A Dcrc32.h76 #define ether_crc(length, data) bitrev32(crc32_le(~0, data, length)) macro
A Detherdevice.h285 return ether_crc(ETH_ALEN, ha->addr); in eth_hw_addr_crc()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac100_core.c121 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in dwmac100_set_filter()
/linux/drivers/net/ethernet/freescale/fs_enet/
A Dmac-fec.c183 crc = ether_crc(6, mac); in set_multicast_one()
/linux/drivers/net/usb/
A Dsr9700.c280 u32 crc = ether_crc(ETH_ALEN, ha->addr) >> 26; in sr9700_set_multicast()
A Dmcs7830.c376 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in mcs7830_data_set_multicast()
A Ddm9601.c310 u32 crc = ether_crc(ETH_ALEN, ha->addr) >> 26; in dm9601_set_multicast()
A Dsr9800.c321 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in sr_set_multicast()
A Dasix_common.c477 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in asix_set_multicast()
A Dasix_devices.c157 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in ax88172_set_multicast()
/linux/drivers/net/ethernet/chelsio/cxgb/
A Dpm3393.c379 bit = (ether_crc(ETH_ALEN, ha->addr) >> 23) & 0x3f; in pm3393_set_rx_mode()
/linux/drivers/net/ethernet/calxeda/
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/8390/
A Dlib8390.c887 u32 crc = ether_crc(ETH_ALEN, ha->addr); in make_mc_bits()
A Daxnet_cs.c1554 crc = ether_crc(ETH_ALEN, ha->addr); in make_mc_bits()
/linux/drivers/net/ethernet/sgi/
A Dmeth.c798 set_bit((ether_crc(ETH_ALEN, ha->addr) >> 26), in meth_set_rx_mode()
/linux/drivers/net/ethernet/dec/tulip/
A Dtulip_core.c1087 filterbit = ether_crc(ETH_ALEN, in set_rx_mode()
1095 ether_crc(ETH_ALEN, ha->addr), in set_rx_mode()
A Dwinbond-840.c1355 filbit = (ether_crc(ETH_ALEN, ha->addr) >> 26) ^ 0x3F; in __set_rx_mode()
/linux/drivers/staging/vt6656/
A Dmain_usb.c852 bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in vnt_prepare_multicast()
/linux/drivers/net/ethernet/micrel/
A Dks8851_common.c636 crc = ether_crc(ETH_ALEN, ha->addr); in ks8851_set_rx_mode()
/linux/drivers/net/ethernet/amd/
A Dau1000_eth.c1039 set_bit(ether_crc(ETH_ALEN, ha->addr)>>26, in au1000_multicast_list()
/linux/drivers/net/ethernet/rdc/
A Dr6040.c918 crc = ether_crc(ETH_ALEN, addrs); in r6040_multicast_list()
/linux/drivers/net/ethernet/
A Dethoc.c857 u32 crc = ether_crc(ETH_ALEN, ha->addr); in ethoc_set_multicast_list()
/linux/drivers/net/ethernet/asix/
A Dax88796c_main.c115 crc_bits = ether_crc(ETH_ALEN, ha->addr); in ax88796c_set_hw_multicast()
/linux/drivers/net/ethernet/silan/
A Dsc92031.c434 crc = ~ether_crc(ETH_ALEN, ha->addr); in _sc92031_set_mar()
/linux/drivers/net/ethernet/nxp/
A Dlpc_eth.c1140 hash_val = (ether_crc(6, ha->addr) >> 23) & 0x3F; in lpc_eth_set_multicast_list()

Completed in 83 milliseconds

123