Home
last modified time | relevance | path

Searched refs:remote_adv (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/broadcom/
Dbnx2.c1033 u32 local_adv, remote_adv; in bnx2_resolve_flow_ctrl() local
1062 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_resolve_flow_ctrl()
1072 if (remote_adv & ADVERTISE_1000XPAUSE) in bnx2_resolve_flow_ctrl()
1074 if (remote_adv & ADVERTISE_1000XPSE_ASYM) in bnx2_resolve_flow_ctrl()
1078 remote_adv = new_remote_adv; in bnx2_resolve_flow_ctrl()
1084 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl()
1087 else if (remote_adv & ADVERTISE_PAUSE_ASYM) { in bnx2_resolve_flow_ctrl()
1092 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl()
1098 if ((remote_adv & ADVERTISE_PAUSE_CAP) && in bnx2_resolve_flow_ctrl()
1099 (remote_adv & ADVERTISE_PAUSE_ASYM)) { in bnx2_resolve_flow_ctrl()
[all …]
Db44.c568 u32 local_adv, remote_adv; in b44_check_phy() local
578 !b44_readphy(bp, MII_LPA, &remote_adv)) in b44_check_phy()
579 b44_set_flow_ctrl(bp, local_adv, remote_adv); in b44_check_phy()
Dtg3.c5585 u32 local_adv = 0, remote_adv = 0; in tg3_setup_fiber_hw_autoneg() local
5593 remote_adv |= LPA_1000XPAUSE; in tg3_setup_fiber_hw_autoneg()
5595 remote_adv |= LPA_1000XPAUSE_ASYM; in tg3_setup_fiber_hw_autoneg()
5598 mii_adv_to_ethtool_adv_x(remote_adv); in tg3_setup_fiber_hw_autoneg()
5600 tg3_setup_flow_control(tp, local_adv, remote_adv); in tg3_setup_fiber_hw_autoneg()
5659 u32 local_adv = 0, remote_adv = 0; in tg3_setup_fiber_by_hand() local
5667 remote_adv |= LPA_1000XPAUSE; in tg3_setup_fiber_by_hand()
5669 remote_adv |= LPA_1000XPAUSE_ASYM; in tg3_setup_fiber_by_hand()
5672 mii_adv_to_ethtool_adv_x(remote_adv); in tg3_setup_fiber_by_hand()
5674 tg3_setup_flow_control(tp, local_adv, remote_adv); in tg3_setup_fiber_by_hand()
[all …]
/Linux-v5.10/drivers/net/ethernet/microchip/
Dlan743x_main.c926 u16 remote_adv) in lan743x_phy_update_flowcontrol() argument
932 cap = mii_resolve_flowctrl_fdx(local_adv, remote_adv); in lan743x_phy_update_flowcontrol()