Searched refs:PAUSE_AUTONEG (Results 1 – 14 of 14) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_common.h | 112 PAUSE_AUTONEG = 1 << 2 enumerator
|
D | t4vf_hw.c | 265 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
|
D | cxgb4vf_main.c | 1357 pauseparam->autoneg = (pi->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in cxgb4vf_get_pauseparam()
|
/drivers/net/ethernet/chelsio/cxgb/ |
D | common.h | 135 PAUSE_AUTONEG = 1 << 2 enumerator
|
D | subr.c | 161 if (!(lc->requested_fc & PAUSE_AUTONEG)) in t1_link_changed() 1041 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
|
D | cxgb2.c | 674 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/ |
D | csio_mb.h | 94 PAUSE_AUTONEG = 1 << 2 enumerator
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | common.h | 86 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 | 104 PAUSE_AUTONEG = 1 << 2 enumerator
|
D | cxgb4_main.c | 2381 epause->autoneg = (p->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam() 2395 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
|
D | t4_hw.c | 3638 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
|
/drivers/net/ethernet/broadcom/ |
D | tg3.c | 1970 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()
|