Lines Matching refs:fc
1208 int link_ok, speed, duplex, fc; in t3_link_changed() local
1214 phy->ops->get_link_status(phy, &link_ok, &speed, &duplex, &fc); in t3_link_changed()
1234 fc &= lc->requested_fc; in t3_link_changed()
1236 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_changed()
1239 duplex == lc->duplex && fc == lc->fc) in t3_link_changed()
1255 t3_mac_set_speed_duplex_fc(mac, speed, duplex, fc); in t3_link_changed()
1256 lc->fc = fc; in t3_link_changed()
1260 speed, duplex, fc); in t3_link_changed()
1269 int link_ok, speed, duplex, fc, link_fault; in t3_link_fault() local
1289 fc = lc->fc; in t3_link_fault()
1291 phy->ops->get_link_status(phy, &link_ok, &speed, &duplex, &fc); in t3_link_fault()
1331 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_start() local
1336 if (fc) { in t3_link_start()
1338 if (fc & PAUSE_RX) in t3_link_start()
1346 lc->fc = (unsigned char)fc; in t3_link_start()
1348 fc); in t3_link_start()
1354 t3_mac_set_speed_duplex_fc(mac, -1, -1, fc); in t3_link_start()
1355 lc->fc = (unsigned char)fc; in t3_link_start()
3463 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()