Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcrc32.h108 #define ether_crc_le(length, data) crc32_le(~0, data, length) macro
/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c160 crc32 = ether_crc_le(6, mc_addr); in atl1e_hash_mc_addr()
/linux/drivers/net/usb/
H A Dcatc.c626 crc = ether_crc_le(6, addr); in catc_multicast()
652 u32 crc = ether_crc_le(6, ha->addr); in catc_set_multicast_list()
/linux/drivers/net/ethernet/amd/
H A D7990.c618 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
H A Dsunlance.c1187 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
H A Damd8111e.c1351 bit_num = (ether_crc_le(ETH_ALEN, ha->addr) >> 26) & 0x3f; in amd8111e_set_multicast_list()
H A Dpcnet32.c2707 crc = ether_crc_le(6, ha->addr); in pcnet32_load_multicast()
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c209 crc32 = ether_crc_le(6, mc_addr); in atl1c_hash_mc_addr()
/linux/drivers/net/ethernet/arc/
H A Demac_main.c532 bit = ether_crc_le(ETH_ALEN, ha->addr) >> 26; in arc_emac_set_rx_mode()
/linux/drivers/net/ethernet/sun/
H A Dsunqe.c651 crc = ether_crc_le(6, ha->addr); in qe_set_multicast()
H A Dsunbmac.c1022 crc = ether_crc_le(6, ha->addr); in bigmac_set_multicast()
H A Dsungem.c1780 crc = ether_crc_le(6, ha->addr); in gem_setup_multicast()
H A Dniu.c6384 u32 crc = ether_crc_le(ETH_ALEN, ha->addr); in niu_set_rx_mode()
/linux/drivers/net/ethernet/davicom/
H A Ddm9051.c1062 hash_val = ether_crc_le(ETH_ALEN, ha->addr) & GENMASK(5, 0); in dm9051_set_rx_mode()
H A Ddm9000.c858 hash_val = ether_crc_le(6, ha->addr) & 0x3f; in dm9000_hash_table_unlocked()
/linux/drivers/net/ethernet/apple/
H A Dmace.c610 crc = ether_crc_le(6, ha->addr); in mace_set_multicast()
H A Dbmac.c974 crc = ether_crc_le(6, ha->addr); in bmac_set_multicast()
/linux/drivers/net/ethernet/sgi/
H A Dioc3-eth.c1145 crc = ether_crc_le(ETH_ALEN, addr); in ioc3_hash()
/linux/drivers/net/ethernet/
H A Dkorina.c745 crc = ether_crc_le(6, ha->addr); in korina_multicast_list()
/linux/drivers/net/ethernet/faraday/
H A Dftgmac100.c401 u32 crc_val = ether_crc_le(ETH_ALEN, ha->addr); in ftgmac100_calc_mc_hash()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c2846 crc = ether_crc_le(ETH_ALEN, ha->addr); in ef4_farch_filter_sync_rx_mode()
/linux/drivers/net/ethernet/sfc/siena/
H A Dfarch.c2975 crc = ether_crc_le(ETH_ALEN, ha->addr); in efx_farch_filter_sync_rx_mode()
/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.c548 crc32 = ether_crc_le(6, mc_addr); in atl1_hash_mc_addr()
/linux/drivers/net/ethernet/marvell/
H A Dskge.c2927 crc = ether_crc_le(ETH_ALEN, addr); in genesis_add_filter()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c2740 ew32(PCH_RAICC(i), ~ether_crc_le(ETH_ALEN, mac_addr)); in e1000_lv_jumbo_workaround_ich8lan()