Home
last modified time | relevance | path

Searched refs:PAUSE_AUTONEG (Results 1 – 14 of 14) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h112 PAUSE_AUTONEG = 1 << 2 enumerator
Dt4vf_hw.c265 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
Dcxgb4vf_main.c1357 pauseparam->autoneg = (pi->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in cxgb4vf_get_pauseparam()
/drivers/net/ethernet/chelsio/cxgb/
Dcommon.h135 PAUSE_AUTONEG = 1 << 2 enumerator
Dsubr.c161 if (!(lc->requested_fc & PAUSE_AUTONEG)) in t1_link_changed()
1041 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
Dcxgb2.c674 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam()
689 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
/drivers/scsi/csiostor/
Dcsio_mb.h94 PAUSE_AUTONEG = 1 << 2 enumerator
/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h86 PAUSE_AUTONEG = 1 << 2 enumerator
Dcxgb3_main.c1908 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam()
1922 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
Dt3_hw.c1233 if (lc->requested_fc & PAUSE_AUTONEG) in t3_link_changed()
3467 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h104 PAUSE_AUTONEG = 1 << 2 enumerator
Dcxgb4_main.c2381 epause->autoneg = (p->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam()
2395 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
Dt4_hw.c3638 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
/drivers/net/ethernet/broadcom/
Dtg3.c1970 if (autoneg == AUTONEG_ENABLE && tg3_flag(tp, PAUSE_AUTONEG)) { in tg3_setup_flow_control()
4433 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_phy_pull_config()
4473 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_phy_pull_config()
11795 if (tg3_flag(tp, PAUSE_AUTONEG)) { in tg3_get_settings()
12087 epause->autoneg = !!tg3_flag(tp, PAUSE_AUTONEG); in tg3_get_pauseparam()
12136 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
12138 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
12180 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
12182 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
14945 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_phy_probe()