Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h31 #define FUN_PORT_CAP_PAUSE_MASK (FUN_PORT_CAP_TX_PAUSE | FUN_PORT_CAP_RX_PAUSE) macro
H A Dfuneth_ethtool.c349 (FUN_PORT_CAP_PAUSE_MASK | FUN_PORT_CAP_FEC_MASK); in fun_set_link_ksettings()
383 new_advert = fp->advertising & ~FUN_PORT_CAP_PAUSE_MASK; in fun_set_pauseparam()
H A Dfuneth_main.c139 if ((fp->active_fc & FUN_PORT_CAP_PAUSE_MASK) == FUN_PORT_CAP_PAUSE_MASK) in fun_report_link()