Home
last modified time | relevance | path

Searched refs:ether_crc (Results 26 – 50 of 61) sorted by relevance

123

/openbmc/linux/drivers/net/usb/
H A Dasix_devices.c157 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in ax88172_set_multicast()
H A Daqc111.c549 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in aqc111_set_rx_mode()
H A Dax88179_178a.c898 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in ax88179_set_multicast()
H A Dsmsc95xx.c476 return (ether_crc(ETH_ALEN, addr) >> 26) & 0x3f; in smsc95xx_hash()
H A Dsmsc75xx.c522 return (ether_crc(ETH_ALEN, addr) >> 23) & 0x1ff; in smsc75xx_hash()
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c1353 filbit = (ether_crc(ETH_ALEN, ha->addr) >> 26) ^ 0x3F; in __set_rx_mode()
/openbmc/linux/drivers/net/ethernet/aeroflex/
H A Dgreth.c1039 return (ether_crc(6, addr)) & 0x3F; in greth_hash_get_index()
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c254 crc32 = ether_crc(ETH_ALEN, addr); in emac_mac_multicast_addr_set()
/openbmc/linux/drivers/net/phy/
H A Ddp83640.c827 hash = ether_crc(DP83640_PACKET_HASH_LEN, in match()
/openbmc/linux/drivers/net/
H A Dtun.c870 int n = ether_crc(ETH_ALEN, addr) >> 26; in addr_hash_set()
876 int n = ether_crc(ETH_ALEN, addr) >> 26; in addr_hash_test()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmsc9420.c186 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()
H A Dsmsc911x.c1290 return (ether_crc(ETH_ALEN, addr) >> 26) & 0x3f; in smsc911x_hash()
/openbmc/linux/drivers/net/ethernet/
H A Dfealnx.c1793 bit = (ether_crc(ETH_ALEN, ha->addr) >> 26) ^ 0x3F; in __set_rx_mode()
/openbmc/linux/drivers/net/wireless/admtek/
H A Dadm8211.c1337 bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in adm8211_prepare_multicast()
/openbmc/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c214 crc = ether_crc(ETH_ALEN, addr) >> 23; in slic_set_mcast_bit()
/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis190.c860 ether_crc(ETH_ALEN, ha->addr) & 0x3f; in sis190_set_rx_mode()
H A Dsis900.c2363 u32 crc = ether_crc(6, addr); in sis900_mcast_bitnr()
/openbmc/linux/drivers/staging/vt6655/
H A Ddevice_main.c1559 bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in vnt_prepare_multicast()
/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139cp.c911 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in __cp_set_rx_mode()
H A D8139too.c2577 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in __set_rx_mode()
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dmain.c561 crc32 = ether_crc(ETH_ALEN, addr); in alx_add_mc_addr()
/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-rhine.c2263 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26; in rhine_set_rx_mode()
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c3229 crc = ether_crc(to, data); in hw_set_wol_frame()
3808 position = (ether_crc(6, hw->multi_list[i]) >> 26) & 0x3f; in hw_set_grp_addr()

123