Home
last modified time | relevance | path

Searched refs:ETHTOOL_FEC_BASER (Results 1 – 15 of 15) sorted by relevance

/linux/net/ethtool/
H A Dfec.c41 if (fec & ETHTOOL_FEC_BASER) in ethtool_fec_to_link_modes()
61 fec->fec |= ETHTOOL_FEC_BASER; in ethtool_link_modes_to_fecparam()
/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_port_common.c340 if (ethtool_cap & ETHTOOL_FEC_BASER) { in ethtool_fec_caps_to_mcdi()
368 (baser_req ? ETHTOOL_FEC_BASER : 0) | in mcdi_fec_caps_to_ethtool()
643 fec->fec &= ~ETHTOOL_FEC_BASER; in efx_siena_mcdi_phy_get_fecparam()
651 fec->active_fec = ETHTOOL_FEC_BASER; in efx_siena_mcdi_phy_get_fecparam()
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c339 if (ethtool_cap & ETHTOOL_FEC_BASER) { in ethtool_fec_caps_to_mcdi()
367 (baser_req ? ETHTOOL_FEC_BASER : 0) | in mcdi_fec_caps_to_ethtool()
638 fec->fec &= ~ETHTOOL_FEC_BASER; in efx_mcdi_phy_get_fecparam()
646 fec->active_fec = ETHTOOL_FEC_BASER; in efx_mcdi_phy_get_fecparam()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c369 fec->active_fec = ETHTOOL_FEC_BASER; in ionic_get_fecparam()
373 fec->fec = ETHTOOL_FEC_OFF | ETHTOOL_FEC_RS | ETHTOOL_FEC_BASER; in ionic_get_fecparam()
403 case ETHTOOL_FEC_BASER: in ionic_set_fecparam()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c1003 ETHTOOL_FEC_BASER, in otx2_get_fecparam()
1005 ETHTOOL_FEC_BASER | ETHTOOL_FEC_RS}; in otx2_get_fecparam()
1040 case ETHTOOL_FEC_BASER: in otx2_set_fecparam()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c1064 fec |= ETHTOOL_FEC_BASER; in to_ethtool_fec()
1101 case ETHTOOL_FEC_BASER: in fun_set_fecparam()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c770 eth_fec |= ETHTOOL_FEC_BASER; in fwcap_to_eth_fec()
789 eth_fec |= ETHTOOL_FEC_BASER; in cc_to_eth_fec()
810 if (eth_fec & ETHTOOL_FEC_BASER) in eth_to_cc_fec()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_ethtool.c215 .eth_fec = ETHTOOL_FEC_BASER,
/linux/include/uapi/linux/
H A Dethtool.h1843 #define ETHTOOL_FEC_BASER (1 << ETHTOOL_FEC_BASER_BIT) macro
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1211 case ETHTOOL_FEC_BASER: in nfp_port_fec_ethtool_to_nsp()
1226 result |= ETHTOOL_FEC_BASER; in nfp_port_fec_nsp_to_ethtool()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1603 case ETHTOOL_FEC_BASER: in ice_set_fecparam()
1643 fecparam->active_fec = ETHTOOL_FEC_BASER; in ice_get_fecparam()
1670 fecparam->fec |= ETHTOOL_FEC_BASER; in ice_get_fecparam()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c3112 fec->fec |= ETHTOOL_FEC_BASER; in bnxt_get_fecparam()
3120 fec->active_fec |= ETHTOOL_FEC_BASER; in bnxt_get_fecparam()
3165 if (fec & ETHTOOL_FEC_BASER) in bnxt_ethtool_forced_fec_to_fw()
3197 ((fec & ETHTOOL_FEC_BASER) && !(fec_cfg & BNXT_FEC_ENC_BASE_R_CAP))) in bnxt_set_fecparam()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c1499 eth_fec |= ETHTOOL_FEC_BASER; in fwcap_to_eth_fec()
1518 eth_fec |= ETHTOOL_FEC_BASER; in cc_to_eth_fec()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c1570 fecparam->fec |= ETHTOOL_FEC_BASER; in i40e_get_fec_param()
1575 fecparam->active_fec = ETHTOOL_FEC_BASER; in i40e_get_fec_param()
1611 case ETHTOOL_FEC_BASER: in i40e_set_fec_param()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c930 [MLX5E_FEC_FIRECODE] = ETHTOOL_FEC_BASER,