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.h119 PAUSE_AUTONEG = 1 << 2 enumerator
Dt4vf_hw.c265 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
Dcxgb4vf_main.c1361 pauseparam->autoneg = (pi->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in cxgb4vf_get_pauseparam()
/drivers/scsi/csiostor/
Dcsio_mb.h94 PAUSE_AUTONEG = 1 << 2 enumerator
/drivers/net/ethernet/chelsio/cxgb/
Dcommon.h133 PAUSE_AUTONEG = 1 << 2 enumerator
Dsubr.c160 if (!(lc->requested_fc & PAUSE_AUTONEG)) in t1_link_changed()
1040 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
Dcxgb2.c672 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam()
687 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h85 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.h107 PAUSE_AUTONEG = 1 << 2 enumerator
Dcxgb4_main.c2588 epause->autoneg = (p->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam()
2602 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
Dt4_hw.c3878 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
/drivers/net/ethernet/broadcom/
Dtg3.c1975 if (autoneg == AUTONEG_ENABLE && tg3_flag(tp, PAUSE_AUTONEG)) { in tg3_setup_flow_control()
4509 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_phy_pull_config()
4549 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_phy_pull_config()
12108 if (tg3_flag(tp, PAUSE_AUTONEG)) { in tg3_get_settings()
12400 epause->autoneg = !!tg3_flag(tp, PAUSE_AUTONEG); in tg3_get_pauseparam()
12449 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
12451 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
12493 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
12495 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
15394 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_phy_probe()