Home
last modified time | relevance | path

Searched refs:PAUSE_RX (Results 1 – 13 of 13) sorted by relevance

/drivers/net/cxgb3/
Dvsc8211.c180 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status()
187 pause = PAUSE_RX; in vsc8211_get_link_status()
247 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status_fiber()
253 pause = PAUSE_RX; in vsc8211_get_link_status_fiber()
Dt3_hw.c1179 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_changed()
1220 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_start()
1227 if (fc & PAUSE_RX) in t3_link_start()
3458 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
Dcommon.h111 PAUSE_RX = 1 << 0, enumerator
Dxgmac.c442 (fc & PAUSE_RX) ? F_TXPAUSEEN : 0); in t3_mac_set_speed_duplex_fc()
Dcxgb3_main.c1625 epause->rx_pause = (p->link_config.fc & PAUSE_RX) != 0; in get_pauseparam()
1643 lc->requested_fc |= PAUSE_RX; in set_pauseparam()
1650 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in set_pauseparam()
/drivers/net/chelsio/
Dsubr.c162 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t1_link_changed()
629 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t1_link_start()
634 if (fc == ((PAUSE_RX | PAUSE_TX) & in t1_link_start()
639 if (fc == PAUSE_RX) in t1_link_start()
1072 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
Dpm3393.c272 if (cmac->instance->fc & PAUSE_RX) in pm3393_enable()
420 if (fc & ~(PAUSE_TX | PAUSE_RX)) in pm3393_set_speed_duplex_fc()
602 cmac->instance->fc = PAUSE_TX | PAUSE_RX; in pm3393_mac_create()
Dmv88x201x.c190 *fc = PAUSE_RX | PAUSE_TX; in mv88x201x_get_link_status()
Dmy3126.c147 *fc = PAUSE_RX | PAUSE_TX; in my3126_get_link_status()
Dvsc7326.c522 if (fc & PAUSE_RX) in mac_set_speed_duplex_fc()
526 if (fc == (PAUSE_RX | PAUSE_TX)) in mac_set_speed_duplex_fc()
Dcommon.h164 PAUSE_RX = 1 << 0, enumerator
Dmv88e1xxx.c250 pause |= PAUSE_RX; in mv88e1xxx_get_link_status()
Dcxgb2.c676 epause->rx_pause = (p->link_config.fc & PAUSE_RX) != 0; in get_pauseparam()
695 lc->requested_fc |= PAUSE_RX; in set_pauseparam()
702 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in set_pauseparam()