Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h105 u8 active_fc; member
H A Dfuneth_main.c139 if ((fp->active_fc & FUN_PORT_CAP_PAUSE_MASK) == FUN_PORT_CAP_PAUSE_MASK) in fun_report_link()
141 else if (fp->active_fc & FUN_PORT_CAP_RX_PAUSE) in fun_report_link()
143 else if (fp->active_fc & FUN_PORT_CAP_TX_PAUSE) in fun_report_link()
1897 fp->active_fc = notif->flow_ctrl; in fun_update_link_state()
H A Dfuneth_ethtool.c358 u8 active_pause = fp->active_fc; in fun_get_pauseparam()