Searched refs:B44_FLAG_100_BASE_T (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Db44.c462 if (bp->flags & B44_FLAG_100_BASE_T)
504 (bp->flags & B44_FLAG_100_BASE_T) ? 100 : 10,
518 bp->flags |= B44_FLAG_100_BASE_T;
534 bp->flags |= B44_FLAG_100_BASE_T;
536 bp->flags &= ~B44_FLAG_100_BASE_T;
1798 cmd->speed = (bp->flags & B44_FLAG_100_BASE_T) ?
1840 B44_FLAG_100_BASE_T |
1863 bp->flags &= ~(B44_FLAG_100_BASE_T | B44_FLAG_FULL_DUPLEX);
1865 bp->flags |= B44_FLAG_100_BASE_T;
H A Db44.h370 #define B44_FLAG_100_BASE_T 0x00020000 macro

Completed in 22 milliseconds