Home
last modified time | relevance | path

Searched refs:BMSR_LSTATUS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmy3126.c88 if (status & BMSR_LSTATUS) { in my3126_interrupt_handler()
146 *link_ok = (val16 & BMSR_LSTATUS); in my3126_get_link_status()
H A Dch_compat.h67 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmii.h49 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
H A Dtg3.c695 if (!(bmsr & BMSR_LSTATUS)) in tg3_setup_copper_phy()
706 if (!(bmsr & BMSR_LSTATUS)) { in tg3_setup_copper_phy()
715 if (bmsr & BMSR_LSTATUS) { in tg3_setup_copper_phy()
722 !(bmsr & BMSR_LSTATUS) && in tg3_setup_copper_phy()
757 if (bmsr & BMSR_LSTATUS) { in tg3_setup_copper_phy()
818 if (tmp & BMSR_LSTATUS) in tg3_setup_copper_phy()
H A Dtg3.h114 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h90 #define BMSR_LSTATUS 0x0004 macro