Home
last modified time | relevance | path

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

/drivers/net/
Dbnx2.c841 u32 local_adv, remote_adv; in bnx2_resolve_flow_ctrl() local
870 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_resolve_flow_ctrl()
880 if (remote_adv & ADVERTISE_1000XPAUSE) in bnx2_resolve_flow_ctrl()
882 if (remote_adv & ADVERTISE_1000XPSE_ASYM) in bnx2_resolve_flow_ctrl()
886 remote_adv = new_remote_adv; in bnx2_resolve_flow_ctrl()
892 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl()
895 else if (remote_adv & ADVERTISE_PAUSE_ASYM) { in bnx2_resolve_flow_ctrl()
900 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl()
906 if ((remote_adv & ADVERTISE_PAUSE_CAP) && in bnx2_resolve_flow_ctrl()
907 (remote_adv & ADVERTISE_PAUSE_ASYM)) { in bnx2_resolve_flow_ctrl()
[all …]
Db44.c556 u32 local_adv, remote_adv; in b44_check_phy() local
566 !b44_readphy(bp, MII_LPA, &remote_adv)) in b44_check_phy()
567 b44_set_flow_ctrl(bp, local_adv, remote_adv); in b44_check_phy()
Dtg3.c3487 u32 local_adv = 0, remote_adv = 0; in tg3_setup_fiber_hw_autoneg() local
3495 remote_adv |= LPA_1000XPAUSE; in tg3_setup_fiber_hw_autoneg()
3497 remote_adv |= LPA_1000XPAUSE_ASYM; in tg3_setup_fiber_hw_autoneg()
3499 tg3_setup_flow_control(tp, local_adv, remote_adv); in tg3_setup_fiber_hw_autoneg()
3558 u32 local_adv = 0, remote_adv = 0; in tg3_setup_fiber_by_hand() local
3566 remote_adv |= LPA_1000XPAUSE; in tg3_setup_fiber_by_hand()
3568 remote_adv |= LPA_1000XPAUSE_ASYM; in tg3_setup_fiber_by_hand()
3570 tg3_setup_flow_control(tp, local_adv, remote_adv); in tg3_setup_fiber_by_hand()
3722 u32 local_adv, remote_adv; in tg3_setup_fiber_mii_phy() local
3839 remote_adv = 0; in tg3_setup_fiber_mii_phy()
[all …]