Searched refs:remote_adv (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 1017 u32 local_adv, remote_adv; in bnx2_resolve_flow_ctrl() local 1046 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_resolve_flow_ctrl() 1056 if (remote_adv & ADVERTISE_1000XPAUSE) in bnx2_resolve_flow_ctrl() 1058 if (remote_adv & ADVERTISE_1000XPSE_ASYM) in bnx2_resolve_flow_ctrl() 1062 remote_adv = new_remote_adv; in bnx2_resolve_flow_ctrl() 1068 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl() 1071 else if (remote_adv & ADVERTISE_PAUSE_ASYM) { in bnx2_resolve_flow_ctrl() 1076 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl() 1082 if ((remote_adv & ADVERTISE_PAUSE_CAP) && in bnx2_resolve_flow_ctrl() 1083 (remote_adv & ADVERTISE_PAUSE_ASYM)) { in bnx2_resolve_flow_ctrl() [all …]
|
D | b44.c | 573 u32 local_adv, remote_adv; in b44_check_phy() local 583 !b44_readphy(bp, MII_LPA, &remote_adv)) in b44_check_phy() 584 b44_set_flow_ctrl(bp, local_adv, remote_adv); in b44_check_phy()
|
D | tg3.c | 5575 u32 local_adv = 0, remote_adv = 0; in tg3_setup_fiber_hw_autoneg() local 5583 remote_adv |= LPA_1000XPAUSE; in tg3_setup_fiber_hw_autoneg() 5585 remote_adv |= LPA_1000XPAUSE_ASYM; in tg3_setup_fiber_hw_autoneg() 5588 mii_adv_to_ethtool_adv_x(remote_adv); in tg3_setup_fiber_hw_autoneg() 5590 tg3_setup_flow_control(tp, local_adv, remote_adv); in tg3_setup_fiber_hw_autoneg() 5649 u32 local_adv = 0, remote_adv = 0; in tg3_setup_fiber_by_hand() local 5657 remote_adv |= LPA_1000XPAUSE; in tg3_setup_fiber_by_hand() 5659 remote_adv |= LPA_1000XPAUSE_ASYM; in tg3_setup_fiber_by_hand() 5662 mii_adv_to_ethtool_adv_x(remote_adv); in tg3_setup_fiber_by_hand() 5664 tg3_setup_flow_control(tp, local_adv, remote_adv); in tg3_setup_fiber_by_hand() [all …]
|