Home
last modified time | relevance | path

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

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