active_fec       3059 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c 	fec->active_fec = ETHTOOL_FEC_NONE;
active_fec       3070 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c 			fec->active_fec = ETHTOOL_FEC_RS;
active_fec       3072 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c 			fec->active_fec = ETHTOOL_FEC_OFF;
active_fec        762 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 	fec->active_fec = cc_to_eth_fec(lc->fec);
active_fec       1546 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	fec->active_fec = cc_to_eth_fec(lc->fec);
active_fec       1371 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	fec->active_fec = loc_to_eth_fec(fec_mode);
active_fec        634 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h 	u8 active_fec;
active_fec       2813 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		if (!resp->active_fec)
active_fec       2816 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			mac->fec_mode = BIT(resp->active_fec);
active_fec       1466 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 		fecparam->active_fec = ETHTOOL_FEC_BASER;
active_fec       1468 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 		fecparam->active_fec = ETHTOOL_FEC_RS;
active_fec       1470 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 		fecparam->active_fec = ETHTOOL_FEC_OFF;
active_fec       1073 drivers/net/ethernet/intel/ice/ice_ethtool.c 		fecparam->active_fec = ETHTOOL_FEC_BASER;
active_fec       1078 drivers/net/ethernet/intel/ice/ice_ethtool.c 		fecparam->active_fec = ETHTOOL_FEC_RS;
active_fec       1081 drivers/net/ethernet/intel/ice/ice_ethtool.c 		fecparam->active_fec = ETHTOOL_FEC_OFF;
active_fec        676 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c 	u32 active_fec = 0;
active_fec        685 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c 	err = mlx5e_get_fec_mode(dev, &active_fec, NULL);
active_fec        696 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c 	active_fec = pplm2ethtool_fec(active_fec, sizeof(u32) * BITS_PER_BYTE);
active_fec        697 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c 	offset = ethtool_fec2ethtool_caps(active_fec);
active_fec       1530 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c 	fecparam->active_fec = pplm2ethtool_fec((u_long)fec_active,
active_fec       1533 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c 	if (!fecparam->active_fec)
active_fec        734 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 	param->active_fec = ETHTOOL_FEC_NONE_BIT;
active_fec        746 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 	param->active_fec = nfp_port_fec_nsp_to_ethtool(eth_port->fec);
active_fec        699 drivers/net/ethernet/sfc/mcdi_port.c 		fec->active_fec = ETHTOOL_FEC_OFF;
active_fec        702 drivers/net/ethernet/sfc/mcdi_port.c 		fec->active_fec = ETHTOOL_FEC_BASER;
active_fec        705 drivers/net/ethernet/sfc/mcdi_port.c 		fec->active_fec = ETHTOOL_FEC_RS;
active_fec        714 drivers/net/ethernet/sfc/mcdi_port.c 		fec->active_fec = ETHTOOL_FEC_AUTO;
active_fec       1305 include/uapi/linux/ethtool.h 	__u32   active_fec;