| /kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
| D | qib_verbs.h | 149 u64 z_unicast_xmit; /* starting count for PMA */ 150 u64 z_unicast_rcv; /* starting count for PMA */ 151 u64 z_multicast_xmit; /* starting count for PMA */ 152 u64 z_multicast_rcv; /* starting count for PMA */ 153 u64 z_symbol_error_counter; /* starting count for PMA */ 154 u64 z_link_error_recovery_counter; /* starting count for PMA */ 155 u64 z_link_downed_counter; /* starting count for PMA */ 156 u64 z_port_rcv_errors; /* starting count for PMA */ 157 u64 z_port_rcv_remphys_errors; /* starting count for PMA */ 158 u64 z_port_xmit_discards; /* starting count for PMA */ [all …]
|
| D | qib_mad.c | 1531 /* Congestion PMA packets start at offset 24 not 64 */ in pma_get_portcounters_cong() 1666 struct qib_pma_counters pma; in pma_get_portcounters_ext() local 1690 qib_snapshot_pmacounters(ibp, &pma); in pma_get_portcounters_ext() 1692 p->port_unicast_xmit_packets = cpu_to_be64(pma.n_unicast_xmit in pma_get_portcounters_ext() 1694 p->port_unicast_rcv_packets = cpu_to_be64(pma.n_unicast_rcv in pma_get_portcounters_ext() 1696 p->port_multicast_xmit_packets = cpu_to_be64(pma.n_multicast_xmit in pma_get_portcounters_ext() 1698 p->port_multicast_rcv_packets = cpu_to_be64(pma.n_multicast_rcv in pma_get_portcounters_ext() 1827 struct qib_pma_counters pma; in pma_set_portcounters_ext() local 1843 qib_snapshot_pmacounters(ibp, &pma); in pma_set_portcounters_ext() 1846 ibp->z_unicast_xmit = pma.n_unicast_xmit; in pma_set_portcounters_ext() [all …]
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
| D | qib_verbs.h | 149 u64 z_unicast_xmit; /* starting count for PMA */ 150 u64 z_unicast_rcv; /* starting count for PMA */ 151 u64 z_multicast_xmit; /* starting count for PMA */ 152 u64 z_multicast_rcv; /* starting count for PMA */ 153 u64 z_symbol_error_counter; /* starting count for PMA */ 154 u64 z_link_error_recovery_counter; /* starting count for PMA */ 155 u64 z_link_downed_counter; /* starting count for PMA */ 156 u64 z_port_rcv_errors; /* starting count for PMA */ 157 u64 z_port_rcv_remphys_errors; /* starting count for PMA */ 158 u64 z_port_xmit_discards; /* starting count for PMA */ [all …]
|
| D | qib_mad.c | 1531 /* Congestion PMA packets start at offset 24 not 64 */ in pma_get_portcounters_cong() 1666 struct qib_pma_counters pma; in pma_get_portcounters_ext() local 1690 qib_snapshot_pmacounters(ibp, &pma); in pma_get_portcounters_ext() 1692 p->port_unicast_xmit_packets = cpu_to_be64(pma.n_unicast_xmit in pma_get_portcounters_ext() 1694 p->port_unicast_rcv_packets = cpu_to_be64(pma.n_unicast_rcv in pma_get_portcounters_ext() 1696 p->port_multicast_xmit_packets = cpu_to_be64(pma.n_multicast_xmit in pma_get_portcounters_ext() 1698 p->port_multicast_rcv_packets = cpu_to_be64(pma.n_multicast_rcv in pma_get_portcounters_ext() 1827 struct qib_pma_counters pma; in pma_set_portcounters_ext() local 1843 qib_snapshot_pmacounters(ibp, &pma); in pma_set_portcounters_ext() 1846 ibp->z_unicast_xmit = pma.n_unicast_xmit; in pma_set_portcounters_ext() [all …]
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | mdio.h | 40 #define MDIO_PMA_TXDIS 9 /* 10G PMA/PMD transmit disable */ 41 #define MDIO_PMA_RXDET 10 /* 10G PMA/PMD receive signal detect */ 42 #define MDIO_PMA_EXTABLE 11 /* 10G PMA/PMD extended ability */ 49 #define MDIO_PMA_NG_EXTABLE 21 /* 2.5G/5G PMA/PMD extended ability */ 70 #define MDIO_B10L_PMA_CTRL 2294 /* 10BASE-T1L PMA control */ 71 #define MDIO_PMA_10T1L_STAT 2295 /* 10BASE-T1L PMA status */ 73 #define MDIO_PMA_PMD_BT1 18 /* BASE-T1 PMA/PMD extended ability */ 84 #define MDIO_PMA_PMD_BT1_CTRL 2100 /* BASE-T1 PMA/PMD control register */ 160 #define MDIO_PMA_CTRL2_TYPE 0x000f /* PMA/PMD type selection */ 191 #define MDIO_PMA_STAT2_LBABLE 0x0001 /* PMA loopback ability */ [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | mdio.h | 40 #define MDIO_PMA_TXDIS 9 /* 10G PMA/PMD transmit disable */ 41 #define MDIO_PMA_RXDET 10 /* 10G PMA/PMD receive signal detect */ 42 #define MDIO_PMA_EXTABLE 11 /* 10G PMA/PMD extended ability */ 49 #define MDIO_PMA_NG_EXTABLE 21 /* 2.5G/5G PMA/PMD extended ability */ 139 #define MDIO_PMA_CTRL2_TYPE 0x000f /* PMA/PMD type selection */ 169 #define MDIO_PMA_STAT2_LBABLE 0x0001 /* PMA loopback ability */ 220 /* PMA 10GBASE-T pair swap & polarity */ 228 /* PMA 10GBASE-T TX power register. */ 231 /* PMA 10GBASE-T SNR registers. */ 236 /* PMA 10GBASE-R FEC ability register. */ [all …]
|
| /kernel/liteos_a/testsuites/kernel/sample/posix/mutex/full/ |
| D | It_posix_mutex_026.c | 63 pthread_mutexattr_t *pma[NSCENAR + 2]; in Testcase() local 78 pma[i] = NULL; in Testcase() 82 ret = pthread_mutex_init(&mtx, pma[i]); in Testcase() 88 ret = pthread_mutex_init(&mtx, pma[j]); in Testcase()
|
| /kernel/liteos_m/testsuites/sample/posix/mutex/ |
| D | It_posix_mutex_013.c | 58 pthread_mutexattr_t *pma[NSCENAR + 2]; // 2, The loop frequency. in Testcase() local 69 pma[i] = NULL; in Testcase() 74 ret = pthread_mutex_init(&mtx, pma[i]); in Testcase() 80 ret = pthread_mutex_init(&mtx, pma[j]); in Testcase()
|
| /kernel/linux/linux-5.10/drivers/net/phy/ |
| D | phy-c45.c | 33 * PMA/PMD type selection is 1.7.5:0 not 1.7.3:0. See 45.2.1.6.1 in genphy_c45_pma_setup_forced() 132 * parameters are controlled through the PMA/PMD MMD registers. 320 * genphy_c45_read_pma - read link speed etc from PMA 364 * genphy_c45_read_mdix - read mdix status from PMA 397 * genphy_c45_pma_read_abilities - read supported link modes from PMA 400 * Read the supported link modes from the PMA Status 2 (1.8) register. If bit 402 * PMA Extended Abilities (1.11) register, indicating 1000BASET an 10G related 404 * in the 2.5G/5G PMA Extended register (1.21), indicating if 2.5GBASET and
|
| D | marvell10g.c | 12 * SGMII PHYXS -- BASE-T PCS -- 10G PMA -- AN -- Copper (for <= 1G) 13 * 10GBASE-KR PHYXS -- BASE-T PCS -- 10G PMA -- AN -- Copper (for 10G) 447 * don't set bit 14 in PMA Extended Abilities (1.11), although they do 450 * the PMA device identifier, with a mask matching models known to have this 458 /* Only some revisions of the 88X3310 family PMA seem to be impacted */ in mv3310_has_pma_ngbaset_quirk()
|
| /kernel/linux/linux-6.6/drivers/net/phy/ |
| D | phy-c45.c | 14 * genphy_c45_baset1_able - checks if the PMA has BASE-T1 extended abilities 33 * genphy_c45_pma_can_sleep - checks if the PMA have sleep support 48 * genphy_c45_pma_resume - wakes up the PMA module 62 * genphy_c45_pma_suspend - suspends the PMA module 127 * PMA/PMD type selection is 1.7.5:0 not 1.7.3:0. See 45.2.1.6.1 in genphy_c45_pma_setup_forced() 314 * are controlled through the PMA/PMD MMD registers. 595 * genphy_c45_read_pma - read link speed etc from PMA 645 * genphy_c45_read_mdix - read mdix status from PMA 853 /* IEEE 802.3cg-2019 45.2.1.186b 10BASE-T1L PMA status register in genphy_c45_read_eee_abilities() 885 * genphy_c45_pma_baset1_read_abilities - read supported baset1 link modes from PMA [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | samsung,ufs-phy.yaml | 25 - const: phy-pma 64 reg-names = "phy-pma";
|
| D | ti,phy-j721e-wiz.yaml | 105 WIZ node should have subnodes for each of the PMA common refclock 124 clock source for the reference clock used in the PHY and PMA digital
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/ |
| D | xlnx,axi-ethernet.yaml | 101 - description: MGT reference clock (used by optional internal PCS/PMA PHY) 121 description: Phandle to the internal PCS/PMA PHY in SGMII or 1000Base-X 122 modes, where "pcs-handle" should be used to point to the PCS/PMA PHY,
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | samsung,ufs-phy.yaml | 27 - const: phy-pma 101 reg-names = "phy-pma";
|
| D | ti,phy-j721e-wiz.yaml | 79 clock source for the reference clock used in the PHY and PMA digital 147 WIZ node should have subnodes for each of the PMA common refclock
|
| D | cdns,dphy.yaml | 23 - description: PMA state machine clock
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
| D | aq_phy.c | 119 /* PMA Standard Device Identifier 2: Address 1.3 */ in aq_phy_init_phy_id() 137 /* PMA Standard Device Identifier: in aq_phy_init()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
| D | aq_phy.c | 119 /* PMA Standard Device Identifier 2: Address 1.3 */ in aq_phy_init_phy_id() 137 /* PMA Standard Device Identifier: in aq_phy_init()
|
| /kernel/linux/linux-6.6/drivers/net/pcs/ |
| D | pcs-xpcs-nxp.c | 67 /* In NXP SJA1105, the PCS is integrated with a PMA that has the TX lane 153 * Release reset of PMA to enable data flow to/from PCS. in nxp_sja1110_pma_config()
|
| D | pcs-xpcs-wx.c | 148 /* wait pma initialization done */ in txgbe_pma_init_done() 153 dev_err(&xpcs->mdiodev->dev, "xpcs pma initialization timeout\n"); in txgbe_pma_init_done()
|
| /kernel/linux/linux-6.6/arch/riscv/include/asm/ |
| D | pgtable-64.h | 118 * 00 - PMA Normal Cacheable, No change to implied PMA memory type 131 * 01110 - PMA Weakly-ordered, Cacheable, Bufferable, Shareable, Non-trustable
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
| D | qt202x_phy.c | 184 /* The PHY can get stuck in a state where it reports PHY_XS and PMA/PMD in qt2025c_bug17190_workaround() 186 * persisting for a couple of seconds, we switch PMA/PMD loopback in qt2025c_bug17190_workaround() 203 netif_dbg(efx, hw, efx->net_dev, "bashing QT2025C PMA/PMD\n"); in qt2025c_bug17190_workaround() 284 /* PMA/PMD loopback sets RXIN to inverse polarity and the firmware in qt2025c_select_phy_mode()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
| D | qt202x_phy.c | 184 /* The PHY can get stuck in a state where it reports PHY_XS and PMA/PMD in qt2025c_bug17190_workaround() 186 * persisting for a couple of seconds, we switch PMA/PMD loopback in qt2025c_bug17190_workaround() 203 netif_dbg(efx, hw, efx->net_dev, "bashing QT2025C PMA/PMD\n"); in qt2025c_bug17190_workaround() 284 /* PMA/PMD loopback sets RXIN to inverse polarity and the firmware in qt2025c_select_phy_mode()
|
| /kernel/linux/linux-5.10/drivers/phy/cadence/ |
| D | phy-cadence-torrent.c | 161 /* PMA TX Lane registers */ 180 /* PMA RX Lane registers */ 214 /* PHY PMA common registers */ 641 /* PMA common configuration 19.2MHz */ in cdns_torrent_dp_configure_rate() 646 /* PMA common configuration 25MHz */ in cdns_torrent_dp_configure_rate() 949 /* PHY PMA registers configuration function */ in cdns_torrent_dp_init() 969 /* PHY PMA registers configuration functions */ in cdns_torrent_dp_init() 1007 "timeout waiting for PMA common ready\n"); in cdns_torrent_dp_wait_pma_cmn_ready() 1020 /* PMA common configuration 19.2MHz */ in cdns_torrent_dp_pma_cfg() 1023 /* PMA common configuration 25MHz */ in cdns_torrent_dp_pma_cfg() [all …]
|