Home
last modified time | relevance | path

Searched refs:pmac (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-mvebu/
H A Dkirkwood.c86 struct property *pmac; in kirkwood_dt_eth_fixup() local
111 pmac = kzalloc(sizeof(*pmac) + 6, GFP_KERNEL); in kirkwood_dt_eth_fixup()
112 if (!pmac) in kirkwood_dt_eth_fixup()
115 pmac->value = pmac + 1; in kirkwood_dt_eth_fixup()
116 pmac->length = 6; in kirkwood_dt_eth_fixup()
117 pmac->name = kstrdup("local-mac-address", GFP_KERNEL); in kirkwood_dt_eth_fixup()
118 if (!pmac->name) { in kirkwood_dt_eth_fixup()
119 kfree(pmac); in kirkwood_dt_eth_fixup()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-mvebu/
H A Dkirkwood.c84 struct property *pmac; in kirkwood_dt_eth_fixup() local
110 pmac = kzalloc(sizeof(*pmac) + 6, GFP_KERNEL); in kirkwood_dt_eth_fixup()
111 if (!pmac) in kirkwood_dt_eth_fixup()
114 pmac->value = pmac + 1; in kirkwood_dt_eth_fixup()
115 pmac->length = 6; in kirkwood_dt_eth_fixup()
116 pmac->name = kstrdup("local-mac-address", GFP_KERNEL); in kirkwood_dt_eth_fixup()
117 if (!pmac->name) { in kirkwood_dt_eth_fixup()
118 kfree(pmac); in kirkwood_dt_eth_fixup()
[all...]
/kernel/linux/linux-6.6/net/ethtool/
H A Dstats.c473 struct ethtool_eth_mac_stats pmac, emac; in ethtool_aggregate_mac_stats() local
476 memset(&pmac, 0xff, sizeof(pmac)); in ethtool_aggregate_mac_stats()
478 pmac.src = ETHTOOL_MAC_STATS_SRC_PMAC; in ethtool_aggregate_mac_stats()
481 ops->get_eth_mac_stats(dev, &pmac); in ethtool_aggregate_mac_stats()
483 ethtool_aggregate_stats(mac_stats, &emac, &pmac, in ethtool_aggregate_mac_stats()
493 struct ethtool_eth_phy_stats pmac, emac; in ethtool_aggregate_phy_stats() local
496 memset(&pmac, 0xff, sizeof(pmac)); in ethtool_aggregate_phy_stats()
498 pmac in ethtool_aggregate_phy_stats()
513 struct ethtool_eth_ctrl_stats pmac, emac; ethtool_aggregate_ctrl_stats() local
533 struct ethtool_pause_stats pmac, emac; ethtool_aggregate_pause_stats() local
554 struct ethtool_rmon_stats pmac, emac; ethtool_aggregate_rmon_stats() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dethtool_mm.sh66 traffic_test $tx "pmac"
101 traffic_test $tx "pmac"
126 ethtool --set-mm $rx pmac-enabled off
143 ethtool --set-mm $rx pmac-enabled on
206 traffic_test $h1 "pmac"
209 traffic_test $h2 "pmac"
226 ethtool --set-mm $h1 pmac-enabled on tx-enabled off verify-enabled off
233 ethtool --set-mm $h2 pmac-enabled on tx-enabled off verify-enabled off
243 ethtool --set-mm $h1 pmac-enabled off tx-enabled off verify-enabled off
254 ethtool --set-mm $h2 pmac
[all...]
/kernel/linux/linux-5.10/sound/ppc/
H A DMakefile7 snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o
/kernel/linux/linux-6.6/sound/ppc/
H A DMakefile7 snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H A Docteon-platform.c564 static void __init octeon_fdt_set_mac_addr(int n, u64 *pmac) in octeon_fdt_set_mac_addr() argument
569 u64 mac = *pmac; in octeon_fdt_set_mac_addr()
591 *pmac = mac + 1; in octeon_fdt_set_mac_addr()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H A Docteon-platform.c565 static void __init octeon_fdt_set_mac_addr(int n, u64 *pmac) in octeon_fdt_set_mac_addr() argument
570 u64 mac = *pmac; in octeon_fdt_set_mac_addr()
592 *pmac = mac + 1; in octeon_fdt_set_mac_addr()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A DMakefile290 image-$(CONFIG_PPC_PMAC) += zImage.pmac
457 zImage.miboot zImage.pmac zImage.pseries \
H A Dwrapper279 pmac|chrp)
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dwrapper258 pmac|chrp)
H A DMakefile265 image-$(CONFIG_PPC_PMAC) += zImage.pmac
452 zImage.miboot zImage.pmac zImage.pseries \
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c1000 __le32 *pmac = (__le32 *) mac; in netxen_get_flash_mac_addr() local
1005 if (netxen_get_flash_block(adapter, offset, sizeof(u64), pmac) == -1) in netxen_get_flash_mac_addr()
1014 offset, sizeof(u64), pmac) == -1) in netxen_get_flash_mac_addr()
/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dray_cs.c2277 struct ieee80211_hdr *pmac = (struct ieee80211_hdr *)skb->data; in untranslate() local
2286 memcpy(destaddr, ieee80211_get_DA(pmac), ADDRLEN); in untranslate()
2287 memcpy(srcaddr, ieee80211_get_SA(pmac), ADDRLEN); in untranslate()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c1000 __le32 *pmac = (__le32 *) mac; in netxen_get_flash_mac_addr() local
1005 if (netxen_get_flash_block(adapter, offset, sizeof(u64), pmac) == -1) in netxen_get_flash_mac_addr()
1014 offset, sizeof(u64), pmac) == -1) in netxen_get_flash_mac_addr()
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H A Dray_cs.c2278 struct ieee80211_hdr *pmac = (struct ieee80211_hdr *)skb->data; in untranslate() local
2287 memcpy(destaddr, ieee80211_get_DA(pmac), ADDRLEN); in untranslate()
2288 memcpy(srcaddr, ieee80211_get_SA(pmac), ADDRLEN); in untranslate()

Completed in 20 milliseconds