Lines Matching refs:fc
152 int link_ok, speed, duplex, fc; in t1_link_changed() local
156 phy->ops->get_link_status(phy, &link_ok, &speed, &duplex, &fc); in t1_link_changed()
161 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t1_link_changed()
167 mac->ops->set_speed_duplex_fc(mac, speed, duplex, fc); in t1_link_changed()
168 lc->fc = (unsigned char)fc; in t1_link_changed()
170 t1_link_negotiated(adapter, port_id, link_ok, speed, duplex, fc); in t1_link_changed()
625 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t1_link_start() local
629 if (fc) { in t1_link_start()
630 if (fc == ((PAUSE_RX | PAUSE_TX) & in t1_link_start()
635 if (fc == PAUSE_RX) in t1_link_start()
644 lc->fc = (unsigned char)fc; in t1_link_start()
646 lc->duplex, fc); in t1_link_start()
657 mac->ops->set_speed_duplex_fc(mac, -1, -1, fc); in t1_link_start()
658 lc->fc = (unsigned char)fc; in t1_link_start()
1036 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()