Home
last modified time | relevance | path

Searched refs:disable_tx_flow_control (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_nic.c1428 et_pauseparam->tx_pause = (nesvnic->nesdev->disable_tx_flow_control == 0) ? 1:0; in nes_netdev_get_pauseparam()
1446 if ((et_pauseparam->tx_pause == 1) && (nesdev->disable_tx_flow_control == 1)) { in nes_netdev_set_pauseparam()
1452 nesdev->disable_tx_flow_control = 0; in nes_netdev_set_pauseparam()
1453 } else if ((et_pauseparam->tx_pause == 0) && (nesdev->disable_tx_flow_control == 0)) { in nes_netdev_set_pauseparam()
1459 nesdev->disable_tx_flow_control = 1; in nes_netdev_set_pauseparam()
Dnes.h277 u8 disable_tx_flow_control; member