Searched refs:epause (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskethtool.c457 static void getPauseParams(struct net_device *dev, struct ethtool_pauseparam *epause) argument
463 epause->rx_pause = (pPort->PFlowCtrlMode == SK_FLOW_MODE_SYMMETRIC) ||
466 epause->tx_pause = epause->rx_pause || (pPort->PFlowCtrlMode == SK_FLOW_MODE_LOC_SEND);
467 epause->autoneg = epause->rx_pause || epause->tx_pause;
481 static int setPauseParams(struct net_device *dev , struct ethtool_pauseparam *epause) argument
504 if (epause->autoneg != old.autoneg)
505 *buf = epause
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/atl1/
H A Datl1_ethtool.c390 struct ethtool_pauseparam *epause)
397 epause->autoneg = AUTONEG_ENABLE;
399 epause->autoneg = AUTONEG_DISABLE;
401 epause->rx_pause = 1;
402 epause->tx_pause = 1;
406 struct ethtool_pauseparam *epause)
413 epause->autoneg = AUTONEG_ENABLE;
415 epause->autoneg = AUTONEG_DISABLE;
418 epause->rx_pause = 1;
419 epause
389 atl1_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *epause) argument
405 atl1_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *epause) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dcxgb2.c625 struct ethtool_pauseparam *epause)
630 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0;
631 epause->rx_pause = (p->link_config.fc & PAUSE_RX) != 0;
632 epause->tx_pause = (p->link_config.fc & PAUSE_TX) != 0;
636 struct ethtool_pauseparam *epause)
642 if (epause->autoneg == AUTONEG_DISABLE)
649 if (epause->rx_pause)
651 if (epause->tx_pause)
624 get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
635 set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Db44.c1873 struct ethtool_pauseparam *epause)
1877 epause->autoneg =
1879 epause->rx_pause =
1881 epause->tx_pause =
1886 struct ethtool_pauseparam *epause)
1891 if (epause->autoneg)
1895 if (epause->rx_pause)
1899 if (epause->tx_pause)
1872 b44_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
1885 b44_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
H A Dbnx2.c5516 bnx2_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
5520 epause->autoneg = ((bp->autoneg & AUTONEG_FLOW_CTRL) != 0);
5521 epause->rx_pause = ((bp->flow_ctrl & FLOW_CTRL_RX) != 0);
5522 epause->tx_pause = ((bp->flow_ctrl & FLOW_CTRL_TX) != 0);
5526 bnx2_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
5531 if (epause->rx_pause)
5533 if (epause->tx_pause)
5536 if (epause->autoneg) {
H A Dtg3.c7934 static void tg3_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
7938 epause->autoneg = (tp->tg3_flags & TG3_FLAG_PAUSE_AUTONEG) != 0;
7939 epause->rx_pause = (tp->tg3_flags & TG3_FLAG_RX_PAUSE) != 0;
7940 epause->tx_pause = (tp->tg3_flags & TG3_FLAG_TX_PAUSE) != 0;
7943 static int tg3_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
7955 if (epause->autoneg)
7959 if (epause->rx_pause)
7963 if (epause->tx_pause)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_main.c1356 struct ethtool_pauseparam *epause)
1360 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0;
1361 epause->rx_pause = (p->link_config.fc & PAUSE_RX) != 0;
1362 epause->tx_pause = (p->link_config.fc & PAUSE_TX) != 0;
1366 struct ethtool_pauseparam *epause)
1371 if (epause->autoneg == AUTONEG_DISABLE)
1378 if (epause->rx_pause)
1380 if (epause->tx_pause)
1355 get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
1365 set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument

Completed in 241 milliseconds