Searched defs:et_pauseparam (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/nes/
H A Dnes_nic.c1423 struct ethtool_pauseparam *et_pauseparam)
1427 et_pauseparam->autoneg = 0;
1428 et_pauseparam->rx_pause = (nesvnic->nesdev->disable_rx_flow_control == 0) ? 1:0;
1429 et_pauseparam->tx_pause = (nesvnic->nesdev->disable_tx_flow_control == 0) ? 1:0;
1437 struct ethtool_pauseparam *et_pauseparam)
1443 if (et_pauseparam->autoneg) {
1447 if ((et_pauseparam->tx_pause == 1) && (nesdev->disable_tx_flow_control == 1)) {
1454 } else if ((et_pauseparam->tx_pause == 0) && (nesdev->disable_tx_flow_control == 0)) {
1462 if ((et_pauseparam->rx_pause == 1) && (nesdev->disable_rx_flow_control == 1)) {
1469 } else if ((et_pauseparam
1422 nes_netdev_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *et_pauseparam) argument
1436 nes_netdev_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *et_pauseparam) argument
[all...]

Completed in 33 milliseconds