Searched refs:PAUSE_AUTONEG (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | common.h | 137 PAUSE_AUTONEG = 1 << 2 enumerator
|
| H A D | subr.c | 160 if (!(lc->requested_fc & PAUSE_AUTONEG)) in t1_link_changed() 1040 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
|
| H A D | cxgb2.c | 677 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam() 692 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | t4vf_common.h | 119 PAUSE_AUTONEG = 1 << 2 enumerator
|
| H A D | t4vf_hw.c | 482 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
|
| H A D | cxgb4vf_main.c | 1689 pauseparam->autoneg = (pi->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in cxgb4vf_get_pauseparam()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/csiostor/ |
| H A D | csio_hw.h | 285 PAUSE_AUTONEG = 1 << 2 enumerator
|
| H A D | csio_hw.c | 1716 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | common.h | 85 PAUSE_AUTONEG = 1 << 2 enumerator
|
| H A D | cxgb3_main.c | 1919 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam() 1933 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
|
| H A D | t3_hw.c | 1267 if (lc->requested_fc & PAUSE_AUTONEG) in t3_link_changed() 3502 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_ethtool.c | 865 epause->autoneg = (p->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam() 879 lc->requested_fc = PAUSE_AUTONEG; in set_pauseparam()
|
| H A D | t4_hw.c | 4078 if (!(cc_pause & PAUSE_AUTONEG)) in cc_to_fwcap_pause() 4168 lc->fc = lc->requested_fc & ~PAUSE_AUTONEG; in t4_link_acaps() 4172 lc->fc = lc->requested_fc & ~PAUSE_AUTONEG; in t4_link_acaps() 8953 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
|
| H A D | cxgb4.h | 133 PAUSE_AUTONEG = 1 << 2 enumerator
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 1977 if (autoneg == AUTONEG_ENABLE && tg3_flag(tp, PAUSE_AUTONEG)) { in tg3_setup_flow_control() 4519 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_phy_pull_config() 4559 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_phy_pull_config() 12182 if (tg3_flag(tp, PAUSE_AUTONEG)) { in tg3_get_link_ksettings() 12488 epause->autoneg = !!tg3_flag(tp, PAUSE_AUTONEG); in tg3_get_pauseparam() 12531 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_set_pauseparam() 12533 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_set_pauseparam() 12561 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_set_pauseparam() 12563 tg3_flag_clear(tp, PAUSE_AUTONEG); in tg3_set_pauseparam() 15487 tg3_flag_set(tp, PAUSE_AUTONEG); in tg3_phy_probe()
|