Lines Matching defs:flags
179 int drv_flags; /* Driver use, intended as capability flags. */
244 int flags;
410 int flags;
815 if (tp->flags & CSR12_IN_SROM)
992 if (tp->flags & MC_HASH_ONLY) {
997 if (tp->flags & IS_ASIX) {
1043 if (!(tp->flags & MC_HASH_ONLY)) {
1277 tp->flags = tulip_tbl[chip_idx].flags;
1290 if (tp->flags & HAS_PWRDWN)
1392 else if (tp->flags & IS_ASIX)
1398 tp->mii_advertise |= (tp->flags & HAS_8023X); /* Matching bits! */
1403 if (tp->flags & HAS_MEDIA_TABLE) {
1432 if ((tp->flags & ALWAYS_CHECK_MII) ||
1434 ( ! tp->mtable && (tp->flags & HAS_MII))) {