Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c358 u8 active_pause = fp->active_fc; in fun_get_pauseparam() local
360 pause->rx_pause = !!(active_pause & FUN_PORT_CAP_RX_PAUSE); in fun_get_pauseparam()
361 pause->tx_pause = !!(active_pause & FUN_PORT_CAP_TX_PAUSE); in fun_get_pauseparam()