Home
last modified time | relevance | path

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

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

/openbmc/linux/net/wireless/
H A Drdev-ops.h196 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 DMakefile3 ath10k_core-y += mac.o \
/openbmc/linux/arch/openrisc/boot/dts/
H A Dor1klitex.dts61 reg-names = "mac", "mdio", "buffer";
/openbmc/linux/Documentation/devicetree/bindings/nvmem/
H A Damlogic,meson6-efuse.yaml50 ethernet_mac_address: mac@1b4 {
H A Damlogic,meson-gxbb-efuse.yaml50 eth_mac: mac@34 {
/openbmc/linux/drivers/net/ethernet/amd/
H A Dau1000_eth.h106 struct mac_reg *mac; /* mac registers */ member
/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 ];
/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.c358 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 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/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";

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