Home
last modified time | relevance | path

Searched refs:IS_BACHELOR (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/net/e100/
De100_config.c168 if (bdp->flags & IS_BACHELOR) in e100_config_init()
275 if (!(bdp->flags & IS_BACHELOR)) in e100_config_fc()
De100_main.c630 bdp->flags |= IS_BACHELOR; in e100_found1()
1550 if ((bdp->flags & IS_BACHELOR) in e100_hw_init()
1583 } else if (bdp->flags & IS_BACHELOR) { in e100_setup_tcb_pool()
1613 if (bdp->flags & IS_BACHELOR) { in e100_setup_tcb_pool()
1621 if (bdp->flags & IS_BACHELOR) { in e100_setup_tcb_pool()
2304 (bdp->flags & IS_BACHELOR) && (!(bdp->flags & IS_ICH))) { in e100_start_cu()
3130 if ((bdp->flags & IS_BACHELOR) in e100_configure_device()
3292 if ((bdp->flags & IS_BACHELOR) in e100_do_ethtool_ioctl()
3311 if (!(bdp->flags & IS_BACHELOR)) in e100_do_ethtool_ioctl()
De100.h475 #define IS_BACHELOR 0x00000010 /* set if 82558 or newer board */ macro
De100_phy.c737 !(bdp->flags & IS_BACHELOR)) { in e100_set_fc()