Home
last modified time | relevance | path

Searched refs:mac (Results 726 – 750 of 1882) sorted by relevance

1...<<21222324252627282930>>...76

/openbmc/linux/arch/um/drivers/
H A Dvector_user.h98 extern void *uml_vector_default_bpf(const void *mac);
/openbmc/linux/arch/arm64/boot/dts/apple/
H A Dt8112-j473.dts44 local-mac-address = [00 10 18 00 00 00];
H A Dt8103-j274.dts49 local-mac-address = [00 10 18 00 00 00];
H A Dt8103-j457.dts44 local-mac-address = [00 10 18 00 00 00];
/openbmc/linux/include/linux/
H A Dnetfilter_bridge.h9 char mac[ETH_HLEN]; member
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c105 hw->mac.ops.reset_hw(hw); in igc_reset()
107 if (hw->mac.ops.init_hw(hw)) in igc_reset()
3991 switch (hw->mac.type) { in igc_assign_vector()
4031 switch (hw->mac.type) { in igc_configure_msix()
5532 if (!hw->mac.get_link_status) in igc_has_link()
6128 if (hw->mac.type != igc_i225) in igc_tsn_enable_launchtime()
6320 if (hw->mac.type != igc_i225) in igc_tsn_enable_qbv_scheduling()
6399 if (hw->mac.type != igc_i225) in igc_tsn_enable_cbs()
6805 memcpy(&hw->mac.ops, ei->mac_ops, sizeof(hw->mac.ops)); in igc_probe()
6861 hw->mac.ops.reset_hw(hw); in igc_probe()
[all …]
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h103 u8 mac[ETH_ALEN]; member
112 u8 mac[ETH_ALEN]; member
118 struct bnx2x_mac_ramrod_data mac; member
510 u8 *mac; member
514 u8 *mac; member
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.c380 static void brcmf_fw_add_macaddr(struct nvram_parser *nvp, u8 *mac) in brcmf_fw_add_macaddr() argument
385 BRCMF_FW_MACADDR_FMT, mac); in brcmf_fw_add_macaddr()
403 u8 mac[ETH_ALEN]; in brcmf_fw_nvram_strip() local
408 if (eth_platform_get_mac_address(dev, mac) == 0) in brcmf_fw_nvram_strip()
432 brcmf_fw_add_macaddr(&nvp, mac); in brcmf_fw_nvram_strip()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dep8248e.dts159 local-mac-address = [ 00 00 00 00 00 00 ];
172 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dmpc866ads.dts81 local-mac-address = [ 00 00 00 00 00 00 ];
163 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dtaishan.dts291 local-mac-address = [000000000000]; // Filled in by zImage
311 local-mac-address = [000000000000]; // Filled in by zImage
331 local-mac-address = [000000000000]; // Filled in by zImage
355 local-mac-address = [000000000000]; // Filled in by zImage
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dptp.c281 switch (hw->mac.type) { in e1000e_ptp_init()
316 if (hw->mac.type >= e1000_pch_spt && boot_cpu_has(X86_FEATURE_ART)) in e1000e_ptp_init()
/openbmc/linux/include/net/
H A Damt.h251 u64 mac:48, member
365 u64 mac:48, member
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c1130 struct nfp_flower_mac_mpls *mac; in nfp_flower_validate_pre_tun_rule() local
1187 mac = (struct nfp_flower_mac_mpls *)mask; in nfp_flower_validate_pre_tun_rule()
1188 if (!is_broadcast_ether_addr(&mac->mac_dst[0])) { in nfp_flower_validate_pre_tun_rule()
1198 mac = (struct nfp_flower_mac_mpls *)mask; in nfp_flower_validate_pre_tun_rule()
1199 if (!is_broadcast_ether_addr(&mac->mac_src[0])) { in nfp_flower_validate_pre_tun_rule()
1206 if (mac->mpls_lse) { in nfp_flower_validate_pre_tun_rule()
1212 mac = (struct nfp_flower_mac_mpls *)ext; in nfp_flower_validate_pre_tun_rule()
1213 if (memcmp(&mac->mac_dst[0], flow->pre_tun_rule.dev->dev_addr, 6)) { in nfp_flower_validate_pre_tun_rule()
1220 memcpy(&flow->pre_tun_rule.loc_mac, &mac->mac_dst[0], ETH_ALEN); in nfp_flower_validate_pre_tun_rule()
1221 memcpy(&flow->pre_tun_rule.rem_mac, &mac->mac_src[0], ETH_ALEN); in nfp_flower_validate_pre_tun_rule()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c348 static int otx2_do_add_macfilter(struct otx2_nic *pf, const u8 *mac) in otx2_do_add_macfilter() argument
372 ether_addr_copy(pf->mac_table[i].addr, mac); in otx2_do_add_macfilter()
380 ether_addr_copy(req->packet.dmac, mac); in otx2_do_add_macfilter()
394 int otx2_add_macfilter(struct net_device *netdev, const u8 *mac) in otx2_add_macfilter() argument
402 mac); in otx2_add_macfilter()
404 return otx2_do_add_macfilter(pf, mac); in otx2_add_macfilter()
407 static bool otx2_get_mcamentry_for_mac(struct otx2_nic *pf, const u8 *mac, in otx2_get_mcamentry_for_mac() argument
416 if (ether_addr_equal(pf->mac_table[i].addr, mac)) { in otx2_get_mcamentry_for_mac()
425 int otx2_del_macfilter(struct net_device *netdev, const u8 *mac) in otx2_del_macfilter() argument
432 if (!otx2_get_mcamentry_for_mac(pf, mac, &mcam_entry)) in otx2_del_macfilter()
/openbmc/u-boot/drivers/net/
H A Dmtk_eth.c916 unsigned char *mac = pdata->enetaddr; in mtk_eth_write_hwaddr() local
919 macaddr_msb = ((u32)mac[0] << 8) | (u32)mac[1]; in mtk_eth_write_hwaddr()
920 macaddr_lsb = ((u32)mac[2] << 24) | ((u32)mac[3] << 16) | in mtk_eth_write_hwaddr()
921 ((u32)mac[4] << 8) | (u32)mac[5]; in mtk_eth_write_hwaddr()
/openbmc/u-boot/arch/mips/dts/
H A Dnexys4ddr.dts27 local-mac-address = [08 86 4C 0D F7 09];
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_tx_mib.h26 int wfx_hif_set_macaddr(struct wfx_vif *wvif, u8 *mac);
/openbmc/linux/Documentation/devicetree/bindings/nvmem/
H A Damlogic,meson-gxbb-efuse.yaml50 eth_mac: mac@34 {
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-meson.c55 plat_dat = stmmac_probe_config_dt(pdev, stmmac_res.mac); in meson6_dwmac_probe()
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm47094-luxul-xwc-2000.dts60 nvmem-cell-names = "mac-address";
/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ctrl_net.c182 memcpy(addr, d.data.resp.mac.addr, ETH_ALEN); in octep_ctrl_net_get_mac_addr()
195 req->mac.cmd = OCTEP_CTRL_NET_CMD_SET; in octep_ctrl_net_set_mac_addr()
196 memcpy(&req->mac.addr, addr, ETH_ALEN); in octep_ctrl_net_set_mac_addr()
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_priv.h278 u8 mac[ETH_ALEN]; member
293 u64_to_ether_addr(mac_vid, ent->mac); in b53_arl_to_entry()
300 *mac_vid = ether_addr_to_u64(ent->mac); in b53_arl_from_entry()
/openbmc/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-tqmls1021a-mbls1021a.dts183 mac-address = [ 00 00 00 00 00 00 ];
191 mac-address = [ 00 00 00 00 00 00 ];
198 mac-address = [ 00 00 00 00 00 00 ];
/openbmc/openbmc/meta-google/recipes-google/networking/
H A Dgbmc-bridge.bb80 def mac_to_eui64(mac):
81 if not mac:
83 b = [int(c, 16) for c in mac.split(':')]

1...<<21222324252627282930>>...76