Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/linux/
A 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()
518 u64 u = ether_addr_to_u64(addr); in eth_addr_add()
602 u64 u = ether_addr_to_u64(base_addr); in eth_hw_addr_gen()
/linux-6.3-rc2/drivers/infiniband/hw/irdma/
A 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()
A 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-6.3-rc2/net/dsa/
A Dtag_sja1105.c84 u64 dmac = ether_addr_to_u64(hdr->h_dest); in sja1105_is_link_local()
130 u64 smac = ether_addr_to_u64(hdr->h_source); in sja1105_is_meta_frame()
131 u64 dmac = ether_addr_to_u64(hdr->h_dest); in sja1105_is_meta_frame()
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc_fs.c849 u64 dmac_mask = ether_addr_to_u64(mask->dmac); in npc_update_flow()
850 u64 smac_mask = ether_addr_to_u64(mask->smac); in npc_update_flow()
851 u64 dmac_val = ether_addr_to_u64(pkt->dmac); in npc_update_flow()
852 u64 smac_val = ether_addr_to_u64(pkt->smac); in npc_update_flow()
1460 ether_addr_to_u64(pfvf->mac_addr), 0, in npc_update_dmac_value()
/linux-6.3-rc2/drivers/s390/net/
A 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-6.3-rc2/drivers/net/dsa/sja1105/
A 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()
A Dsja1105_flower.c248 dmac = ether_addr_to_u64(match.key->dst); in sja1105_flower_parse_key()
A Dsja1105_dynamic_config.c1409 input = ((u64)vid << 48) | ether_addr_to_u64(addr); in sja1105et_fdb_hash()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A 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()
A Dcmd.c2999 s_info->mac = ether_addr_to_u64(mac); in mlx4_set_vf_mac()
A Dfw.c3108 dev->caps.def_mac[i] = ether_addr_to_u64(mac_addr); in mlx4_replace_zero_macs()
/linux-6.3-rc2/drivers/net/dsa/b53/
A Db53_priv.h289 *mac_vid = ether_addr_to_u64(ent->mac); in b53_arl_from_entry()
A Db53_common.c1620 mac = ether_addr_to_u64(addr); in b53_arl_op()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxbf_gige/
A Dmlxbf_gige_main.c84 local_mac = ether_addr_to_u64(priv->netdev->dev_addr); in mlxbf_gige_initial_mac()
/linux-6.3-rc2/net/bridge/
A 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-6.3-rc2/drivers/net/ethernet/ibm/
A Dibmveth.c589 mac_address = ether_addr_to_u64(netdev->dev_addr); in ibmveth_open()
1492 mcast_addr = ether_addr_to_u64(ha->addr); in ibmveth_set_multicast_list()
1622 mac_address = ether_addr_to_u64(addr->sa_data); in ibmveth_set_mac_addr()
/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/
A 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()
1231 mac_param.u.mac = FUN_ADI_MAC_INIT(ether_addr_to_u64(mac)); in fun_set_vf_mac()
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A 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-6.3-rc2/drivers/net/ethernet/freescale/enetc/
A Denetc_pf.c82 u64 fold = __swab64(ether_addr_to_u64(addr)) >> 16; in enetc_mac_addr_hash_idx()
/linux-6.3-rc2/drivers/net/ethernet/cavium/thunder/
A Dthunder_bgx.c343 cam_dmac = ether_addr_to_u64(lmac->mac); in bgx_set_dmac_cam_filter()
A Dnicvf_main.c2065 ether_addr_to_u64(ha->addr); in nicvf_set_rx_mode()
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
A Dcn10k_macsec.c460 mac_sa = ether_addr_to_u64(secy->netdev->dev_addr); in cn10k_mcs_write_tx_flowid()
/linux-6.3-rc2/include/net/
A Dcfg80211.h6766 u64 bssid_u64 = ether_addr_to_u64(bssid); in cfg80211_gen_new_bssid()
/linux-6.3-rc2/drivers/infiniband/hw/mlx4/
A Dmain.c2276 new_smac = ether_addr_to_u64(dev->dev_addr); in mlx4_ib_update_qps()

Completed in 172 milliseconds

12