| /linux/include/linux/ |
| H A D | crc32.h | 108 #define ether_crc_le(length, data) crc32_le(~0, data, length) macro
|
| /linux/drivers/net/ethernet/atheros/atl1e/ |
| H A D | atl1e_hw.c | 160 crc32 = ether_crc_le(6, mc_addr); in atl1e_hash_mc_addr()
|
| /linux/drivers/net/usb/ |
| H A D | catc.c | 626 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 D | 7990.c | 618 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
|
| H A D | sunlance.c | 1187 crc = ether_crc_le(6, ha->addr); in lance_load_multicast()
|
| H A D | amd8111e.c | 1351 bit_num = (ether_crc_le(ETH_ALEN, ha->addr) >> 26) & 0x3f; in amd8111e_set_multicast_list()
|
| H A D | pcnet32.c | 2707 crc = ether_crc_le(6, ha->addr); in pcnet32_load_multicast()
|
| /linux/drivers/net/ethernet/atheros/atl1c/ |
| H A D | atl1c_hw.c | 209 crc32 = ether_crc_le(6, mc_addr); in atl1c_hash_mc_addr()
|
| /linux/drivers/net/ethernet/arc/ |
| H A D | emac_main.c | 532 bit = ether_crc_le(ETH_ALEN, ha->addr) >> 26; in arc_emac_set_rx_mode()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | sunqe.c | 651 crc = ether_crc_le(6, ha->addr); in qe_set_multicast()
|
| H A D | sunbmac.c | 1022 crc = ether_crc_le(6, ha->addr); in bigmac_set_multicast()
|
| H A D | sungem.c | 1780 crc = ether_crc_le(6, ha->addr); in gem_setup_multicast()
|
| H A D | niu.c | 6384 u32 crc = ether_crc_le(ETH_ALEN, ha->addr); in niu_set_rx_mode()
|
| /linux/drivers/net/ethernet/davicom/ |
| H A D | dm9051.c | 1062 hash_val = ether_crc_le(ETH_ALEN, ha->addr) & GENMASK(5, 0); in dm9051_set_rx_mode()
|
| H A D | dm9000.c | 858 hash_val = ether_crc_le(6, ha->addr) & 0x3f; in dm9000_hash_table_unlocked()
|
| /linux/drivers/net/ethernet/apple/ |
| H A D | mace.c | 610 crc = ether_crc_le(6, ha->addr); in mace_set_multicast()
|
| H A D | bmac.c | 974 crc = ether_crc_le(6, ha->addr); in bmac_set_multicast()
|
| /linux/drivers/net/ethernet/sgi/ |
| H A D | ioc3-eth.c | 1145 crc = ether_crc_le(ETH_ALEN, addr); in ioc3_hash()
|
| /linux/drivers/net/ethernet/ |
| H A D | korina.c | 745 crc = ether_crc_le(6, ha->addr); in korina_multicast_list()
|
| /linux/drivers/net/ethernet/faraday/ |
| H A D | ftgmac100.c | 401 u32 crc_val = ether_crc_le(ETH_ALEN, ha->addr); in ftgmac100_calc_mc_hash()
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | farch.c | 2846 crc = ether_crc_le(ETH_ALEN, ha->addr); in ef4_farch_filter_sync_rx_mode()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | farch.c | 2975 crc = ether_crc_le(ETH_ALEN, ha->addr); in efx_farch_filter_sync_rx_mode()
|
| /linux/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl1.c | 548 crc32 = ether_crc_le(6, mc_addr); in atl1_hash_mc_addr()
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | skge.c | 2927 crc = ether_crc_le(ETH_ALEN, addr); in genesis_add_filter()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | ich8lan.c | 2740 ew32(PCH_RAICC(i), ~ether_crc_le(ETH_ALEN, mac_addr)); in e1000_lv_jumbo_workaround_ich8lan()
|