Home
last modified time | relevance | path

Searched refs:restart_autoneg (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mii.h89 uint16_t restart_autoneg:1; member
99 uint16_t restart_autoneg:1;
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_phy.c279 u32_t restart_autoneg; in init_utp() local
411 restart_autoneg = FALSE; in init_utp()
443 restart_autoneg = TRUE; in init_utp()
509 restart_autoneg = TRUE; in init_utp()
580 restart_autoneg = TRUE; in init_utp()
622 restart_autoneg = TRUE; in init_utp()
635 if(restart_autoneg) in init_utp()
753 u8_t restart_autoneg; in set_5708_serdes_pre_emphasis() local
756 restart_autoneg = FALSE; in set_5708_serdes_pre_emphasis()
771 restart_autoneg = TRUE; in set_5708_serdes_pre_emphasis()
[all …]
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c4968 int restart_autoneg = 0; in eri_mif_check() local
5121 restart_autoneg = 1; in eri_mif_check()
5166 restart_autoneg = 1; in eri_mif_check()
5169 if (restart_autoneg) { in eri_mif_check()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c5003 bmcr.bits.restart_autoneg = 1; in nxge_mii_xcvr_init()