Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c1049 u32 local_adv, remote_adv; in bnx2_resolve_flow_ctrl()
1078 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_resolve_flow_ctrl()
1088 if (remote_adv & ADVERTISE_1000XPAUSE) in bnx2_resolve_flow_ctrl()
1090 if (remote_adv & ADVERTISE_1000XPSE_ASYM) in bnx2_resolve_flow_ctrl()
1094 remote_adv = new_remote_adv; in bnx2_resolve_flow_ctrl()
1100 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl()
1103 else if (remote_adv & ADVERTISE_PAUSE_ASYM) { in bnx2_resolve_flow_ctrl()
1108 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_5709s_linkup()
1114 if ((remote_adv & ADVERTISE_PAUSE_CAP) && in bnx2_5709s_linkup()
1115 (remote_adv in bnx2_5709s_linkup()
1033 u32 local_adv, remote_adv; bnx2_resolve_flow_ctrl() local
1177 u32 bmcr, local_adv, remote_adv, common; bnx2_5706s_linkup() local
1220 u32 local_adv, remote_adv, common; bnx2_copper_linkup() local
[all...]
H A Db44.c548 u32 local_adv, remote_adv; in b44_check_phy() local
558 !b44_readphy(bp, MII_LPA, &remote_adv)) in b44_check_phy()
559 b44_set_flow_ctrl(bp, local_adv, remote_adv); in b44_check_phy()
H A Dtg3.c5570 u32 local_adv = 0, remote_adv = 0; in tg3_setup_fiber_hw_autoneg() local
5578 remote_adv |= LPA_1000XPAUSE; in tg3_setup_fiber_hw_autoneg()
5580 remote_adv |= LPA_1000XPAUSE_ASYM; in tg3_setup_fiber_hw_autoneg()
5583 mii_adv_to_ethtool_adv_x(remote_adv); in tg3_setup_fiber_hw_autoneg()
5585 tg3_setup_flow_control(tp, local_adv, remote_adv); in tg3_setup_fiber_hw_autoneg()
5644 u32 local_adv = 0, remote_adv = 0; in tg3_setup_fiber_by_hand() local
5652 remote_adv |= LPA_1000XPAUSE; in tg3_setup_fiber_by_hand()
5654 remote_adv |= LPA_1000XPAUSE_ASYM; in tg3_setup_fiber_by_hand()
5657 mii_adv_to_ethtool_adv_x(remote_adv); in tg3_setup_fiber_by_hand()
5659 tg3_setup_flow_control(tp, local_adv, remote_adv); in tg3_setup_fiber_by_hand()
[all …]