Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Detherdevice.h417 static inline u64 ether_addr_to_u64(const u8 *addr) in ether_addr_to_u64() function
450 u64 u = ether_addr_to_u64(addr); in eth_addr_dec()
462 u64 u = ether_addr_to_u64(addr); in eth_addr_inc()
/OK3568_Linux_fs/kernel/net/dsa/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_main.c1249 if (l2_lookup.macaddr == ether_addr_to_u64(addr) && in sja1105et_is_fdb_entry_in_bin()
1288 l2_lookup.macaddr = ether_addr_to_u64(addr); in sja1105et_fdb_add()
1331 if (tmp.macaddr != ether_addr_to_u64(addr) || tmp.vlanid != vid) in sja1105et_fdb_add()
1388 l2_lookup.macaddr = ether_addr_to_u64(addr); in sja1105pqrs_fdb_add()
1474 l2_lookup.macaddr = ether_addr_to_u64(addr); in sja1105pqrs_fdb_del()
3102 mgmt_route.macaddr = ether_addr_to_u64(hdr->h_dest); in sja1105_mgmt_xmit()
H A Dsja1105_flower.c247 dmac = ether_addr_to_u64(match.key->dst); in sja1105_flower_parse_key()
H A Dsja1105_dynamic_config.c1023 u64 input = (vlanid << 48) | ether_addr_to_u64(addr); in sja1105et_fdb_hash()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_mrp.c893 ether_addr_to_u64(hdr->sa) < ether_addr_to_u64(br->dev->dev_addr))) in br_mrp_test_better_than_own()
/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_priv.h283 *mac_vid = ether_addr_to_u64(ent->mac); in b53_arl_from_entry()
H A Db53_common.c1590 mac = ether_addr_to_u64(addr); in b53_arl_op()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c951 old_mac_addr = ether_addr_to_u64(priv->curr_addr); in mwifiex_set_mac_address()
954 mac_addr = ether_addr_to_u64(new_mac); in mwifiex_set_mac_address()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_l2_main.c707 "mc%012lx", ether_addr_to_u64(ntfy_mac)); in qeth_l2_dev2br_fdb_notify()
713 "mc%012lx", ether_addr_to_u64(ntfy_mac)); in qeth_l2_dev2br_fdb_notify()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c78 u64 fold = __swab64(ether_addr_to_u64(addr)) >> 16; in enetc_mac_addr_hash_idx()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c343 cam_dmac = ether_addr_to_u64(lmac->mac); in bgx_set_dmac_cam_filter()
H A Dnicvf_main.c2076 ether_addr_to_u64(ha->addr); in nicvf_set_rx_mode()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h6193 u64 bssid_u64 = ether_addr_to_u64(bssid); in cfg80211_gen_new_bssid()