Home
last modified time | relevance | path

Searched refs:ether_addr_to_u64 (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/net/dsa/
Dtag_sja1105.c14 u64 dmac = ether_addr_to_u64(hdr->h_dest); in sja1105_is_link_local()
60 u64 smac = ether_addr_to_u64(hdr->h_source); in sja1105_is_meta_frame()
61 u64 dmac = ether_addr_to_u64(hdr->h_dest); in sja1105_is_meta_frame()
/Linux-v5.4/include/linux/
Detherdevice.h407 static inline u64 ether_addr_to_u64(const u8 *addr) in ether_addr_to_u64() function
440 u64 u = ether_addr_to_u64(addr); in eth_addr_dec()
452 u64 u = ether_addr_to_u64(addr); in eth_addr_inc()
/Linux-v5.4/drivers/net/dsa/sja1105/
Dsja1105_main.c980 if (l2_lookup.macaddr == ether_addr_to_u64(addr) && in sja1105et_is_fdb_entry_in_bin()
1018 l2_lookup.macaddr = ether_addr_to_u64(addr); in sja1105et_fdb_add()
1094 l2_lookup.macaddr = ether_addr_to_u64(addr); in sja1105pqrs_fdb_add()
1157 l2_lookup.macaddr = ether_addr_to_u64(addr); in sja1105pqrs_fdb_del()
1764 mgmt_route.macaddr = ether_addr_to_u64(hdr->h_dest); in sja1105_mgmt_xmit()
Dsja1105_dynamic_config.c817 u64 input = (vlanid << 48) | ether_addr_to_u64(addr); in sja1105et_fdb_hash()
/Linux-v5.4/drivers/net/dsa/b53/
Db53_priv.h276 *mac_vid = ether_addr_to_u64(ent->mac); in b53_arl_from_entry()
Db53_common.c1484 mac = ether_addr_to_u64(addr); in b53_arl_op()
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dmain.c948 old_mac_addr = ether_addr_to_u64(priv->curr_addr); in mwifiex_set_mac_address()
951 mac_addr = ether_addr_to_u64(new_mac); in mwifiex_set_mac_address()
/Linux-v5.4/drivers/net/ethernet/freescale/enetc/
Denetc_pf.c98 u64 fold = __swab64(ether_addr_to_u64(addr)) >> 16; in enetc_mac_addr_hash_idx()
/Linux-v5.4/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c343 cam_dmac = ether_addr_to_u64(lmac->mac); in bgx_set_dmac_cam_filter()
Dnicvf_main.c2086 ether_addr_to_u64(ha->addr); in nicvf_set_rx_mode()
/Linux-v5.4/include/net/
Dcfg80211.h5693 u64 bssid_u64 = ether_addr_to_u64(bssid); in cfg80211_gen_new_bssid()