Home
last modified time | relevance | path

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

/Linux-v4.19/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.c678 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam()
693 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h119 PAUSE_AUTONEG = 1 << 2 enumerator
Dt4vf_hw.c474 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
Dcxgb4vf_main.c1647 pauseparam->autoneg = (pi->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in cxgb4vf_get_pauseparam()
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_hw.h285 PAUSE_AUTONEG = 1 << 2 enumerator
Dcsio_hw.c1716 lc->requested_fc |= PAUSE_AUTONEG; in csio_init_link_config()
1757 lc->fc = lc->requested_fc & ~PAUSE_AUTONEG; in csio_link_l1cfg()
1761 lc->fc = lc->requested_fc & ~PAUSE_AUTONEG; in csio_link_l1cfg()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c814 epause->autoneg = (p->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam()
828 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
Dt4_hw.c4070 if (!(cc_pause & PAUSE_AUTONEG)) in cc_to_fwcap_pause()
4149 lc->fc = lc->requested_fc & ~PAUSE_AUTONEG; in t4_link_l1cfg_core()
4153 lc->fc = lc->requested_fc & ~PAUSE_AUTONEG; in t4_link_l1cfg_core()
8721 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
Dcxgb4.h120 PAUSE_AUTONEG = 1 << 2 enumerator
/Linux-v4.19/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()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c1989 if (autoneg == AUTONEG_ENABLE && tg3_flag(tp, PAUSE_AUTONEG)) { in tg3_setup_flow_control()
4525 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_phy_pull_config()
4565 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_phy_pull_config()
12177 if (tg3_flag(tp, PAUSE_AUTONEG)) { in tg3_get_link_ksettings()
12477 epause->autoneg = !!tg3_flag(tp, PAUSE_AUTONEG); in tg3_get_pauseparam()
12526 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
12528 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
12570 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
12572 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_set_pauseparam()
15488 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_phy_probe()