Home
last modified time | relevance | path

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

/linux/tools/net/ynl/pyynl/
H A Dethtool.py392 supported_fec = ('None', 'PS', 'BASER', 'LLRS')
393 fec = [ p for p in supported_fec if ours.get(p, False)]
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c1043 if (rsp->fwdata.supported_fec < OTX2_FEC_MAX_INDEX) { in otx2_get_fecparam()
1044 if (!rsp->fwdata.supported_fec) in otx2_get_fecparam()
1047 fecparam->fec = fec[rsp->fwdata.supported_fec]; in otx2_get_fecparam()
1231 otx2_get_fec_info(rsp->fwdata.supported_fec, in otx2_get_link_ksettings()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h661 u64 supported_fec; member
H A Drvu_debugfs.c3055 seq_printf(s, "\t\t FEC \t\t\t :%llx\n", fwdata->supported_fec); in cgx_print_fwdata()