Searched refs:fec_data (Results 1 – 1 of 1) sorted by relevance
1074 u64 fec_data; in fun_get_fecparam() local1077 rc = fun_port_read_cmd(fp, FUN_ADMIN_PORT_KEY_FEC, &fec_data); in fun_get_fecparam()1081 fec->active_fec = to_ethtool_fec(fec_data & 0xff); in fun_get_fecparam()1082 fec->fec = to_ethtool_fec(fec_data >> 8); in fun_get_fecparam()