Lines Matching refs:drv_flags
278 int drv_flags; member
640 int drv_flags; member
1023 pci_bar = vci->drv_flags & (IS_CYCLONE | IS_TORNADO) ? 1 : 0; in vortex_init_one()
1174 vp->drv_flags = vci->drv_flags; in vortex_probe1()
1175 vp->has_nway = (vci->drv_flags & HAS_NWAY) ? 1 : 0; in vortex_probe1()
1191 if (vci->drv_flags & IS_VORTEX) { in vortex_probe1()
1265 if (vci->drv_flags & EEPROM_8BIT) in vortex_probe1()
1267 else if (vci->drv_flags & EEPROM_OFFSET) in vortex_probe1()
1293 if ((checksum != 0x00) && !(vci->drv_flags & IS_TORNADO)) in vortex_probe1()
1324 if (pdev && vci->drv_flags & HAS_CB_FNS) { in vortex_probe1()
1341 if (vp->drv_flags & INVERT_LED_PWR) in vortex_probe1()
1343 if (vp->drv_flags & INVERT_MII_PWR) in vortex_probe1()
1346 if (vp->drv_flags & WNO_XCVR_PWR) { in vortex_probe1()
1394 if ((vp->available_media & 0x40) || (vci->drv_flags & HAS_NWAY) || in vortex_probe1()
1398 if (vp->drv_flags & EXTRA_PREAMBLE) in vortex_probe1()
1456 ((hw_checksums[card_idx] == -1 && (vp->drv_flags & HAS_HWCKSM)) || in vortex_probe1()
1657 if (vp->drv_flags & INVERT_LED_PWR) in vortex_up()
1659 if (vp->drv_flags & INVERT_MII_PWR) in vortex_up()
1695 if (vp->drv_flags & IS_BOOMERANG) in vortex_up()
1941 if (vp->drv_flags & IS_BOOMERANG) in vortex_tx_timeout()
1989 } else if ((tx_status & 0x08) && (vp->drv_flags & MAX_COLLISION_RESET)) { /* maxCollisions */ in vortex_error()
2752 (vp->drv_flags & HAS_HWCKSM) == 0 && in vortex_close()
3088 if ((vp->drv_flags&IS_CYCLONE) || (vp->drv_flags&IS_TORNADO)) { in set_8021q_mode()
3282 iowrite16(TotalReset | ((vp->drv_flags & EEPROM_RESET) ? 0x04 : 0x14), in vortex_remove_one()