Searched refs:pmac (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/arm/mach-mvebu/ |
| H A D | kirkwood.c | 84 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() 122 macaddr = pmac->value; in kirkwood_dt_eth_fixup() 133 of_update_property(np, pmac); in kirkwood_dt_eth_fixup()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ethtool_mm.sh | 131 ethtool --set-mm $rx pmac-enabled off 148 ethtool --set-mm $rx pmac-enabled on 264 ethtool --set-mm $h1 pmac-enabled on tx-enabled off verify-enabled off 271 ethtool --set-mm $h2 pmac-enabled on tx-enabled off verify-enabled off 281 ethtool --set-mm $h1 pmac-enabled off tx-enabled off verify-enabled off 292 ethtool --set-mm $h2 pmac-enabled off tx-enabled off verify-enabled off
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | phy.c | 5987 struct rtw89_pmac_stat_info *pmac = &bb->pmac_stat; in rtw89_phy_pmac_stat_cck() local 5991 pmac->cck_phy_txon = in rtw89_phy_pmac_stat_cck() 5993 pmac->cck_mac_txen = in rtw89_phy_pmac_stat_cck() 6001 pmac->cnt_cck_cca = in rtw89_phy_pmac_stat_cck() 6005 pmac->cnt_cck_cca = in rtw89_phy_pmac_stat_cck() 6017 pmac->cnt_cck_crc32_ok = field_get(regs->cck_crc32_ok_mask, val); in rtw89_phy_pmac_stat_cck() 6018 pmac->cnt_cck_crc32_error = field_get(regs->cck_crc32_fail_mask, val); in rtw89_phy_pmac_stat_cck() 6020 pmac->cnt_sfd_gg = in rtw89_phy_pmac_stat_cck() 6023 pmac->cnt_sig_gg = in rtw89_phy_pmac_stat_cck() 6026 pmac->cnt_cck_spoofing = in rtw89_phy_pmac_stat_cck() [all …]
|
| H A D | debug.c | 4376 struct rtw89_pmac_stat_info *pmac = &bb->pmac_stat; in rtw89_get_bb_stat() local 4390 pmac->cck_mac_txen, pmac->cck_phy_txon, in rtw89_get_bb_stat() 4391 pmac->ofdm_mac_txen, pmac->ofdm_phy_txon); in rtw89_get_bb_stat() 4394 pmac->cnt_cck_crc32_ok, pmac->cnt_ofdm_crc32_ok, in rtw89_get_bb_stat() 4395 pmac->cnt_ht_crc32_ok, pmac->cnt_vht_crc32_ok, in rtw89_get_bb_stat() 4396 pmac->cnt_he_crc32_ok, pmac->cnt_eht_crc32_ok, in rtw89_get_bb_stat() 4397 pmac->cnt_crc32_ok_all, pmac->cnt_ampdu_crc_ok); in rtw89_get_bb_stat() 4399 pmac->cnt_cck_crc32_error, pmac->cnt_ofdm_crc32_error, in rtw89_get_bb_stat() 4400 pmac->cnt_ht_crc32_error, pmac->cnt_vht_crc32_error, in rtw89_get_bb_stat() 4401 pmac->cnt_he_crc32_error, pmac->cnt_eht_crc32_error, in rtw89_get_bb_stat() [all …]
|
| /linux/sound/ppc/ |
| H A D | Makefile | 7 snd-powermac-y := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o
|
| /linux/arch/mips/cavium-octeon/ |
| H A D | octeon-platform.c | 565 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()
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_hw.c | 1000 __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()
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | lib.sh | 269 [ 0 -ne $(ethtool --json -S $dev --all-groups --src pmac 2>/dev/null \
|
| /linux/ |
| H A D | MAINTAINERS | 15018 N: /pmac
|