Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dcrc32.h107 #define ether_crc(length, data) bitrev32(crc32_le(~0, data, length)) macro
/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.c178 crc = ether_crc(6, mac); in set_multicast_one()
/linux/drivers/net/usb/
H A Dsr9700.c287 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.c466 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()
H A Dasix_devices.c157 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in ax88172_set_multicast()
H A Daqc111.c555 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in aqc111_set_rx_mode()
/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/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()
H A Dwinbond-840.c1353 filbit = (ether_crc(ETH_ALEN, ha->addr) >> 26) ^ 0x3F; in __set_rx_mode()
/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/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/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()
H A Dsmc91c92_cs.c1566 u_int position = ether_crc(6, ha->addr); in set_rx_mode()
/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c214 crc = ether_crc(ETH_ALEN, addr) >> 23; in slic_set_mcast_bit()

12