Lines Matching refs:remote_adv
1039 u32 local_adv, remote_adv; in bnx2_resolve_flow_ctrl() local
1068 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_resolve_flow_ctrl()
1078 if (remote_adv & ADVERTISE_1000XPAUSE) in bnx2_resolve_flow_ctrl()
1080 if (remote_adv & ADVERTISE_1000XPSE_ASYM) in bnx2_resolve_flow_ctrl()
1084 remote_adv = new_remote_adv; in bnx2_resolve_flow_ctrl()
1090 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl()
1093 else if (remote_adv & ADVERTISE_PAUSE_ASYM) { in bnx2_resolve_flow_ctrl()
1098 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl()
1104 if ((remote_adv & ADVERTISE_PAUSE_CAP) && in bnx2_resolve_flow_ctrl()
1105 (remote_adv & ADVERTISE_PAUSE_ASYM)) { in bnx2_resolve_flow_ctrl()
1183 u32 bmcr, local_adv, remote_adv, common; in bnx2_5706s_linkup() local
1201 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_5706s_linkup()
1203 common = local_adv & remote_adv; in bnx2_5706s_linkup()
1226 u32 local_adv, remote_adv, common; in bnx2_copper_linkup() local
1229 bnx2_read_phy(bp, MII_STAT1000, &remote_adv); in bnx2_copper_linkup()
1231 common = local_adv & (remote_adv >> 2); in bnx2_copper_linkup()
1242 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_copper_linkup()
1244 common = local_adv & remote_adv; in bnx2_copper_linkup()