Searched refs:lp_reg (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_phy_impl.c | 880 if (lp_reg & 0x80) in axgbe_phy_an73_redrv_outcome() 882 if (lp_reg & 0x20) in axgbe_phy_an73_redrv_outcome() 885 ad_reg &= lp_reg; in axgbe_phy_an73_redrv_outcome() 929 if (lp_reg & 0xc000) in axgbe_phy_an73_redrv_outcome() 946 if (lp_reg & 0x400) in axgbe_phy_an73_outcome() 948 if (lp_reg & 0x800) in axgbe_phy_an73_outcome() 962 else if (lp_reg & 0x400) in axgbe_phy_an73_outcome() 970 if (lp_reg & 0x80) in axgbe_phy_an73_outcome() 972 if (lp_reg & 0x20) in axgbe_phy_an73_outcome() 975 ad_reg &= lp_reg; in axgbe_phy_an73_outcome() [all …]
|
| H A D | axgbe_mdio.c | 334 unsigned int ad_reg, lp_reg, reg; in axgbe_an73_tx_training() local 344 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 2); in axgbe_an73_tx_training() 348 if ((ad_reg & 0xc000) && (lp_reg & 0xc000)) in axgbe_an73_tx_training() 389 unsigned int reg, ad_reg, lp_reg; in axgbe_an73_rx_bpa() local 401 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA); in axgbe_an73_rx_bpa() 404 (lp_reg & AXGBE_XNP_NP_EXCHANGE)) in axgbe_an73_rx_bpa() 412 unsigned int ad_reg, lp_reg; in axgbe_an73_rx_xnp() local 416 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPX); in axgbe_an73_rx_xnp() 419 (lp_reg & AXGBE_XNP_NP_EXCHANGE)) in axgbe_an73_rx_xnp()
|
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_hw.c | 950 s32 ngbe_negotiate_fc(struct ngbe_hw *hw, u32 adv_reg, u32 lp_reg, in ngbe_negotiate_fc() argument 953 if ((!(adv_reg)) || (!(lp_reg))) { in ngbe_negotiate_fc() 955 adv_reg, lp_reg); in ngbe_negotiate_fc() 959 if ((adv_reg & adv_sym) && (lp_reg & lp_sym)) { in ngbe_negotiate_fc() 975 (lp_reg & lp_sym) && (lp_reg & lp_asm)) { in ngbe_negotiate_fc() 979 !(lp_reg & lp_sym) && (lp_reg & lp_asm)) { in ngbe_negotiate_fc()
|
| H A D | ngbe_hw.h | 77 s32 ngbe_negotiate_fc(struct ngbe_hw *hw, u32 adv_reg, u32 lp_reg,
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_hw.c | 994 s32 txgbe_negotiate_fc(struct txgbe_hw *hw, u32 adv_reg, u32 lp_reg, in txgbe_negotiate_fc() argument 997 if ((!(adv_reg)) || (!(lp_reg))) { in txgbe_negotiate_fc() 999 adv_reg, lp_reg); in txgbe_negotiate_fc() 1003 if ((adv_reg & adv_sym) && (lp_reg & lp_sym)) { in txgbe_negotiate_fc() 1019 (lp_reg & lp_sym) && (lp_reg & lp_asm)) { in txgbe_negotiate_fc() 1023 !(lp_reg & lp_sym) && (lp_reg & lp_asm)) { in txgbe_negotiate_fc()
|
| H A D | txgbe_hw.h | 84 s32 txgbe_negotiate_fc(struct txgbe_hw *hw, u32 adv_reg, u32 lp_reg,
|
| H A D | txgbe_phy.c | 2398 u32 value, i, lp_reg, ld_reg; in txgbe_handle_bp_flow() local 2445 lp_reg = rd32_epcs(hw, SR_PMA_KR_LP_CESTS); in txgbe_handle_bp_flow() 2446 lp_reg &= SR_PMA_KR_LP_CESTS_RR; in txgbe_handle_bp_flow() 2448 lp_reg); in txgbe_handle_bp_flow() 2454 lp_reg = SR_PMA_KR_LP_CESTS_RR; in txgbe_handle_bp_flow() 2456 if (lp_reg & ld_reg) { in txgbe_handle_bp_flow()
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_common.c | 2911 s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg, in ixgbe_negotiate_fc() argument 2914 if ((!(adv_reg)) || (!(lp_reg))) { in ixgbe_negotiate_fc() 2918 adv_reg, lp_reg); in ixgbe_negotiate_fc() 2922 if ((adv_reg & adv_sym) && (lp_reg & lp_sym)) { in ixgbe_negotiate_fc() 2938 (lp_reg & lp_sym) && (lp_reg & lp_asm)) { in ixgbe_negotiate_fc() 2942 !(lp_reg & lp_sym) && (lp_reg & lp_asm)) { in ixgbe_negotiate_fc()
|
| H A D | ixgbe_api.h | 194 s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg,
|