Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_port_common.c333 ret |= ((1 << MC_CMD_PHY_CAP_BASER_FEC_LBN) | in ethtool_fec_caps_to_mcdi()
341 if (supported_cap & (1 << MC_CMD_PHY_CAP_BASER_FEC_LBN)) in ethtool_fec_caps_to_mcdi()
342 ret |= (1 << MC_CMD_PHY_CAP_BASER_FEC_LBN) | in ethtool_fec_caps_to_mcdi()
361 : caps & (1 << MC_CMD_PHY_CAP_BASER_FEC_LBN), in mcdi_fec_caps_to_ethtool()
H A Dmcdi_pcol.h3600 #define MC_CMD_PHY_CAP_BASER_FEC_LBN 16 macro
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c332 ret |= ((1 << MC_CMD_PHY_CAP_BASER_FEC_LBN) | in ethtool_fec_caps_to_mcdi()
340 if (supported_cap & (1 << MC_CMD_PHY_CAP_BASER_FEC_LBN)) in ethtool_fec_caps_to_mcdi()
341 ret |= (1 << MC_CMD_PHY_CAP_BASER_FEC_LBN) | in ethtool_fec_caps_to_mcdi()
360 : caps & (1 << MC_CMD_PHY_CAP_BASER_FEC_LBN), in mcdi_fec_caps_to_ethtool()
H A Dmcdi_pcol.h5012 #define MC_CMD_PHY_CAP_BASER_FEC_LBN 16 macro