Searched refs:bnx2x_cl45_read (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 214 bnx2x_cl45_read(_bp, _phy, \ 2673 static int bnx2x_cl45_read(struct bnx2x *bp, struct bnx2x_phy *phy, in bnx2x_cl45_read() function 2738 bnx2x_cl45_read(bp, phy, devad, 0xf, &temp_val); in bnx2x_cl45_read() 2812 bnx2x_cl45_read(bp, phy, devad, 0xf, &temp_val); in bnx2x_cl45_write() 3021 bnx2x_cl45_read(bp, phy, MDIO_AN_DEVAD, MDIO_AN_REG_EEE_ADV, &adv); in bnx2x_eee_an_resolve() 3022 bnx2x_cl45_read(bp, phy, MDIO_AN_DEVAD, MDIO_AN_REG_LP_EEE_ADV, &lp); in bnx2x_eee_an_resolve() 3179 bnx2x_cl45_read(bp, phy, devad, reg, &val); in bnx2x_cl45_read_or_write() 3188 bnx2x_cl45_read(bp, phy, devad, reg, &val); in bnx2x_cl45_read_and_write() 3201 return bnx2x_cl45_read(params->bp, in bnx2x_phy_read() 3471 bnx2x_cl45_read(bp, phy, MDIO_AN_DEVAD, MDIO_AN_REG_ADV_PAUSE, &val); in bnx2x_ext_phy_set_pause() [all …]
|