Home
last modified time | relevance | path

Searched refs:ADVERTISE_10FULL (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dmii.h64 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */ macro
73 #define ADVERTISE_FULL (ADVERTISE_100FULL | ADVERTISE_10FULL | \
75 #define ADVERTISE_ALL (ADVERTISE_10HALF | ADVERTISE_10FULL | \
H A Dtg3.h129 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */ macro
138 #define ADVERTISE_FULL (ADVERTISE_100FULL | ADVERTISE_10FULL | \
140 #define ADVERTISE_ALL (ADVERTISE_10HALF | ADVERTISE_10FULL | \
H A Dsundance.c720 else if (mii_advertise & ADVERTISE_10FULL) in sundance_probe()
H A Dpcnet32.c940 else if (lp->mii_if.advertising & ADVERTISE_10FULL) in pcnet32_probe()
H A Dtg3.c619 new_adv |= ADVERTISE_10FULL; in tg3_phy_copper_begin()
2492 ADVERTISE_10FULL | in tg3_phy_probe()
/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dch_compat.h84 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */ macro
H A Dmv88e1xxx.c245 val |= ADVERTISE_10FULL; in mv88e1xxx_advertise()
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h96 #define ADVERTISE_10FULL 0x0040 macro