Home
last modified time | relevance | path

Searched refs:B44_FLAG_ADV_100FULL (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Db44.c429 if (bp->flags & B44_FLAG_ADV_100FULL) in b44_setup_phy()
1424 if (bp->flags & B44_FLAG_ADV_100FULL) in b44_ethtool_ioctl()
1472 B44_FLAG_ADV_100FULL); in b44_ethtool_ioctl()
1480 bp->flags |= B44_FLAG_ADV_100FULL; in b44_ethtool_ioctl()
1816 B44_FLAG_ADV_100HALF | B44_FLAG_ADV_100FULL); in b44_init_one()
Db44.h517 #define B44_FLAG_ADV_100FULL 0x08000000 macro