Lines Matching refs:remote_adv
1032 u32 local_adv, remote_adv; in bnx2_resolve_flow_ctrl() local
1061 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_resolve_flow_ctrl()
1071 if (remote_adv & ADVERTISE_1000XPAUSE) in bnx2_resolve_flow_ctrl()
1073 if (remote_adv & ADVERTISE_1000XPSE_ASYM) in bnx2_resolve_flow_ctrl()
1077 remote_adv = new_remote_adv; in bnx2_resolve_flow_ctrl()
1083 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl()
1086 else if (remote_adv & ADVERTISE_PAUSE_ASYM) { in bnx2_resolve_flow_ctrl()
1091 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl()
1097 if ((remote_adv & ADVERTISE_PAUSE_CAP) && in bnx2_resolve_flow_ctrl()
1098 (remote_adv & ADVERTISE_PAUSE_ASYM)) { in bnx2_resolve_flow_ctrl()
1176 u32 bmcr, local_adv, remote_adv, common; in bnx2_5706s_linkup() local
1194 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_5706s_linkup()
1196 common = local_adv & remote_adv; in bnx2_5706s_linkup()
1219 u32 local_adv, remote_adv, common; in bnx2_copper_linkup() local
1222 bnx2_read_phy(bp, MII_STAT1000, &remote_adv); in bnx2_copper_linkup()
1224 common = local_adv & (remote_adv >> 2); in bnx2_copper_linkup()
1235 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_copper_linkup()
1237 common = local_adv & remote_adv; in bnx2_copper_linkup()