Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/sfc/
Dmcdi_port_common.c321 (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) & supported_cap; in ethtool_fec_caps_to_mcdi()
323 supported_cap & (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) in ethtool_fec_caps_to_mcdi()
324 ret |= (1 << MC_CMD_PHY_CAP_RS_FEC_LBN) | in ethtool_fec_caps_to_mcdi()
344 bool rs = caps & (1 << MC_CMD_PHY_CAP_RS_FEC_LBN), in mcdi_fec_caps_to_ethtool()
Dmcdi_pcol.h3606 #define MC_CMD_PHY_CAP_RS_FEC_LBN 18 macro