IS_DL10019        199 drivers/net/ethernet/8390/pcnet_cs.c static struct hw_info dl10019_info = { 0, 0, 0, 0, IS_DL10019|HAS_MII };
IS_DL10019        608 drivers/net/ethernet/8390/pcnet_cs.c     if (info->flags & (IS_DL10019|IS_DL10022))
IS_DL10019        618 drivers/net/ethernet/8390/pcnet_cs.c     if (info->flags & (IS_DL10019|IS_DL10022)) {
IS_DL10019        863 drivers/net/ethernet/8390/pcnet_cs.c     } else if (info->flags & IS_DL10019) {
IS_DL10019       1057 drivers/net/ethernet/8390/pcnet_cs.c 	} else if (link && (info->flags & IS_DL10019)) {
IS_DL10019       1105 drivers/net/ethernet/8390/pcnet_cs.c     if (!(info->flags & (IS_DL10019|IS_DL10022)))