Home
last modified time | relevance | path

Searched refs:mac (Results 676 – 700 of 1882) sorted by relevance

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

/openbmc/google-misc/subprojects/nemora-postd/src/
H A Dserializer.cpp52 const char* p_arr = reinterpret_cast<const char*>(event->mac); in SerializeEvent()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_sriov.h59 int nfp_app_set_vf_mac(struct net_device *netdev, int vf, u8 *mac);
/openbmc/linux/drivers/ssb/
H A Dsdio.c478 void *mac; in ssb_sdio_get_invariants() local
494 mac = tuple->data + 2; in ssb_sdio_get_invariants()
495 memcpy(sprom->il0mac, mac, ETH_ALEN); in ssb_sdio_get_invariants()
496 memcpy(sprom->et1mac, mac, ETH_ALEN); in ssb_sdio_get_invariants()
/openbmc/linux/drivers/net/usb/
H A Ddm9601.c362 u8 mac[ETH_ALEN], id; in dm9601_bind() local
390 if (dm_read(dev, DM_PHY_ADDR, ETH_ALEN, mac) < 0) { in dm9601_bind()
399 if (is_valid_ether_addr(mac)) in dm9601_bind()
400 eth_hw_addr_set(dev->net, mac); in dm9601_bind()
/openbmc/linux/Documentation/networking/
H A Dipvlan.rst115 Note: VEPA mode in IPvlan has limitations. IPvlan uses the mac-address of the
117 neighbor will have source and destination mac same. This will make the switch /
129 policy configured that allows only one mac per port.
130 (b) No of virtual devices created on a master exceed the mac capacity and
/openbmc/linux/arch/powerpc/boot/dts/
H A Dxpedite5200.dts204 local-mac-address = [ 00 00 00 00 00 00 ];
253 local-mac-address = [ 00 00 00 00 00 00 ];
282 local-mac-address = [ 00 00 00 00 00 00 ];
311 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dtqm8540.dts158 local-mac-address = [ 00 00 00 00 00 00 ];
200 local-mac-address = [ 00 00 00 00 00 00 ];
227 local-mac-address = [ 00 00 00 00 00 00 ];
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c997 __nfp_tunnel_offload_mac(struct nfp_app *app, const u8 *mac, u16 idx, bool del) in __nfp_tunnel_offload_mac() argument
1009 ether_addr_copy(payload.addr, mac); in __nfp_tunnel_offload_mac()
1046 nfp_tunnel_lookup_offloaded_macs(struct nfp_app *app, const u8 *mac) in nfp_tunnel_lookup_offloaded_macs() argument
1050 return rhashtable_lookup_fast(&priv->tun.offloaded_macs, mac, in nfp_tunnel_lookup_offloaded_macs()
1165 const u8 *mac, bool mod) in nfp_tunnel_del_shared_mac() argument
1174 entry = nfp_tunnel_lookup_offloaded_macs(app, mac); in nfp_tunnel_del_shared_mac()
1191 if (__nfp_tunnel_offload_mac(app, mac, nfp_mac_idx, in nfp_tunnel_del_shared_mac()
1213 err = __nfp_tunnel_offload_mac(app, mac, nfp_mac_idx, false); in nfp_tunnel_del_shared_mac()
1246 return __nfp_tunnel_offload_mac(app, mac, 0, true); in nfp_tunnel_del_shared_mac()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c396 memcpy(&ramrod.user_req.u.mac.mac, filter->mac, ETH_ALEN); in bnx2x_vf_mac_vlan_config()
404 memcpy(&ramrod.user_req.u.mac.mac, filter->mac, ETH_ALEN); in bnx2x_vf_mac_vlan_config()
565 mc[i].mac = mcasts[i]; in bnx2x_vf_mcast()
2636 mac_obj->get_n_elements(bp, mac_obj, 1, (u8 *)&ivi->mac, in bnx2x_get_vf_config()
2647 memcpy(&ivi->mac, bulletin->mac, ETH_ALEN); in bnx2x_get_vf_config()
2650 eth_zero_addr(ivi->mac); in bnx2x_get_vf_config()
2690 if (!is_valid_ether_addr(mac)) { in bnx2x_set_vf_mac()
2706 memcpy(bulletin->mac, mac, ETH_ALEN); in bnx2x_set_vf_mac()
2753 bnx2x_set_mac_one(bp, (u8 *)&bulletin->mac, mac_obj, true, in bnx2x_set_vf_mac()
3072 !ether_addr_equal(bulletin->mac, bp->old_bulletin.mac)) { in bnx2x_sample_bulletin()
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dam437x-gp-evm-u-boot.dtsi26 &mac {
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_server.h113 const mac_addr_t* mac);
H A Dncsi.h358 uint8_t mac[6]; member
366 uint8_t mac[6]; member
/openbmc/linux/drivers/net/wireless/legacy/
H A Dray_cs.h11 struct mac_header mac; member
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A DMakefile8 mac.o \
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommon.h55 unsigned char mac[ETH_ALEN]; member
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dsiena_sriov.h49 int efx_siena_sriov_set_vf_mac(struct efx_nic *efx, int vf, const u8 *mac);
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-generic.c30 plat_dat = stmmac_probe_config_dt(pdev, stmmac_res.mac); in dwmac_generic_probe()
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.c609 u32 mac, txq, rxq; in alx_start_mac() local
616 mac = hw->rx_ctrl; in alx_start_mac()
618 mac |= ALX_MAC_CTRL_FULLD; in alx_start_mac()
620 mac &= ~ALX_MAC_CTRL_FULLD; in alx_start_mac()
621 ALX_SET_FIELD(mac, ALX_MAC_CTRL_SPEED, in alx_start_mac()
624 mac |= ALX_MAC_CTRL_TX_EN | ALX_MAC_CTRL_RX_EN; in alx_start_mac()
625 hw->rx_ctrl = mac; in alx_start_mac()
626 alx_write_mem32(hw, ALX_MAC_CTRL, mac); in alx_start_mac()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmarvell-orion-net.txt39 - local-mac-address: See ethernet.txt file in the same directory.
81 local-mac-address = [00 00 00 00 00 00];
H A Dmediatek-dwmac.yaml102 mediatek,rmii-clk-from-mac:
128 mediatek,mac-wol:
160 mac-address = [00 55 7b b5 7d f7];
/openbmc/u-boot/doc/
H A DREADME.t1040-l2switch40 …_no>] [vlan <vid>] fdb { [help] | show | flush | { add | del } <mac> } - add/delete a mac entry in…
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dpci.c118 static int ath5k_pci_eeprom_read_mac(struct ath5k_hw *ah, u8 *mac) in ath5k_pci_eeprom_read_mac() argument
139 memcpy(mac, mac_d, ETH_ALEN); in ath5k_pci_eeprom_read_mac()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h213 struct cmac *mac; member
330 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc);
/openbmc/linux/net/core/
H A Dfailover.c20 static struct net_device *failover_get_bymac(u8 *mac, struct failover_ops **ops) in failover_get_bymac() argument
28 if (ether_addr_equal(failover_dev->perm_addr, mac)) { in failover_get_bymac()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz9477.c603 alu->mac[0] = (alu_table[2] >> 8) & 0xFF; in ksz9477_convert_alu()
604 alu->mac[1] = alu_table[2] & 0xFF; in ksz9477_convert_alu()
605 alu->mac[2] = (alu_table[3] >> 24) & 0xFF; in ksz9477_convert_alu()
606 alu->mac[3] = (alu_table[3] >> 16) & 0xFF; in ksz9477_convert_alu()
607 alu->mac[4] = (alu_table[3] >> 8) & 0xFF; in ksz9477_convert_alu()
608 alu->mac[5] = alu_table[3] & 0xFF; in ksz9477_convert_alu()
649 ret = cb(alu.mac, alu.fid, alu.is_static, data); in ksz9477_fdb_dump()

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