Home
last modified time | relevance | path

Searched refs:PAUSE_TX (Results 1 – 19 of 19) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dvsc8211.c187 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status()
191 pause = PAUSE_TX; in vsc8211_get_link_status()
256 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status_fiber()
259 pause = PAUSE_TX; in vsc8211_get_link_status_fiber()
Dcommon.h86 PAUSE_TX = 1 << 1, enumerator
Dxgmac.c454 if (fc & PAUSE_TX) { in t3_mac_set_speed_duplex_fc()
Dcxgb3_main.c1906 epause->tx_pause = (p->link_config.fc & PAUSE_TX) != 0; in get_pauseparam()
1925 lc->requested_fc |= PAUSE_TX; in set_pauseparam()
1930 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in set_pauseparam()
Dt3_hw.c1236 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_changed()
1331 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_start()
3469 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h92 PAUSE_TX = 1 << 1, enumerator
Dt4vf_hw.c262 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
1348 fc |= PAUSE_TX; in t4vf_handle_fw_rpl()
Dcxgb4vf_main.c186 case PAUSE_TX: in t4vf_os_link_changed()
190 case PAUSE_RX|PAUSE_TX: in t4vf_os_link_changed()
1344 pauseparam->tx_pause = (pi->link_cfg.fc & PAUSE_TX) != 0; in cxgb4vf_get_pauseparam()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb/
Dpm3393.c276 if (cmac->instance->fc & PAUSE_TX) in pm3393_enable()
423 if (fc & ~(PAUSE_TX | PAUSE_RX)) in pm3393_set_speed_duplex_fc()
605 cmac->instance->fc = PAUSE_TX | PAUSE_RX; in pm3393_mac_create()
Dsubr.c162 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t1_link_changed()
626 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t1_link_start()
631 if (fc == ((PAUSE_RX | PAUSE_TX) & in t1_link_start()
1037 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
Dmv88x201x.c190 *fc = PAUSE_RX | PAUSE_TX; in mv88x201x_get_link_status()
Dmy3126.c147 *fc = PAUSE_RX | PAUSE_TX; in my3126_get_link_status()
Dcommon.h134 PAUSE_TX = 1 << 1, enumerator
Dvsc7326.c524 if (fc & PAUSE_TX) in mac_set_speed_duplex_fc()
526 if (fc == (PAUSE_RX | PAUSE_TX)) in mac_set_speed_duplex_fc()
Dmv88e1xxx.c252 pause |= PAUSE_TX; in mv88e1xxx_get_link_status()
Dcxgb2.c676 epause->tx_pause = (p->link_config.fc & PAUSE_TX) != 0; in get_pauseparam()
696 lc->requested_fc |= PAUSE_TX; in set_pauseparam()
701 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in set_pauseparam()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c829 if (lc->requested_fc & PAUSE_TX) in t4_link_start()
840 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t4_link_start()
843 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t4_link_start()
2661 fc |= PAUSE_TX; in t4_handle_fw_rpl()
2712 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
Dcxgb4.h81 PAUSE_TX = 1 << 1, enumerator
Dcxgb4_main.c1512 epause->tx_pause = (p->link_cfg.fc & PAUSE_TX) != 0; in get_pauseparam()
1531 lc->requested_fc |= PAUSE_TX; in set_pauseparam()