Searched refs:get_fec_stats (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/
H A Dethtool.c224 if (efx->type->get_fec_stats)
225 efx->type->get_fec_stats(efx, fec_stats);
278 .get_fec_stats = efx_ethtool_get_fec_stats,
H A Dnet_driver.h1244 * @get_fec_stats: Get standard FEC statistics.
1388 void (*get_fec_stats)(struct efx_nic *efx, member in struct:efx_nic_type
H A Def10.c4199 .get_fec_stats = efx_ef10_get_fec_stats,
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool.c224 if (efx->type->get_fec_stats)
225 efx->type->get_fec_stats(efx, fec_stats);
278 .get_fec_stats = efx_ethtool_get_fec_stats,
H A Dnet_driver.h1192 * @get_fec_stats: Get standard FEC statistics.
1339 void (*get_fec_stats)(struct efx_nic *efx, member in struct:efx_nic_type
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dlmac_common.h133 int (*get_fec_stats)(void *cgxd, int lmac_id, member in struct:mac_ops
H A Drpm.c30 .get_fec_stats = rpm_get_fec_stats,
62 .get_fec_stats = rpm_get_fec_stats,
H A Drvu_cgx.c622 return mac_ops->get_fec_stats(cgxd, lmac, rsp);
H A Dcgx.c1780 .get_fec_stats = cgx_get_fec_stats,
/linux-master/net/ethtool/
H A Dfec.c112 dev->ethtool_ops->get_fec_stats) {
116 dev->ethtool_ops->get_fec_stats(dev, &stats);
/linux-master/include/linux/
H A Dethtool.h787 * @get_fec_stats: Report FEC statistics.
919 void (*get_fec_stats)(struct net_device *dev, member in struct:ethtool_ops
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1674 if (!hnae3_ae_dev_fec_stats_supported(ae_dev) || !ops->get_fec_stats)
1677 ops->get_fec_stats(handle, fec_stats);
2178 .get_fec_stats = hns3_get_fec_stats,
H A Dhnae3.h610 void (*get_fec_stats)(struct hnae3_handle *handle, member in struct:hnae3_ae_ops
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c1188 .get_fec_stats = fun_get_fec_stats,
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c1340 .get_fec_stats = otx2_get_fec_stats,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c2467 .get_fec_stats = mlx5e_get_fec_stats,
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c5083 .get_fec_stats = bnxt_get_fec_stats,
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12697 .get_fec_stats = hclge_get_fec_stats,

Completed in 509 milliseconds