Lines Matching refs:remote_adv
1033 u32 local_adv, remote_adv; in bnx2_resolve_flow_ctrl() local
1062 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_resolve_flow_ctrl()
1072 if (remote_adv & ADVERTISE_1000XPAUSE) in bnx2_resolve_flow_ctrl()
1074 if (remote_adv & ADVERTISE_1000XPSE_ASYM) in bnx2_resolve_flow_ctrl()
1078 remote_adv = new_remote_adv; in bnx2_resolve_flow_ctrl()
1084 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl()
1087 else if (remote_adv & ADVERTISE_PAUSE_ASYM) { in bnx2_resolve_flow_ctrl()
1092 if (remote_adv & ADVERTISE_PAUSE_CAP) { in bnx2_resolve_flow_ctrl()
1098 if ((remote_adv & ADVERTISE_PAUSE_CAP) && in bnx2_resolve_flow_ctrl()
1099 (remote_adv & ADVERTISE_PAUSE_ASYM)) { in bnx2_resolve_flow_ctrl()
1177 u32 bmcr, local_adv, remote_adv, common; in bnx2_5706s_linkup() local
1195 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_5706s_linkup()
1197 common = local_adv & remote_adv; in bnx2_5706s_linkup()
1220 u32 local_adv, remote_adv, common; in bnx2_copper_linkup() local
1223 bnx2_read_phy(bp, MII_STAT1000, &remote_adv); in bnx2_copper_linkup()
1225 common = local_adv & (remote_adv >> 2); in bnx2_copper_linkup()
1236 bnx2_read_phy(bp, bp->mii_lpa, &remote_adv); in bnx2_copper_linkup()
1238 common = local_adv & remote_adv; in bnx2_copper_linkup()