Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_phy.c739 bdp->flags &= ~DF_LINK_FC_CAP; in e100_set_fc()
756 bdp->flags |= DF_LINK_FC_CAP; in e100_set_fc()
766 bdp->flags &= ~DF_LINK_FC_CAP; in e100_set_fc()
De100_config.c280 (DF_LINK_FC_CAP | DF_LINK_FC_TX_ONLY))) { in e100_config_fc()
De100.h471 #define DF_LINK_FC_CAP 0x00000001 /* Link is flow control capable */ macro
De100_main.c3295 if (bdp->flags & DF_LINK_FC_CAP) { in e100_do_ethtool_ioctl()