Home
last modified time | relevance | path

Searched refs:LPA_PAUSE_ASYM (Results 1 – 13 of 13) sorted by relevance

/linux/include/uapi/linux/
H A Dmii.h107 #define LPA_PAUSE_ASYM 0x0800 /* Can pause asymetrically */ macro
/linux/drivers/net/phy/
H A Dswphy.c145 lpa |= LPA_PAUSE_ASYM; in swphy_read_reg()
/linux/drivers/net/ethernet/smsc/
H A Dsmsc911x.h397 LPA_PAUSE_ASYM)
/linux/drivers/net/ethernet/intel/e1000e/
H A Dmac.c1119 (mii_nway_lp_ability_reg & LPA_PAUSE_ASYM)) { in e1000e_config_fc_after_link_up()
1133 (mii_nway_lp_ability_reg & LPA_PAUSE_ASYM)) { in e1000e_config_fc_after_link_up()
/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.c256 phy->asym_pause = lpa & LPA_PAUSE_ASYM ? 1 : 0; in genmii_read_link()
/linux/drivers/net/ethernet/marvell/
H A Dsky2.c2262 lpa &= ~(LPA_PAUSE_CAP|LPA_PAUSE_ASYM); in sky2_autoneg_done()
2271 lpa |= LPA_PAUSE_ASYM; in sky2_autoneg_done()
2281 if ((lpa & LPA_PAUSE_CAP) && (lpa & LPA_PAUSE_ASYM)) in sky2_autoneg_done()
/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c3549 lpa_pause = lpa & (LPA_PAUSE_CAP | LPA_PAUSE_ASYM); in nv_update_linkspeed()
3560 if (lpa_pause == (LPA_PAUSE_CAP | LPA_PAUSE_ASYM)) in nv_update_linkspeed()
3569 if (lpa_pause == LPA_PAUSE_ASYM) in nv_update_linkspeed()
/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c2873 } else if ((remote & LPA_PAUSE_ASYM) && in determine_flow_ctrl()
2879 } else if (remote & LPA_PAUSE_ASYM) { in determine_flow_ctrl()
/linux/drivers/net/ethernet/broadcom/
H A Db44.c371 if ((remote & LPA_PAUSE_ASYM) && in b44_set_flow_ctrl()
H A Dtg3.c2035 rmt_adv |= LPA_PAUSE_ASYM; in tg3_adjust_link()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c1574 rmt_adv |= LPA_PAUSE_ASYM; in xgbe_phy_phydev_flowctrl()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.c1473 rmt_adv |= LPA_PAUSE_ASYM; in gfar_get_flowctrl_cfg()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c11002 remote_advertising |= LPA_PAUSE_ASYM; in hclge_cfg_flowctrl()