Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c336 (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) & supported_cap; in ethtool_fec_caps_to_mcdi()
338 supported_cap & (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) in ethtool_fec_caps_to_mcdi()
339 ret |= (1 << MC_CMD_PHY_CAP_RS_FEC_LBN) | in ethtool_fec_caps_to_mcdi()
359 bool rs = caps & (1 << MC_CMD_PHY_CAP_RS_FEC_LBN), in mcdi_fec_caps_to_ethtool()
H A Dmcdi_pcol.h3606 #define MC_CMD_PHY_CAP_RS_FEC_LBN 18 macro