Home
last modified time | relevance | path

Searched refs:AUTONEG_ENABLE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dch_compat.h40 enum { AUTONEG_DISABLE, AUTONEG_ENABLE }; enumerator
H A Dch_subr.c171 if (link_ok && speed >= 0 && lc->autoneg == AUTONEG_ENABLE) { in link_changed()
1345 lc->autoneg = AUTONEG_ENABLE; in init_link_config()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.h67 #define AUTONEG_ENABLE 0x01 macro