Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c341 if (ethtool_cap & ETHTOOL_FEC_BASER) { in ethtool_fec_caps_to_mcdi()
369 (baser_req ? ETHTOOL_FEC_BASER : 0) | in mcdi_fec_caps_to_ethtool()
640 fec->fec &= ~ETHTOOL_FEC_BASER; in efx_mcdi_phy_get_fecparam()
648 fec->active_fec = ETHTOOL_FEC_BASER; in efx_mcdi_phy_get_fecparam()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c355 fec->active_fec = ETHTOOL_FEC_BASER; in ionic_get_fecparam()
359 fec->fec = ETHTOOL_FEC_OFF | ETHTOOL_FEC_RS | ETHTOOL_FEC_BASER; in ionic_get_fecparam()
386 case ETHTOOL_FEC_BASER: in ionic_set_fecparam()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c803 case ETHTOOL_FEC_BASER: in nfp_port_fec_ethtool_to_nsp()
818 result |= ETHTOOL_FEC_BASER; in nfp_port_fec_nsp_to_ethtool()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dethtool.h1298 #define ETHTOOL_FEC_BASER (1 << ETHTOOL_FEC_BASER_BIT) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dethtool.h1298 #define ETHTOOL_FEC_BASER (1 << ETHTOOL_FEC_BASER_BIT) macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1361 eth_fec |= ETHTOOL_FEC_BASER; in loc_to_eth_fec()
1382 if (eth_fec & ETHTOOL_FEC_BASER) in eth_to_loc_fec()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/prestera/
H A Dprestera_ethtool.c215 .eth_fec = ETHTOOL_FEC_BASER,
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dethtool.h1418 #define ETHTOOL_FEC_BASER (1 << ETHTOOL_FEC_BASER_BIT) macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1910 fec->fec |= ETHTOOL_FEC_BASER; in bnxt_get_fecparam()
1918 fec->active_fec |= ETHTOOL_FEC_BASER; in bnxt_get_fecparam()
1941 if (fec & ETHTOOL_FEC_BASER) in bnxt_ethtool_forced_fec_to_fw()
1973 ((fec & ETHTOOL_FEC_BASER) && !(fec_cfg & BNXT_FEC_ENC_BASE_R_CAP))) in bnxt_set_fecparam()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c1846 eth_fec |= ETHTOOL_FEC_BASER; in qede_link_to_ethtool_fec()
1863 if (eth_fec & ETHTOOL_FEC_BASER) in qede_ethtool_to_link_fec()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1029 case ETHTOOL_FEC_BASER: in ice_set_fecparam()
1070 fecparam->active_fec = ETHTOOL_FEC_BASER; in ice_get_fecparam()
1099 fecparam->fec |= ETHTOOL_FEC_BASER; in ice_get_fecparam()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c1474 fecparam->fec |= ETHTOOL_FEC_BASER; in i40e_get_fec_param()
1479 fecparam->active_fec = ETHTOOL_FEC_BASER; in i40e_get_fec_param()
1515 case ETHTOOL_FEC_BASER: in i40e_set_fec_param()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c678 [MLX5E_FEC_FIRECODE] = ETHTOOL_FEC_BASER,