Searched refs:PAUSE_AUTONEG (Results 1 – 14 of 14) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_common.h | 119 PAUSE_AUTONEG = 1 << 2 enumerator
|
D | t4vf_hw.c | 265 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
|
D | cxgb4vf_main.c | 1361 pauseparam->autoneg = (pi->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in cxgb4vf_get_pauseparam()
|
/drivers/scsi/csiostor/ |
D | csio_mb.h | 94 PAUSE_AUTONEG = 1 << 2 enumerator
|
/drivers/net/ethernet/chelsio/cxgb/ |
D | common.h | 133 PAUSE_AUTONEG = 1 << 2 enumerator
|
D | subr.c | 160 if (!(lc->requested_fc & PAUSE_AUTONEG)) in t1_link_changed() 1040 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
|
D | cxgb2.c | 672 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/ |
D | common.h | 85 PAUSE_AUTONEG = 1 << 2 enumerator
|
D | cxgb3_main.c | 1908 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam() 1922 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
|
D | t3_hw.c | 1233 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/ |
D | cxgb4.h | 107 PAUSE_AUTONEG = 1 << 2 enumerator
|
D | cxgb4_main.c | 2588 epause->autoneg = (p->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam() 2602 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
|
D | t4_hw.c | 3878 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
|
/drivers/net/ethernet/broadcom/ |
D | tg3.c | 1975 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()
|