Home
last modified time | relevance | path

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

12

/Linux-v6.1/include/linux/
Detherdevice.h459 static inline u64 ether_addr_to_u64(const u8 *addr) in ether_addr_to_u64() function
492 u64 u = ether_addr_to_u64(addr); in eth_addr_dec()
504 u64 u = ether_addr_to_u64(addr); in eth_addr_inc()
588 u64 u = ether_addr_to_u64(base_addr); in eth_hw_addr_gen()
/Linux-v6.1/drivers/infiniband/hw/irdma/
Duda.c30 set_64bit_val(wqe, 0, ether_addr_to_u64(info->mac_addr) << 16); in irdma_sc_access_ah()
138 set_64bit_val(wqe, 0, ether_addr_to_u64(info->dest_mac_addr)); in irdma_access_mcast_grp()
Dctrl.c193 set_64bit_val(wqe, 16, ether_addr_to_u64(info->mac_addr)); in irdma_sc_add_arp_cache_entry()
314 set_64bit_val(wqe, 0, ether_addr_to_u64(info->mac_addr)); in irdma_sc_manage_qhash_table_entry()
719 set_64bit_val(qp_ctx, 152, ether_addr_to_u64(roce_info->mac_addr) << 16); in irdma_sc_qp_setctx_roce()
806 set_64bit_val(wqe, 32, ether_addr_to_u64(info->mac_addr)); in irdma_sc_add_local_mac_entry()
938 mac = ether_addr_to_u64(iw->mac_addr); in irdma_sc_qp_setctx()
/Linux-v6.1/net/dsa/
Dtag_sja1105.c79 u64 dmac = ether_addr_to_u64(hdr->h_dest); in sja1105_is_link_local()
125 u64 smac = ether_addr_to_u64(hdr->h_source); in sja1105_is_meta_frame()
126 u64 dmac = ether_addr_to_u64(hdr->h_dest); in sja1105_is_meta_frame()
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_fs.c818 u64 dmac_mask = ether_addr_to_u64(mask->dmac); in npc_update_flow()
819 u64 smac_mask = ether_addr_to_u64(mask->smac); in npc_update_flow()
820 u64 dmac_val = ether_addr_to_u64(pkt->dmac); in npc_update_flow()
821 u64 smac_val = ether_addr_to_u64(pkt->smac); in npc_update_flow()
1378 ether_addr_to_u64(pfvf->mac_addr), 0, in npc_update_dmac_value()
/Linux-v6.1/drivers/s390/net/
Dqeth_l2_main.c125 ether_addr_to_u64(mac), CARD_DEVID(card)); in qeth_l2_write_mac()
128 ether_addr_to_u64(mac), CARD_DEVID(card), rc); in qeth_l2_write_mac()
142 ether_addr_to_u64(mac), CARD_DEVID(card), rc); in qeth_l2_remove_mac()
656 "mc%012llx", ether_addr_to_u64(ntfy_mac)); in qeth_l2_dev2br_fdb_notify()
662 "mc%012llx", ether_addr_to_u64(ntfy_mac)); in qeth_l2_dev2br_fdb_notify()
762 QETH_CARD_TEXT_(card, 4, "ma%012llx", ether_addr_to_u64(addr)); in qeth_l2_br2dev_worker()
/Linux-v6.1/drivers/net/dsa/sja1105/
Dsja1105_main.c1544 if (l2_lookup.macaddr == ether_addr_to_u64(addr) && in sja1105et_is_fdb_entry_in_bin()
1583 l2_lookup.macaddr = ether_addr_to_u64(addr); in sja1105et_fdb_add()
1626 if (tmp.macaddr != ether_addr_to_u64(addr) || tmp.vlanid != vid) in sja1105et_fdb_add()
1683 l2_lookup.macaddr = ether_addr_to_u64(addr); in sja1105pqrs_fdb_add()
1774 l2_lookup.macaddr = ether_addr_to_u64(addr); in sja1105pqrs_fdb_del()
2627 mgmt_route.macaddr = ether_addr_to_u64(hdr->h_dest); in sja1105_mgmt_xmit()
Dsja1105_flower.c248 dmac = ether_addr_to_u64(match.key->dst); in sja1105_flower_parse_key()
Dsja1105_dynamic_config.c1409 input = ((u64)vid << 48) | ether_addr_to_u64(addr); in sja1105et_fdb_hash()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxbf_gige/
Dmlxbf_gige_main.c84 local_mac = ether_addr_to_u64(priv->netdev->dev_addr); in mlxbf_gige_initial_mac()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c648 u64 mac = ether_addr_to_u64(priv->dev->dev_addr); in mlx4_en_get_qp()
687 u64 mac = ether_addr_to_u64(priv->dev->dev_addr); in mlx4_en_put_qp()
705 u64 new_mac_u64 = ether_addr_to_u64(new_mac); in mlx4_en_replace_mac()
712 u64 prev_mac_u64 = ether_addr_to_u64(prev_mac); in mlx4_en_replace_mac()
1080 mcast_addr = ether_addr_to_u64(mclist->addr); in mlx4_en_do_multicast()
1173 mac = ether_addr_to_u64(entry->mac); in mlx4_en_do_uc_filter()
1216 mac = ether_addr_to_u64(ha->addr); in mlx4_en_do_uc_filter()
1352 mac = ether_addr_to_u64(entry->mac); in mlx4_en_delete_rss_steer_rules()
Dcmd.c2999 s_info->mac = ether_addr_to_u64(mac); in mlx4_set_vf_mac()
Dfw.c3108 dev->caps.def_mac[i] = ether_addr_to_u64(mac_addr); in mlx4_replace_zero_macs()
/Linux-v6.1/drivers/net/dsa/b53/
Db53_priv.h289 *mac_vid = ether_addr_to_u64(ent->mac); in b53_arl_from_entry()
Db53_common.c1620 mac = ether_addr_to_u64(addr); in b53_arl_op()
/Linux-v6.1/net/bridge/
Dbr_mrp.c952 ether_addr_to_u64(hdr->sa) < ether_addr_to_u64(br->dev->dev_addr))) in br_mrp_test_better_than_own()
/Linux-v6.1/drivers/net/ethernet/ibm/
Dibmveth.c589 mac_address = ether_addr_to_u64(netdev->dev_addr); in ibmveth_open()
1497 mcast_addr = ether_addr_to_u64(ha->addr); in ibmveth_set_multicast_list()
1629 mac_address = ether_addr_to_u64(addr->sa_data); in ibmveth_set_mac_addr()
/Linux-v6.1/drivers/net/ethernet/fungible/funeth/
Dfuneth_main.c947 ether_addr_to_u64(saddr->sa_data)); in fun_set_macaddr()
1013 ether_addr_to_u64(netdev->dev_addr)); in fun_get_port_attributes()
1233 mac_param.u.mac = FUN_ADI_MAC_INIT(ether_addr_to_u64(mac)); in fun_set_vf_mac()
/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/
Dmain.c978 old_mac_addr = ether_addr_to_u64(priv->curr_addr); in mwifiex_set_mac_address()
981 mac_addr = ether_addr_to_u64(new_mac); in mwifiex_set_mac_address()
/Linux-v6.1/drivers/net/ethernet/freescale/enetc/
Denetc_pf.c82 u64 fold = __swab64(ether_addr_to_u64(addr)) >> 16; in enetc_mac_addr_hash_idx()
/Linux-v6.1/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c343 cam_dmac = ether_addr_to_u64(lmac->mac); in bgx_set_dmac_cam_filter()
Dnicvf_main.c2065 ether_addr_to_u64(ha->addr); in nicvf_set_rx_mode()
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k_macsec.c460 mac_sa = ether_addr_to_u64(secy->netdev->dev_addr); in cn10k_mcs_write_tx_flowid()
/Linux-v6.1/include/net/
Dcfg80211.h6677 u64 bssid_u64 = ether_addr_to_u64(bssid); in cfg80211_gen_new_bssid()
/Linux-v6.1/drivers/infiniband/hw/mlx4/
Dmain.c2280 new_smac = ether_addr_to_u64(dev->dev_addr); in mlx4_ib_update_qps()

12