Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Db44.c425 if (bp->flags & B44_FLAG_ADV_10FULL) in b44_setup_phy()
1420 if (bp->flags & B44_FLAG_ADV_10FULL) in b44_ethtool_ioctl()
1470 B44_FLAG_ADV_10FULL | in b44_ethtool_ioctl()
1476 bp->flags |= B44_FLAG_ADV_10FULL; in b44_ethtool_ioctl()
1815 bp->flags |= (B44_FLAG_ADV_10HALF | B44_FLAG_ADV_10FULL | in b44_init_one()
Db44.h515 #define B44_FLAG_ADV_10FULL 0x02000000 macro