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

/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h119 PAUSE_AUTONEG = 1 << 2 enumerator in enum:cc_pause
H A Dt4vf_hw.c483 lc->requested_fc |= PAUSE_AUTONEG;
H A Dcxgb4vf_main.c1697 pauseparam->autoneg = (pi->link_cfg.requested_fc & PAUSE_AUTONEG) != 0;
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h128 PAUSE_AUTONEG = 1 << 2 enumerator in enum:__anon577
H A Dsubr.c151 if (!(lc->requested_fc & PAUSE_AUTONEG))
1057 lc->requested_fc |= PAUSE_AUTONEG;
H A Dcxgb2.c678 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0;
693 lc->requested_fc = PAUSE_AUTONEG;
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.h285 PAUSE_AUTONEG = 1 << 2 enumerator in enum:cc_pause
H A Dcsio_hw.c1716 lc->requested_fc |= PAUSE_AUTONEG;
1757 lc->fc = lc->requested_fc & ~PAUSE_AUTONEG;
1761 lc->fc = lc->requested_fc & ~PAUSE_AUTONEG;
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h85 PAUSE_AUTONEG = 1 << 2 enumerator in enum:__anon40
H A Dt3_hw.c1202 if (lc->requested_fc & PAUSE_AUTONEG)
3437 lc->requested_fc |= PAUSE_AUTONEG;
H A Dcxgb3_main.c1917 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0;
1931 lc->requested_fc = PAUSE_AUTONEG;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c865 epause->autoneg = (p->link_cfg.requested_fc & PAUSE_AUTONEG) != 0;
879 lc->requested_fc = PAUSE_AUTONEG;
H A Dcxgb4.h133 PAUSE_AUTONEG = 1 << 2 enumerator in enum:cc_pause
H A Dt4_hw.c4050 if (!(cc_pause & PAUSE_AUTONEG))
4140 lc->fc = lc->requested_fc & ~PAUSE_AUTONEG;
4144 lc->fc = lc->requested_fc & ~PAUSE_AUTONEG;
8924 lc->requested_fc |= PAUSE_AUTONEG;
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c1972 if (autoneg == AUTONEG_ENABLE && tg3_flag(tp, PAUSE_AUTONEG)) {
4504 tg3_flag_clear(tp, PAUSE_AUTONEG);
4544 tg3_flag_set(tp, PAUSE_AUTONEG);
12271 if (tg3_flag(tp, PAUSE_AUTONEG)) {
12583 epause->autoneg = !!tg3_flag(tp, PAUSE_AUTONEG);
12626 tg3_flag_set(tp, PAUSE_AUTONEG);
12628 tg3_flag_clear(tp, PAUSE_AUTONEG);
12656 tg3_flag_set(tp, PAUSE_AUTONEG);
12658 tg3_flag_clear(tp, PAUSE_AUTONEG);
15550 tg3_flag_set(tp, PAUSE_AUTONEG);
[all...]

Completed in 570 milliseconds