Searched refs:rd32_epcs (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_phy.c | 1374 value = rd32_epcs(hw, SR_MII_MMD_CTL); in txgbe_set_sgmii_an37_ability() 1460 if ((rd32_epcs(hw, in txgbe_set_link_to_kr() 1955 value = rd32_epcs(hw, SR_PMA_CTRL1); in txgbe_set_link_to_sfi() 2191 sr_pma_ctl1 = rd32_epcs(hw, SR_PMA_CTRL1); in txgbe_autoc_read() 2192 sr_an_ctl = rd32_epcs(hw, SR_AN_CTRL); in txgbe_autoc_read() 2379 value = rd32_epcs(hw, VR_AN_INTR); in txgbe_kr_handle() 2507 value = rd32_epcs(hw, SR_AN_MMD_LP_ABL1); in txgbe_get_bp_ability() 2629 rdata = rd32_epcs(hw, VR_AN_INTR); in txgbe_clear_bp_intr() 2644 rdata = rd32_epcs(hw, VR_AN_INTR); in txgbe_clear_bp_intr() 2713 value = rd32_epcs(hw, SR_PMA_KR_LP_CEU); in txgbe_check_kr_training() [all …]
|
| H A D | txgbe_hw.c | 157 value = rd32_epcs(hw, SR_MII_MMD_AN_ADV); in txgbe_setup_fc() 168 value = rd32_epcs(hw, SR_AN_MMD_ADV_REG1); in txgbe_setup_fc() 1050 pcs_anadv_reg = rd32_epcs(hw, SR_MII_MMD_AN_ADV); in txgbe_fc_autoneg_fiber() 1051 pcs_lpab_reg = rd32_epcs(hw, SR_MII_MMD_LP_BABL); in txgbe_fc_autoneg_fiber() 1078 autoc_reg = rd32_epcs(hw, SR_AN_MMD_ADV_REG1); in txgbe_fc_autoneg_backplane() 1079 anlp1_reg = rd32_epcs(hw, SR_AN_MMD_LP_ABL1); in txgbe_fc_autoneg_backplane() 3057 u32 autoc_reg = rd32_epcs(hw, SR_AN_MMD_ADV_REG1); in txgbe_setup_mac_link_smartspeed() 3300 value = rd32_epcs(hw, SR_XS_PCS_CTRL2); in txgbe_reset_misc()
|
| H A D | txgbe_regs.h | 1909 rd32_epcs(struct txgbe_hw *hw, u32 addr) in rd32_epcs() function
|
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_regs.h | 1462 rd32_epcs(struct ngbe_hw *hw, u32 addr) in rd32_epcs() function
|