Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmii.h83 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ macro
90 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
91 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
H A Dtg3.h148 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ macro
155 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
156 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
H A Dforcedeth.c381 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ macro
556 if (lpa & LPA_100FULL) { in update_linkspeed()