Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_nic.c1411 et_pauseparam->tx_pause = (nesvnic->nesdev->disable_tx_flow_control == 0) ? 1:0; in nes_netdev_get_pauseparam()
1429 if ((et_pauseparam->tx_pause == 1) && (nesdev->disable_tx_flow_control == 1)) { in nes_netdev_set_pauseparam()
1435 nesdev->disable_tx_flow_control = 0; in nes_netdev_set_pauseparam()
1436 } else if ((et_pauseparam->tx_pause == 0) && (nesdev->disable_tx_flow_control == 0)) { in nes_netdev_set_pauseparam()
1442 nesdev->disable_tx_flow_control = 1; in nes_netdev_set_pauseparam()
Dnes.h278 u8 disable_tx_flow_control; member