Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c1053 static unsigned int to_ethtool_fec(unsigned int fun_fec) in to_ethtool_fec() argument
1057 if (fun_fec == FUN_PORT_FEC_NA) in to_ethtool_fec()
1059 if (fun_fec & FUN_PORT_FEC_OFF) in to_ethtool_fec()
1061 if (fun_fec & FUN_PORT_FEC_RS) in to_ethtool_fec()
1063 if (fun_fec & FUN_PORT_FEC_FC) in to_ethtool_fec()
1065 if (fun_fec & FUN_PORT_FEC_AUTO) in to_ethtool_fec()