Searched refs:lp_pause (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_pcs.h | 153 adv_lp->lp_pause = (value & GMAC_ANE_PSE) >> GMAC_ANE_PSE_SHIFT; in dwmac_get_adv_lp()
|
H A D | common.h | 319 unsigned int lp_pause; member
|
H A D | stmmac_ethtool.c | 318 if (adv.lp_pause & STMMAC_PCS_PAUSE) in stmmac_ethtool_get_link_ksettings() 320 if (adv.lp_pause & STMMAC_PCS_ASYM_PAUSE) in stmmac_ethtool_get_link_ksettings()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_pcs.h | 153 adv_lp->lp_pause = (value & GMAC_ANE_PSE) >> GMAC_ANE_PSE_SHIFT; in dwmac_get_adv_lp()
|
H A D | common.h | 399 unsigned int lp_pause; member
|
H A D | stmmac_ethtool.c | 346 if (adv.lp_pause & STMMAC_PCS_PAUSE) in stmmac_ethtool_get_link_ksettings() 348 if (adv.lp_pause & STMMAC_PCS_ASYM_PAUSE) in stmmac_ethtool_get_link_ksettings()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 3539 u16 lp_pause; /* link partner */ in bnx2x_ext_phy_update_adv_fc() local 3544 bnx2x_cl22_read(bp, phy, 0x5, &lp_pause); in bnx2x_ext_phy_update_adv_fc() 3559 MDIO_AN_REG_LP_AUTO_NEG, &lp_pause); in bnx2x_ext_phy_update_adv_fc() 3564 MDIO_AN_REG_CL37_FC_LP, &lp_pause); in bnx2x_ext_phy_update_adv_fc() 3568 lp_pause = ((lp_pause & in bnx2x_ext_phy_update_adv_fc() 3578 MDIO_AN_REG_LP_AUTO_NEG, &lp_pause); in bnx2x_ext_phy_update_adv_fc() 3582 pause_result |= (lp_pause & in bnx2x_ext_phy_update_adv_fc() 5377 u16 lp_pause; /* link partner */ in bnx2x_update_adv_fc() local 5393 &lp_pause); in bnx2x_update_adv_fc() 7127 u16 lp_pause; /* link partner */ bnx2x_8073_resolve_fc() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 3539 u16 lp_pause; /* link partner */ in bnx2x_ext_phy_update_adv_fc() local 3544 bnx2x_cl22_read(bp, phy, 0x5, &lp_pause); in bnx2x_ext_phy_update_adv_fc() 3559 MDIO_AN_REG_LP_AUTO_NEG, &lp_pause); in bnx2x_ext_phy_update_adv_fc() 3564 MDIO_AN_REG_CL37_FC_LP, &lp_pause); in bnx2x_ext_phy_update_adv_fc() 3568 lp_pause = ((lp_pause & in bnx2x_ext_phy_update_adv_fc() 3578 MDIO_AN_REG_LP_AUTO_NEG, &lp_pause); in bnx2x_ext_phy_update_adv_fc() 3582 pause_result |= (lp_pause & in bnx2x_ext_phy_update_adv_fc() 5377 u16 lp_pause; /* link partner */ in bnx2x_update_adv_fc() local 5393 &lp_pause); in bnx2x_update_adv_fc() 7129 u16 lp_pause; /* link partner */ bnx2x_8073_resolve_fc() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.h | 1176 u8 lp_pause; member
|
H A D | bnxt_ethtool.c | 1586 fw_pause = link_info->lp_pause; in bnxt_fw_to_ethtool_lp_adv()
|
H A D | bnxt.c | 9174 link_info->lp_pause = resp->link_partner_adv_pause; in bnxt_update_link()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.h | 1225 u8 lp_pause; member
|
H A D | bnxt_ethtool.c | 1636 fw_pause = link_info->lp_pause; in bnxt_fw_to_ethtool_lp_adv()
|
H A D | bnxt.c | 9678 link_info->lp_pause = resp->link_partner_adv_pause; in bnxt_update_link()
|
Completed in 104 milliseconds