Searched refs:lp_pause (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c275 if (adv.lp_pause & STMMAC_PCS_PAUSE) stmmac_ethtool_getsettings()
277 if (adv.lp_pause & STMMAC_PCS_ASYM_PAUSE) stmmac_ethtool_getsettings()
H A Ddwmac1000_core.c397 adv->lp_pause = (value & GMAC_ANE_PSE) >> GMAC_ANE_PSE_SHIFT; dwmac1000_get_adv()
H A Dcommon.h238 unsigned int lp_pause; member in struct:rgmii_adv
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c3524 u16 lp_pause; /* link partner */ bnx2x_ext_phy_update_adv_fc() local
3529 bnx2x_cl22_read(bp, phy, 0x5, &lp_pause); bnx2x_ext_phy_update_adv_fc()
3544 MDIO_AN_REG_LP_AUTO_NEG, &lp_pause); bnx2x_ext_phy_update_adv_fc()
3549 MDIO_AN_REG_CL37_FC_LP, &lp_pause); bnx2x_ext_phy_update_adv_fc()
3553 lp_pause = ((lp_pause & bnx2x_ext_phy_update_adv_fc()
3563 MDIO_AN_REG_LP_AUTO_NEG, &lp_pause); bnx2x_ext_phy_update_adv_fc()
3567 pause_result |= (lp_pause & bnx2x_ext_phy_update_adv_fc()
5362 u16 lp_pause; /* link partner */ bnx2x_update_adv_fc() local
5378 &lp_pause); bnx2x_update_adv_fc()
5381 pause_result |= (lp_pause & bnx2x_update_adv_fc()
5392 &lp_pause); bnx2x_update_adv_fc()
5395 pause_result |= (lp_pause & bnx2x_update_adv_fc()
7119 u16 lp_pause; /* link partner */ bnx2x_8073_resolve_fc() local
7126 MDIO_AN_REG_CL37_FC_LP, &lp_pause); bnx2x_8073_resolve_fc()
7129 pause_result |= (lp_pause & bnx2x_8073_resolve_fc()

Completed in 212 milliseconds