Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c1056 static unsigned int to_ethtool_fec(unsigned int fun_fec) in to_ethtool_fec() argument
1060 if (fun_fec == FUN_PORT_FEC_NA) in to_ethtool_fec()
1062 if (fun_fec & FUN_PORT_FEC_OFF) in to_ethtool_fec()
1064 if (fun_fec & FUN_PORT_FEC_RS) in to_ethtool_fec()
1066 if (fun_fec & FUN_PORT_FEC_FC) in to_ethtool_fec()
1068 if (fun_fec & FUN_PORT_FEC_AUTO) in to_ethtool_fec()