Searched refs:ether_crc_le (Results 1 - 41 of 41) sorted by relevance

/linux-4.1.27/include/linux/
H A Dcrc32.h77 #define ether_crc_le(length, data) crc32_le(~0, data, length) macro
/linux-4.1.27/drivers/net/usb/
H A Dcatc.c633 crc = ether_crc_le(6, addr); catc_multicast()
659 u32 crc = ether_crc_le(6, ha->addr); netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/packetengines/
H A Dyellowfin.c1307 bit = (ether_crc_le(3, ha->addr) >> 3) & 0x3f; netdev_for_each_mc_addr()
1309 bit = (ether_crc_le(4, ha->addr) >> 3) & 0x3f; netdev_for_each_mc_addr()
1311 bit = (ether_crc_le(5, ha->addr) >> 3) & 0x3f; netdev_for_each_mc_addr()
1314 bit = (ether_crc_le(6, ha->addr) >> 3) & 0x3f; netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c173 crc32 = ether_crc_le(6, mc_addr); atl1e_hash_mc_addr()
/linux-4.1.27/drivers/net/ethernet/amd/
H A D7990.c615 crc = ether_crc_le(6, ha->addr); netdev_for_each_mc_addr()
H A Da2065.c604 crc = ether_crc_le(6, ha->addr); netdev_for_each_mc_addr()
H A Dam79c961a.c204 crc = ether_crc_le(ETH_ALEN, addr); am79c961_mc_hash()
H A Ddeclance.c964 crc = ether_crc_le(ETH_ALEN, ha->addr); netdev_for_each_mc_addr()
H A Damd8111e.c1390 bit_num = (ether_crc_le(ETH_ALEN, ha->addr) >> 26) & 0x3f; netdev_for_each_mc_addr()
H A Dsunlance.c1191 crc = ether_crc_le(6, ha->addr); netdev_for_each_mc_addr()
H A Dpcnet32.c2645 crc = ether_crc_le(6, ha->addr); netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/apple/
H A Dmacmace.c511 crc = ether_crc_le(6, ha->addr); netdev_for_each_mc_addr()
H A Dmace.c609 crc = ether_crc_le(6, ha->addr); netdev_for_each_mc_addr()
H A Dbmac.c1039 crc = ether_crc_le(6, ha->addr); netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/arc/
H A Demac_main.c506 bit = ether_crc_le(ETH_ALEN, ha->addr) >> 26; netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c222 crc32 = ether_crc_le(6, mc_addr); atl1c_hash_mc_addr()
/linux-4.1.27/drivers/net/ethernet/dlink/
H A Ddl2k.c352 crc = ~ether_crc_le (256 - 4, sromdata); parse_eeprom()
1132 int crc = ether_crc_le(ETH_ALEN, ha->addr); netdev_for_each_mc_addr()
H A Dsundance.c1590 crc = ether_crc_le(ETH_ALEN, ha->addr); netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dtulip_core.c1025 int index = ether_crc_le(ETH_ALEN, ha->addr) & 0x1ff; netdev_for_each_mc_addr()
1098 filterbit = ether_crc_le(ETH_ALEN, netdev_for_each_mc_addr()
H A Dde2104x.c676 int index = ether_crc_le(ETH_ALEN, ha->addr) & 0x1ff; netdev_for_each_mc_addr()
H A Dde4x5.c1965 crc = ether_crc_le(ETH_ALEN, ha->addr); netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c573 crc = ether_crc_le(6, ha->addr) >> 26; netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/fujitsu/
H A Dfmvj18x_cs.c1155 unsigned int bit = ether_crc_le(ETH_ALEN, ha->addr) >> 26; netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/
H A Dkorina.c500 crc = ether_crc_le(6, ha->addr); netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dsunbmac.c1021 crc = ether_crc_le(6, ha->addr); netdev_for_each_mc_addr()
H A Dsunqe.c649 crc = ether_crc_le(6, ha->addr); netdev_for_each_mc_addr()
H A Dsunhme.c1535 crc = ether_crc_le(6, ha->addr); happy_meal_init()
2423 crc = ether_crc_le(6, ha->addr); netdev_for_each_mc_addr()
H A Dsungem.c1800 crc = ether_crc_le(6, ha->addr); gem_setup_multicast()
H A Dcassini.c2970 crc = ether_crc_le(ETH_ALEN, ha->addr); cas_process_mc_list()
H A Dniu.c6390 u32 crc = ether_crc_le(ETH_ALEN, ha->addr); netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dfarch.c2958 crc = ether_crc_le(ETH_ALEN, ha->addr); netdev_for_each_mc_addr()
2964 * ether_crc_le() of the broadcast address is 0xbe2612ff
/linux-4.1.27/drivers/net/ethernet/davicom/
H A Ddm9000.c869 hash_val = ether_crc_le(6, ha->addr) & 0x3f; netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/sgi/
H A Dioc3-eth.c1540 crc = ether_crc_le(ETH_ALEN, addr); ioc3_hash()
/linux-4.1.27/drivers/net/ethernet/smsc/
H A Depic100.c1387 ether_crc_le(ETH_ALEN, ha->addr) & 0x3f; netdev_for_each_mc_addr()
H A Dsmc9194.c436 position = ether_crc_le(6, ha->addr) & 0x3f; netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Dbnx2.c3605 crc = ether_crc_le(ETH_ALEN, ha->addr); netdev_for_each_mc_addr()
5954 csum = ether_crc_le(0x100, data); bnx2_test_nvram()
5960 csum = ether_crc_le(0x100, data + 0x100); bnx2_test_nvram()
/linux-4.1.27/drivers/net/ethernet/adaptec/
H A Dstarfire.c1785 int bit_nr = ether_crc_le(ETH_ALEN, ha->addr) >> 23; netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
H A Datl1.c567 crc32 = ether_crc_le(6, mc_addr); atl1_hash_mc_addr()
H A Datl2.c2363 crc32 = ether_crc_le(6, mc_addr); atl2_hash_mc_addr()
/linux-4.1.27/drivers/net/ethernet/marvell/
H A Dskge.c2928 crc = ether_crc_le(ETH_ALEN, addr); genesis_add_filter()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c2464 ew32(PCH_RAICC(i), ~ether_crc_le(ETH_ALEN, mac_addr)); e1000_lv_jumbo_workaround_ich8lan()

Completed in 2563 milliseconds