Lines Matching refs:drv_flags

278 	int drv_flags;  member
639 int drv_flags; member
1016 pci_bar = vci->drv_flags & (IS_CYCLONE | IS_TORNADO) ? 1 : 0; in vortex_init_one()
1166 vp->drv_flags = vci->drv_flags; in vortex_probe1()
1167 vp->has_nway = (vci->drv_flags & HAS_NWAY) ? 1 : 0; in vortex_probe1()
1183 if (vci->drv_flags & IS_VORTEX) { in vortex_probe1()
1257 if (vci->drv_flags & EEPROM_8BIT) in vortex_probe1()
1259 else if (vci->drv_flags & EEPROM_OFFSET) in vortex_probe1()
1285 if ((checksum != 0x00) && !(vci->drv_flags & IS_TORNADO)) in vortex_probe1()
1317 if (pdev && vci->drv_flags & HAS_CB_FNS) { in vortex_probe1()
1334 if (vp->drv_flags & INVERT_LED_PWR) in vortex_probe1()
1336 if (vp->drv_flags & INVERT_MII_PWR) in vortex_probe1()
1339 if (vp->drv_flags & WNO_XCVR_PWR) { in vortex_probe1()
1387 if ((vp->available_media & 0x40) || (vci->drv_flags & HAS_NWAY) || in vortex_probe1()
1391 if (vp->drv_flags & EXTRA_PREAMBLE) in vortex_probe1()
1449 ((hw_checksums[card_idx] == -1 && (vp->drv_flags & HAS_HWCKSM)) || in vortex_probe1()
1642 if (vp->drv_flags & INVERT_LED_PWR) in vortex_up()
1644 if (vp->drv_flags & INVERT_MII_PWR) in vortex_up()
1680 if (vp->drv_flags & IS_BOOMERANG) in vortex_up()
1921 if (vp->drv_flags & IS_BOOMERANG) in vortex_tx_timeout()
1969 } else if ((tx_status & 0x08) && (vp->drv_flags & MAX_COLLISION_RESET)) { /* maxCollisions */ in vortex_error()
2745 (vp->drv_flags & HAS_HWCKSM) == 0 && in vortex_close()
3085 if ((vp->drv_flags&IS_CYCLONE) || (vp->drv_flags&IS_TORNADO)) { in set_8021q_mode()
3279 iowrite16(TotalReset | ((vp->drv_flags & EEPROM_RESET) ? 0x04 : 0x14), in vortex_remove_one()