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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_ethtool.c944 struct ethtool_pauseparam *epause)
948 epause->autoneg = (bp->link_params.req_flow_ctrl ==
952 epause->rx_pause = ((bp->link_vars.flow_ctrl & BNX2X_FLOW_CTRL_RX) ==
954 epause->tx_pause = ((bp->link_vars.flow_ctrl & BNX2X_FLOW_CTRL_TX) ==
959 epause->cmd, epause->autoneg, epause->rx_pause, epause->tx_pause);
963 struct ethtool_pauseparam *epause)
972 epause
943 bnx2x_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
962 bnx2x_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dcxgb2.c668 struct ethtool_pauseparam *epause)
673 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0;
674 epause->rx_pause = (p->link_config.fc & PAUSE_RX) != 0;
675 epause->tx_pause = (p->link_config.fc & PAUSE_TX) != 0;
679 struct ethtool_pauseparam *epause)
685 if (epause->autoneg == AUTONEG_DISABLE)
692 if (epause->rx_pause)
694 if (epause->tx_pause)
667 get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
678 set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Db44.c1916 struct ethtool_pauseparam *epause)
1920 epause->autoneg =
1922 epause->rx_pause =
1924 epause->tx_pause =
1929 struct ethtool_pauseparam *epause)
1934 if (epause->autoneg)
1938 if (epause->rx_pause)
1942 if (epause->tx_pause)
1915 b44_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
1928 b44_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
H A Dtg3.c9859 static void tg3_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
9863 epause->autoneg = (tp->tg3_flags & TG3_FLAG_PAUSE_AUTONEG) != 0;
9866 epause->rx_pause = 1;
9868 epause->rx_pause = 0;
9871 epause->tx_pause = 1;
9873 epause->tx_pause = 0;
9876 static int tg3_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
9889 ((epause->rx_pause && !epause->tx_pause) ||
9890 (!epause
[all...]
H A Dbnx2.c7196 bnx2_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
7200 epause->autoneg = ((bp->autoneg & AUTONEG_FLOW_CTRL) != 0);
7201 epause->rx_pause = ((bp->flow_ctrl & FLOW_CTRL_RX) != 0);
7202 epause->tx_pause = ((bp->flow_ctrl & FLOW_CTRL_TX) != 0);
7206 bnx2_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
7211 if (epause->rx_pause)
7213 if (epause->tx_pause)
7216 if (epause->autoneg) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl1.c3577 struct ethtool_pauseparam *epause)
3584 epause->autoneg = AUTONEG_ENABLE;
3586 epause->autoneg = AUTONEG_DISABLE;
3588 epause->rx_pause = 1;
3589 epause->tx_pause = 1;
3593 struct ethtool_pauseparam *epause)
3600 epause->autoneg = AUTONEG_ENABLE;
3602 epause->autoneg = AUTONEG_DISABLE;
3605 epause->rx_pause = 1;
3606 epause
3576 atl1_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *epause) argument
3592 atl1_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *epause) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcxgb3_main.c1861 struct ethtool_pauseparam *epause)
1865 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0;
1866 epause->rx_pause = (p->link_config.fc & PAUSE_RX) != 0;
1867 epause->tx_pause = (p->link_config.fc & PAUSE_TX) != 0;
1871 struct ethtool_pauseparam *epause)
1876 if (epause->autoneg == AUTONEG_DISABLE)
1883 if (epause->rx_pause)
1885 if (epause->tx_pause)
1860 get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
1870 set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4_main.c1480 struct ethtool_pauseparam *epause)
1484 epause->autoneg = (p->link_cfg.requested_fc & PAUSE_AUTONEG) != 0;
1485 epause->rx_pause = (p->link_cfg.fc & PAUSE_RX) != 0;
1486 epause->tx_pause = (p->link_cfg.fc & PAUSE_TX) != 0;
1490 struct ethtool_pauseparam *epause)
1495 if (epause->autoneg == AUTONEG_DISABLE)
1502 if (epause->rx_pause)
1504 if (epause->tx_pause)
1479 get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument
1489 set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *epause) argument

Completed in 111 milliseconds