Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_mb.h94 PAUSE_AUTONEG = 1 << 2 enumerator
/drivers/net/ethernet/chelsio/cxgb/
Dcommon.h138 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.c682 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam()
697 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h119 PAUSE_AUTONEG = 1 << 2 enumerator
Dt4vf_hw.c437 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
Dcxgb4vf_main.c1548 pauseparam->autoneg = (pi->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in cxgb4vf_get_pauseparam()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c931 epause->autoneg = (p->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam()
945 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
Dcxgb4.h110 PAUSE_AUTONEG = 1 << 2 enumerator
Dt4_hw.c4005 lc->fc = lc->requested_fc & ~PAUSE_AUTONEG; in t4_link_l1cfg()
4009 lc->fc = lc->requested_fc & ~PAUSE_AUTONEG; in t4_link_l1cfg()
8171 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h85 PAUSE_AUTONEG = 1 << 2 enumerator
Dcxgb3_main.c1921 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam()
1935 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
Dt3_hw.c1267 if (lc->requested_fc & PAUSE_AUTONEG) in t3_link_changed()
3501 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
/drivers/net/ethernet/broadcom/
Dtg3.c1974 if (autoneg == AUTONEG_ENABLE && tg3_flag(tp, PAUSE_AUTONEG)) { in tg3_setup_flow_control()
4510 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_phy_pull_config()
4550 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_phy_pull_config()
12146 if (tg3_flag(tp, PAUSE_AUTONEG)) { in tg3_get_link_ksettings()
12453 epause->autoneg = !!tg3_flag(tp, PAUSE_AUTONEG); in tg3_get_pauseparam()
12503 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
12505 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
12547 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
12549 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
15454 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_phy_probe()