Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/linux/
A Dcrc32.h77 #define ether_crc_le(length, data) crc32_le(~0, data, length) macro
/linux-6.3-rc2/drivers/net/ethernet/packetengines/
A Dyellowfin.c1318 bit = (ether_crc_le(3, ha->addr) >> 3) & 0x3f; in set_rx_mode()
1320 bit = (ether_crc_le(4, ha->addr) >> 3) & 0x3f; in set_rx_mode()
1322 bit = (ether_crc_le(5, ha->addr) >> 3) & 0x3f; in set_rx_mode()
1325 bit = (ether_crc_le(6, ha->addr) >> 3) & 0x3f; in set_rx_mode()
/linux-6.3-rc2/drivers/net/ethernet/atheros/atl1e/
A Datl1e_hw.c160 crc32 = ether_crc_le(6, mc_addr); in atl1e_hash_mc_addr()
/linux-6.3-rc2/drivers/net/usb/
A Dcatc.c622 crc = ether_crc_le(6, addr); in catc_multicast()
648 u32 crc = ether_crc_le(6, ha->addr); in catc_set_multicast_list()
/linux-6.3-rc2/drivers/net/ethernet/amd/
A D7990.c618 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
A Da2065.c599 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
A Ddeclance.c966 crc = ether_crc_le(ETH_ALEN, ha->addr); in lance_load_multicast()
A Dsunlance.c1187 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
/linux-6.3-rc2/drivers/net/ethernet/apple/
A Dmacmace.c510 crc = ether_crc_le(6, ha->addr); in mace_set_multicast()
A Dmace.c612 crc = ether_crc_le(6, ha->addr); in mace_set_multicast()
A Dbmac.c1030 crc = ether_crc_le(6, ha->addr); in bmac_set_multicast()
/linux-6.3-rc2/drivers/net/ethernet/atheros/atl1c/
A Datl1c_hw.c209 crc32 = ether_crc_le(6, mc_addr); in atl1c_hash_mc_addr()
/linux-6.3-rc2/drivers/net/ethernet/smsc/
A Dsmc9194.c436 position = ether_crc_le(6, ha->addr) & 0x3f; in smc_setmulticast()
A Depic100.c1379 ether_crc_le(ETH_ALEN, ha->addr) & 0x3f; in set_rx_mode()
/linux-6.3-rc2/drivers/net/ethernet/arc/
A Demac_main.c529 bit = ether_crc_le(ETH_ALEN, ha->addr) >> 26; in arc_emac_set_rx_mode()
/linux-6.3-rc2/drivers/net/ethernet/dec/tulip/
A Dtulip_core.c1011 int index = ether_crc_le(ETH_ALEN, ha->addr) & 0x1ff; in build_setup_frame_hash()
1084 filterbit = ether_crc_le(ETH_ALEN, in set_rx_mode()
/linux-6.3-rc2/drivers/net/ethernet/dlink/
A Ddl2k.c343 crc = ~ether_crc_le (256 - 4, sromdata); in parse_eeprom()
1211 int crc = ether_crc_le(ETH_ALEN, ha->addr); in set_multicast()
/linux-6.3-rc2/drivers/net/ethernet/fujitsu/
A Dfmvj18x_cs.c1159 unsigned int bit = ether_crc_le(ETH_ALEN, ha->addr) >> 26; in set_rx_mode()
/linux-6.3-rc2/drivers/net/ethernet/sun/
A Dsunqe.c651 crc = ether_crc_le(6, ha->addr); in qe_set_multicast()
A Dsunbmac.c1022 crc = ether_crc_le(6, ha->addr); in bigmac_set_multicast()
A Dsunhme.c1433 crc = ether_crc_le(6, ha->addr); in happy_meal_init()
2268 crc = ether_crc_le(6, ha->addr); in happy_meal_set_multicast()
/linux-6.3-rc2/drivers/net/ethernet/freescale/
A Dfec_mpc52xx.c575 crc = ether_crc_le(6, ha->addr) >> 26; in mpc52xx_fec_set_multicast_list()
/linux-6.3-rc2/drivers/net/ethernet/davicom/
A Ddm9051.c1065 hash_val = ether_crc_le(ETH_ALEN, ha->addr) & GENMASK(5, 0); in dm9051_set_rx_mode()
/linux-6.3-rc2/drivers/net/ethernet/sgi/
A Dioc3-eth.c1146 crc = ether_crc_le(ETH_ALEN, addr); in ioc3_hash()
/linux-6.3-rc2/drivers/net/ethernet/
A Dkorina.c745 crc = ether_crc_le(6, ha->addr); in korina_multicast_list()

Completed in 96 milliseconds

12