Home
last modified time | relevance | path

Searched refs:LPA_PAUSE_CAP (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmii.h106 #define LPA_PAUSE_CAP 0x0400 /* Can pause */ macro
H A Dmdio.h358 #define MDIO_AN_T1_LP_L_PAUSE_CAP LPA_PAUSE_CAP
/openbmc/linux/drivers/net/phy/
H A Dswphy.c142 lpa |= LPA_PAUSE_CAP; in swphy_read_reg()
H A Dphy-c45.c552 phydev->pause = val & LPA_PAUSE_CAP ? 1 : 0; in genphy_c45_read_lpa()
/openbmc/u-boot/include/linux/
H A Dmii.h103 #define LPA_PAUSE_CAP 0x0400 /* Can pause */ macro
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmsc911x.h396 #define LPA_PAUSE_ALL (LPA_PAUSE_CAP | \
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dmac.c1096 (mii_nway_lp_ability_reg & LPA_PAUSE_CAP)) { in e1000e_config_fc_after_link_up()
1120 (mii_nway_lp_ability_reg & LPA_PAUSE_CAP) && in e1000e_config_fc_after_link_up()
1134 !(mii_nway_lp_ability_reg & LPA_PAUSE_CAP) && in e1000e_config_fc_after_link_up()
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.c255 phy->pause = lpa & LPA_PAUSE_CAP ? 1 : 0; in genmii_read_link()
/openbmc/u-boot/drivers/net/
H A Dsni_ave.c329 rmt_adv |= LPA_PAUSE_CAP; in ave_adjust_link()
H A Dmtk_eth.c683 rmt_adv = LPA_PAUSE_CAP; in mtk_phy_link_adjust()
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_hw.c778 rmtadv = LPA_PAUSE_CAP; in xgene_enet_flowctrl_cfg()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.c2260 lpa &= ~(LPA_PAUSE_CAP|LPA_PAUSE_ASYM); in sky2_autoneg_done()
2267 lpa |= LPA_PAUSE_CAP; in sky2_autoneg_done()
2274 if (lpa & LPA_PAUSE_CAP) in sky2_autoneg_done()
2279 if ((lpa & LPA_PAUSE_CAP) && (lpa & LPA_PAUSE_ASYM)) in sky2_autoneg_done()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz8795.c737 data |= LPA_PAUSE_CAP; in ksz8_r_phy()
/openbmc/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c3563 lpa_pause = lpa & (LPA_PAUSE_CAP | LPA_PAUSE_ASYM); in nv_update_linkspeed()
3567 if (lpa_pause & LPA_PAUSE_CAP) { in nv_update_linkspeed()
3574 if (lpa_pause == (LPA_PAUSE_CAP | LPA_PAUSE_ASYM)) in nv_update_linkspeed()
3578 if (lpa_pause & LPA_PAUSE_CAP) { in nv_update_linkspeed()
/openbmc/linux/drivers/net/ethernet/socionext/
H A Dsni_ave.c1126 rmt_adv |= LPA_PAUSE_CAP; in ave_phy_adjust_link()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Db44.c372 !(remote & LPA_PAUSE_CAP)) in b44_set_flow_ctrl()
H A Dtg3.c2032 rmt_adv = LPA_PAUSE_CAP; in tg3_adjust_link()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c1585 rmt_adv |= LPA_PAUSE_CAP; in xgbe_phy_phydev_flowctrl()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.c1469 rmt_adv = LPA_PAUSE_CAP; in gfar_get_flowctrl_cfg()
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c2870 if (remote & LPA_PAUSE_CAP) { in determine_flow_ctrl()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c10898 remote_advertising = LPA_PAUSE_CAP; in hclge_cfg_flowctrl()