/openbmc/linux/net/wireless/ |
H A D | rdev-ops.h | 196 struct net_device *dev, u8 *mac, in rdev_add_station() argument 200 trace_rdev_add_station(&rdev->wiphy, dev, mac, params); in rdev_add_station() 201 ret = rdev->ops->add_station(&rdev->wiphy, dev, mac, params); in rdev_add_station() 218 struct net_device *dev, u8 *mac, in rdev_change_station() argument 222 trace_rdev_change_station(&rdev->wiphy, dev, mac, params); in rdev_change_station() 223 ret = rdev->ops->change_station(&rdev->wiphy, dev, mac, params); in rdev_change_station() 229 struct net_device *dev, const u8 *mac, in rdev_get_station() argument 233 trace_rdev_get_station(&rdev->wiphy, dev, mac); in rdev_get_station() 234 ret = rdev->ops->get_station(&rdev->wiphy, dev, mac, sinfo); in rdev_get_station() 240 struct net_device *dev, int idx, u8 *mac, in rdev_dump_station() argument [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | Makefile | 3 ath10k_core-y += mac.o \
|
/openbmc/linux/arch/openrisc/boot/dts/ |
H A D | or1klitex.dts | 61 reg-names = "mac", "mdio", "buffer";
|
/openbmc/linux/Documentation/devicetree/bindings/nvmem/ |
H A D | amlogic,meson6-efuse.yaml | 50 ethernet_mac_address: mac@1b4 {
|
H A D | amlogic,meson-gxbb-efuse.yaml | 50 eth_mac: mac@34 {
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | au1000_eth.h | 106 struct mac_reg *mac; /* mac registers */ member
|
/openbmc/linux/arch/um/drivers/ |
H A D | vector_user.h | 98 extern void *uml_vector_default_bpf(const void *mac);
|
/openbmc/linux/arch/arm64/boot/dts/apple/ |
H A D | t8112-j473.dts | 44 local-mac-address = [00 10 18 00 00 00];
|
H A D | t8103-j274.dts | 49 local-mac-address = [00 10 18 00 00 00];
|
H A D | t8103-j457.dts | 44 local-mac-address = [00 10 18 00 00 00];
|
/openbmc/linux/include/linux/ |
H A D | netfilter_bridge.h | 9 char mac[ETH_HLEN]; member
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 105 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 D | bnx2x_sp.h | 103 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 D | firmware.c | 380 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 D | ep8248e.dts | 159 local-mac-address = [ 00 00 00 00 00 00 ]; 172 local-mac-address = [ 00 00 00 00 00 00 ];
|
H A D | mpc866ads.dts | 81 local-mac-address = [ 00 00 00 00 00 00 ]; 163 local-mac-address = [ 00 00 00 00 00 00 ];
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | ptp.c | 281 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 D | amt.h | 251 u64 mac:48, member 365 u64 mac:48, member
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | offload.c | 1130 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 D | otx2_flows.c | 358 static int otx2_do_add_macfilter(struct otx2_nic *pf, const u8 *mac) in otx2_do_add_macfilter() argument 382 ether_addr_copy(pf->mac_table[i].addr, mac); in otx2_do_add_macfilter() 390 ether_addr_copy(req->packet.dmac, mac); in otx2_do_add_macfilter() 404 int otx2_add_macfilter(struct net_device *netdev, const u8 *mac) in otx2_add_macfilter() argument 412 mac); in otx2_add_macfilter() 414 return otx2_do_add_macfilter(pf, mac); in otx2_add_macfilter() 417 static bool otx2_get_mcamentry_for_mac(struct otx2_nic *pf, const u8 *mac, in otx2_get_mcamentry_for_mac() argument 426 if (ether_addr_equal(pf->mac_table[i].addr, mac)) { in otx2_get_mcamentry_for_mac() 435 int otx2_del_macfilter(struct net_device *netdev, const u8 *mac) in otx2_del_macfilter() argument 442 if (!otx2_get_mcamentry_for_mac(pf, mac, &mcam_entry)) in otx2_del_macfilter()
|
/openbmc/u-boot/drivers/net/ |
H A D | mtk_eth.c | 916 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 D | nexys4ddr.dts | 27 local-mac-address = [08 86 4C 0D F7 09];
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hif_tx_mib.h | 26 int wfx_hif_set_macaddr(struct wfx_vif *wvif, u8 *mac);
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-meson.c | 55 plat_dat = stmmac_probe_config_dt(pdev, stmmac_res.mac); in meson6_dwmac_probe()
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm47094-luxul-xwc-2000.dts | 60 nvmem-cell-names = "mac-address";
|