Lines Matching refs:remote_adv
1035 u32 local_adv, remote_adv; in bnx2_resolve_flow_ctrl() local
1064 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_resolve_flow_ctrl()
1074 if (remote_adv & ADVERTISE_1000XPAUSE) in bnx2_resolve_flow_ctrl()
1076 if (remote_adv & ADVERTISE_1000XPSE_ASYM) in bnx2_resolve_flow_ctrl()
1080 remote_adv = new_remote_adv; in bnx2_resolve_flow_ctrl()
1086 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl()
1089 else if (remote_adv & ADVERTISE_PAUSE_ASYM) { in bnx2_resolve_flow_ctrl()
1094 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl()
1100 if ((remote_adv & ADVERTISE_PAUSE_CAP) && in bnx2_resolve_flow_ctrl()
1101 (remote_adv & ADVERTISE_PAUSE_ASYM)) { in bnx2_resolve_flow_ctrl()
1179 u32 bmcr, local_adv, remote_adv, common; in bnx2_5706s_linkup() local
1197 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_5706s_linkup()
1199 common = local_adv & remote_adv; in bnx2_5706s_linkup()
1222 u32 local_adv, remote_adv, common; in bnx2_copper_linkup() local
1225 bnx2_read_phy(bp, MII_STAT1000, &remote_adv); in bnx2_copper_linkup()
1227 common = local_adv & (remote_adv >> 2); in bnx2_copper_linkup()
1238 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_copper_linkup()
1240 common = local_adv & remote_adv; in bnx2_copper_linkup()