Home
last modified time | relevance | path

Searched refs:pause_tx (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_dev_enet.h27 int pause_tx; member
/linux-2.6.39/drivers/net/
Dbcm63xx_enet.c735 tx_pause_en = priv->pause_tx; in bcm_enet_adjust_phy_link()
767 bcm_enet_set_flow(priv, priv->pause_rx, priv->pause_tx); in bcm_enet_adjust_link()
775 priv->pause_tx ? "tx" : "off"); in bcm_enet_adjust_link()
819 if (priv->pause_auto && priv->pause_rx && priv->pause_tx) in bcm_enet_open()
1442 ecmd->tx_pause = priv->pause_tx; in bcm_enet_get_pauseparam()
1467 priv->pause_tx = ecmd->tx_pause; in bcm_enet_set_pauseparam()
1696 priv->pause_tx = pd->pause_tx; in bcm_enet_probe()
Dbcm63xx_enet.h274 int pause_tx; member