| /linux/include/linux/ |
| H A D | crc32.h | 107 #define ether_crc(length, data) bitrev32(crc32_le(~0, data, length)) macro
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac100_core.c | 113 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in dwmac100_set_filter()
|
| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mac-fec.c | 178 crc = ether_crc(6, mac); in set_multicast_one()
|
| /linux/drivers/net/usb/ |
| H A D | sr9700.c | 287 u32 crc = ether_crc(ETH_ALEN, ha->addr) >> 26; in sr9700_set_multicast()
|
| H A D | mcs7830.c | 384 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in mcs7830_data_set_multicast()
|
| H A D | dm9601.c | 315 u32 crc = ether_crc(ETH_ALEN, ha->addr) >> 26; in dm9601_set_multicast()
|
| H A D | asix_common.c | 466 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in asix_set_multicast()
|
| H A D | sr9800.c | 321 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in sr_set_multicast()
|
| H A D | asix_devices.c | 157 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in ax88172_set_multicast()
|
| H A D | aqc111.c | 555 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in aqc111_set_rx_mode()
|
| /linux/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | pm3393.c | 370 bit = (ether_crc(ETH_ALEN, ha->addr) >> 23) & 0x3f; in pm3393_set_rx_mode()
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | lib8390.c | 886 u32 crc = ether_crc(ETH_ALEN, ha->addr); in make_mc_bits()
|
| H A D | axnet_cs.c | 1551 crc = ether_crc(ETH_ALEN, ha->addr); in make_mc_bits()
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | tulip_core.c | 1087 filterbit = ether_crc(ETH_ALEN, in set_rx_mode() 1095 ether_crc(ETH_ALEN, ha->addr), in set_rx_mode()
|
| H A D | winbond-840.c | 1353 filbit = (ether_crc(ETH_ALEN, ha->addr) >> 26) ^ 0x3F; in __set_rx_mode()
|
| /linux/drivers/net/ethernet/rdc/ |
| H A D | r6040.c | 918 crc = ether_crc(ETH_ALEN, addrs); in r6040_multicast_list()
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | au1000_eth.c | 1039 set_bit(ether_crc(ETH_ALEN, ha->addr)>>26, in au1000_multicast_list()
|
| /linux/drivers/net/ethernet/silan/ |
| H A D | sc92031.c | 434 crc = ~ether_crc(ETH_ALEN, ha->addr); in _sc92031_set_mar()
|
| /linux/drivers/net/ethernet/asix/ |
| H A D | ax88796c_main.c | 115 crc_bits = ether_crc(ETH_ALEN, ha->addr); in ax88796c_set_hw_multicast()
|
| /linux/drivers/net/ethernet/tundra/ |
| H A D | tsi108_eth.c | 1178 crc = ether_crc(6, ha->addr); in tsi108_set_rx_mode()
|
| /linux/drivers/net/ethernet/qualcomm/emac/ |
| H A D | emac-mac.c | 254 crc32 = ether_crc(ETH_ALEN, addr); in emac_mac_multicast_addr_set()
|
| /linux/drivers/net/ethernet/aeroflex/ |
| H A D | greth.c | 1040 return (ether_crc(6, addr)) & 0x3F; in greth_hash_get_index()
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smsc9420.c | 187 return (ether_crc(ETH_ALEN, addr) >> 26) & 0x3f; in smsc9420_hash()
|
| H A D | smc91c92_cs.c | 1566 u_int position = ether_crc(6, ha->addr); in set_rx_mode()
|
| /linux/drivers/net/ethernet/alacritech/ |
| H A D | slicoss.c | 214 crc = ether_crc(ETH_ALEN, addr) >> 23; in slic_set_mcast_bit()
|