Searched refs:remote_adv (Results 1 – 1 of 1) sorted by relevance
540 static void tg3_setup_flow_control(struct tg3 *tp, uint32_t local_adv, uint32_t remote_adv) in tg3_setup_flow_control() argument546 if (remote_adv & LPA_PAUSE_CAP) in tg3_setup_flow_control()550 else if (remote_adv & LPA_PAUSE_ASYM) in tg3_setup_flow_control()554 if (remote_adv & LPA_PAUSE_CAP) in tg3_setup_flow_control()560 if ((remote_adv & LPA_PAUSE_CAP) && in tg3_setup_flow_control()561 (remote_adv & LPA_PAUSE_ASYM)) in tg3_setup_flow_control()793 uint32_t local_adv, remote_adv; in tg3_setup_copper_phy() local798 tg3_readphy(tp, MII_LPA, &remote_adv); in tg3_setup_copper_phy()799 remote_adv &= (LPA_PAUSE_CAP | LPA_PAUSE_ASYM); in tg3_setup_copper_phy()807 tg3_setup_flow_control(tp, local_adv, remote_adv); in tg3_setup_copper_phy()[all …]