Lines Matching refs:remote_adv
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()
1161 u32 bmcr, local_adv, remote_adv, common; in bnx2_5706s_linkup() local
1179 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_5706s_linkup()
1181 common = local_adv & remote_adv; in bnx2_5706s_linkup()
1204 u32 local_adv, remote_adv, common; in bnx2_copper_linkup() local
1207 bnx2_read_phy(bp, MII_STAT1000, &remote_adv); in bnx2_copper_linkup()
1209 common = local_adv & (remote_adv >> 2); in bnx2_copper_linkup()
1220 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_copper_linkup()
1222 common = local_adv & remote_adv; in bnx2_copper_linkup()