Searched refs:PAUSE_RX (Results 1 – 13 of 13) sorted by relevance
269 (lc->requested_fc & PAUSE_RX)); in t4_mc_getstat()550 old = lc->requested_fc & (PAUSE_TX | PAUSE_RX); in t4_mc_setprop()553 new = (PAUSE_TX | PAUSE_RX); in t4_mc_setprop()557 new = PAUSE_RX; in t4_mc_setprop()560 lc->requested_fc &= ~(PAUSE_TX | PAUSE_RX); in t4_mc_setprop()689 if ((lc->requested_fc & (PAUSE_TX | PAUSE_RX)) == in t4_mc_getprop()690 (PAUSE_TX | PAUSE_RX)) in t4_mc_getprop()694 else if (lc->requested_fc & PAUSE_RX) in t4_mc_getprop()955 v = (lc->fc & PAUSE_RX) ? 1 : 0; in propinfo()984 v = (lc->fc & PAUSE_RX) ? 1 : 0; in getprop()[all …]
72 *fc = PAUSE_RX | PAUSE_TX; in xpak_get_link_status()
171 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in link_changed()824 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t1_link_start()829 if (fc == ((PAUSE_RX | PAUSE_TX) & !is_T2(mac->adapter))) in t1_link_start()833 if (fc == PAUSE_RX) in t1_link_start()1344 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
180 *fc = PAUSE_RX | PAUSE_TX; in mv88x201x_get_link_status()
77 PAUSE_RX = 1, enumerator
160 *fc = PAUSE_RX | PAUSE_TX; in my3126_get_link_status()
327 if (fc & PAUSE_RX) in mac_set_speed_duplex_fc()351 *fc |= PAUSE_RX; in mac_get_speed_duplex_fc()
366 if (cmac->instance->fc & PAUSE_RX) in pm3393_enable()545 if (fc & ~(PAUSE_TX | PAUSE_RX)) in pm3393_set_speed_duplex_fc()742 cmac->instance->fc = PAUSE_TX | PAUSE_RX; in pm3393_mac_create()
547 if (fc & PAUSE_RX) in mac_set_speed_duplex_fc()551 if (fc == (PAUSE_RX | PAUSE_TX)) in mac_set_speed_duplex_fc()
276 pause |= PAUSE_RX; in mv88e1xxx_get_link_status()
244 data32 |= V_MAC_RX_PAUSE_ENABLE((fc & PAUSE_RX) != 0); in mac_set_speed_duplex_fc()
58 PAUSE_RX = 1 << 0, enumerator
1548 if (lc->requested_fc & PAUSE_RX) in t4_link_start()1561 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t4_link_start()1564 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t4_link_start()4823 fc |= PAUSE_RX; in t4_handle_fw_rpl()4891 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()