Searched refs:get_fec_stats (Results 1 – 16 of 16) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | ethtool.c | 224 if (efx->type->get_fec_stats) in efx_ethtool_get_fec_stats() 225 efx->type->get_fec_stats(efx, fec_stats); in efx_ethtool_get_fec_stats() 279 .get_fec_stats = efx_ethtool_get_fec_stats,
|
D | net_driver.h | 1388 void (*get_fec_stats)(struct efx_nic *efx, member
|
D | ef10.c | 4199 .get_fec_stats = efx_ef10_get_fec_stats,
|
/drivers/net/ethernet/sfc/siena/ |
D | ethtool.c | 224 if (efx->type->get_fec_stats) in efx_ethtool_get_fec_stats() 225 efx->type->get_fec_stats(efx, fec_stats); in efx_ethtool_get_fec_stats() 279 .get_fec_stats = efx_ethtool_get_fec_stats,
|
D | net_driver.h | 1339 void (*get_fec_stats)(struct efx_nic *efx, member
|
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | lmac_common.h | 133 int (*get_fec_stats)(void *cgxd, int lmac_id, member
|
D | rpm.c | 30 .get_fec_stats = rpm_get_fec_stats, 62 .get_fec_stats = rpm_get_fec_stats,
|
D | rvu_cgx.c | 622 return mac_ops->get_fec_stats(cgxd, lmac, rsp); in rvu_mbox_handler_cgx_fec_stats()
|
D | cgx.c | 1782 .get_fec_stats = cgx_get_fec_stats,
|
/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_ethtool.c | 1669 if (!hnae3_ae_dev_fec_stats_supported(ae_dev) || !ops->get_fec_stats) in hns3_get_fec_stats() 1672 ops->get_fec_stats(handle, fec_stats); in hns3_get_fec_stats() 2173 .get_fec_stats = hns3_get_fec_stats,
|
D | hnae3.h | 604 void (*get_fec_stats)(struct hnae3_handle *handle, member
|
/drivers/net/ethernet/fungible/funeth/ |
D | funeth_ethtool.c | 1188 .get_fec_stats = fun_get_fec_stats,
|
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_ethtool.c | 1349 .get_fec_stats = otx2_get_fec_stats,
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 2448 .get_fec_stats = mlx5e_get_fec_stats,
|
/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 4141 .get_fec_stats = bnxt_get_fec_stats,
|
/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 12710 .get_fec_stats = hclge_get_fec_stats,
|