Lines Matching refs:drv_flags
278 int drv_flags;
639 int drv_flags;
1016 pci_bar = vci->drv_flags & (IS_CYCLONE | IS_TORNADO) ? 1 : 0;
1165 vp->drv_flags = vci->drv_flags;
1166 vp->has_nway = (vci->drv_flags & HAS_NWAY) ? 1 : 0;
1182 if (vci->drv_flags & IS_VORTEX) {
1256 if (vci->drv_flags & EEPROM_8BIT)
1258 else if (vci->drv_flags & EEPROM_OFFSET)
1284 if ((checksum != 0x00) && !(vci->drv_flags & IS_TORNADO))
1315 if (pdev && vci->drv_flags & HAS_CB_FNS) {
1332 if (vp->drv_flags & INVERT_LED_PWR)
1334 if (vp->drv_flags & INVERT_MII_PWR)
1337 if (vp->drv_flags & WNO_XCVR_PWR) {
1385 if ((vp->available_media & 0x40) || (vci->drv_flags & HAS_NWAY) ||
1389 if (vp->drv_flags & EXTRA_PREAMBLE)
1447 ((hw_checksums[card_idx] == -1 && (vp->drv_flags & HAS_HWCKSM)) ||
1640 if (vp->drv_flags & INVERT_LED_PWR)
1642 if (vp->drv_flags & INVERT_MII_PWR)
1678 if (vp->drv_flags & IS_BOOMERANG)
1919 if (vp->drv_flags & IS_BOOMERANG)
1967 } else if ((tx_status & 0x08) && (vp->drv_flags & MAX_COLLISION_RESET)) { /* maxCollisions */
2743 (vp->drv_flags & HAS_HWCKSM) == 0 &&
3083 if ((vp->drv_flags&IS_CYCLONE) || (vp->drv_flags&IS_TORNADO)) {
3277 iowrite16(TotalReset | ((vp->drv_flags & EEPROM_RESET) ? 0x04 : 0x14),